Internet Explorer is not supported. Please upgrade to a more modern browser.
Hi,
Here are a few of the most common reasons for websites slowing down:
- The MySQL database should be on the same server as the website files, and not connected to using an external domain (i.e., the database host should be 127.0.0.1 or localhost)
- Using lots of custom modules or templates which are not efficient or have their own custom update checkers can slow things down, you can try disabling all modules/templates just for a minute to see if it helps
- Low performance web/database hosting with low specs
Nameless itself is fairly lightweight so the software itself should not be the cause of slow performance. For what it's worth, your website isn't particularly slow for me and loads fairly quickly.
ProsameOG:
Sorry, but something went wrong while loading the page. Please contact an administrator.
Back
How i can fix this? xD i try updated i download 213.zip i unzip and uploaded on website and then i get that error xD
Check the file cache/logs/fatal-log.log for errors
Hi everyone,
Version 2.1.3 is now available! This release includes important security updates - you should upgrade as soon as possible.
Existing websites should update through the StaffCP -> Update tab, and new installations can download nameless-deps-dist from the release on GitHub.
Thanks to all contributors for making this release possible!
Hi, could you please give an example of what you would like to change the URL to?
Hi,
The following is taken from our FAQs:
The most common cause for 2FA not working is incorrect time on the server or device providing TOTP codes.
To disable two factor authentication on login for all users, run the following SQL query: UPDATE nl2_users SET tfa_enabled=0;
To disable forced two factor authentication setup for all groups, run the following SQL query: UPDATE nl2_groups SET force_tfa=0;