NamelessMC

Internet Explorer

Internet Explorer is not supported. Please upgrade to a more modern browser.

Samerton

Owner

Feed

badboi2k20
badboi2k20
Uncaught Error Call to undefined method DB::createQuery() /home/wildrust/public_html/modules/Tebex/classes/Buycraft.php~ hey I keep getting this error on the tebex module any solution?
Samerton
Samerton
Hi, unfortunately the Tebex module is not up to date with the latest version of Nameless yet - I am not sure when it will be updated at the moment.
diskawrs
diskawrs
Writing here since @someone on discord is not allowed. Will Websend be released for 2.1.0 anytime soonish?
Samerton
Samerton
Hi, Supercrafter has taken over the Websend module, you can find the GitHub repository here: https://github.com/supercrafter100/Nameless-Websend - however I am unsure if it is up to date
nicotheditor
nicotheditor
I installed nameless but when trying to login or verify from the site this error is given: There was an error loading this menu. The website owner needs to follow these steps to fix it: 1. Make sure the hostname value in core/config.php in FTP matches your site url. 2. If you are using the www. prefix make sure the force www option is enabled in StaffCP -> Configuration -> General Settings. I tried everything, I put all possible hostnames: sitename .it www. sitename .it https://www. sitename .it/ https://noemdelsito.it/ and I have already tried to force both the www and the https but nothing, how can I fix it? Maybe it's a CloudeFlare problem?
Samerton
Samerton
Hi, I believe this has been solved via Discord but this is an issue with the template you are using (typically Cobalt) - as a result you should contact the template author for support.
Chaoticthunder95
Chaoticthunder95
hello how to download and install websties?
Samerton
Samerton
Hi, there are installation instructions here: https://docs.namelessmc.com/en/installation - alternatively you can use a web host like https://namedhosting.com or https://namelesshosting.com which make this easier for you (both are unofficial)
balandislt
balandislt
heyyy , problem with friendly url , i did every thing what tutorial said checked few hundred times for errors , still the same problem , affter enabling friendly url uts just says : Not Found The requested URL was not found on this server. Apache/2.4.55 (Ubuntu) Server at mydomain Port 443 any fixes ? oh and store module not finding my api it says : There has been no API fetch within the last hour, Is the nameless plugin installed, and is store module integration enabled in modules.yaml? and yes there is no errors made , using spigot 1.19.2 website is on: Ubuntu-20.04 (64 bit) + LAMP +ssl from lets encrypt
Samerton
Samerton
Hi, I see you're in Discord now for support but for the benefit of anyone else with the same issue, the solution can be found on the FAQ page: https://docs.namelessmc.com/en/faq - as for the Store issue, I'd recommend contacting @Partydragen who is the developer of that module.
Hydraulisch
Hydraulisch
heyo! is it possible for me to remove the Tebex Store Button from the Navbar?
Samerton
Samerton
Hi, you'll need to delete the highlighted line within modules/Tebex/module.php: https://github.com/samerton/Nameless-Tebex/blob/v1.3.1/upload/modules/Tebex/module.php#L177
splennn
splennn
hey there! I am just wondering if it is possible if you can change the background color to a custom one. Do you have to change something in the custom.css file?
Samerton
Samerton
Hi, there is no value there which you can change but you can add new CSS to the custom.css file. You might need to add the !important flag to override the theme, eg body { background-color: #fff !important; }
Popsiz FM
Popsiz FM
ok
Popsiz FM
Popsiz FM
I tried both libery and advanced ban liberty got this error though: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'h.victim' in 'field list'
Samerton
Samerton
The latest development code has only been tested with LiteBans - it has not been updated to support the other two yet.
Popsiz FM
Popsiz FM
is there a fix for advancedban?

About

Registered:
over 8 years ago
Last Seen:
22 hours ago
Profile Views:
22730
Minecraft
Samerton

Latest Posts

2 days ago
Adding a new page

Hi,

You can either code a standalone PHP page as you would normally, or if you want to integrate with Nameless you will have to create a custom module.

We have some documentation on module development here: https://docs.namelessmc.com/en/module-documentation

If you have any specific questions please feel free to ask.

2 days ago
I can’t save my theme changes

Hi,

Can you please contact the Lithium template author for support - we do not support third party templates in this forum unfortunately.

There is a support Discord for the Lithium template here: https://coldfiredzn.com/discord

7 days ago
Sorry, but something went wrong while loading the page. Please c

Hi,

Please check the file cache/logs/fatal-log.log for more information.

7 days ago
ERROR 500

Hi,

You will need to find the web server error logs for more info - if you are using a web host, they should be able to help you find them.

15 days ago
Discord-Bot setup

Hi,

The following is taken from our Discord support bot:

Plugin or Nameless-Link times out while waiting for response

This error means the website hasn't sent a response to an API call in a reasonable amount of time and the connection was aborted. Some possible causes are listed below.

  • If this only happens occasionaly and commands work fine, it is likely that your website or internet connection was down for a brief moment. In that case you should ignore the warning.
  • Increase the timeout to PT10S (in main.yaml) if it is currently set to a lower value.
  • Due to several bugs in Discord group sync, it can delay web requests for far too long. This will be fixed in 2.1.0. For now, please remove any Discord group sync rules in StaffCP > Configuration > API > Group Sync.
  • If your website is not reachable at all, Nameless-Plugin or Nameless-Link is not going to get a response in time and this error may appear. Perhaps you entered an incorrect API URL? Or maybe a firewall is blocking requests?
  • Ensure the database server and web server are on the same machine, otherwise it might not be able to produce API responses quickly enough due to query latency.
  • (only for v2-pr12 and older) One API endpoint endpoint sometimes checked for a NamelessMC update, delaying the response. This update check has been removed in later versions. Please update.