Internet Explorer is not supported. Please upgrade to a more modern browser.
Hi everyone,
I'm pleased to announce the release of NamelessMC version 2.1.0. There are a _lot_ of changes in this release, but of note...
You will notice forum posts may have broken formatting - don't worry, over time the new queue system will run a task to fix these automatically for you!
On the topic of the new queue system, there are two "runners" - AJAX and cron. AJAX will allow the queue system to process tasks behind the scenes whenever someone is browsing your website, but you may prefer to configure a cron job so this happens consistently without the need for your site to be active. Information about this along with configuration options for the queue system can be found in the StaffCP -> Configuration -> Queue tab.
As a bonus, we've added a new task to the queue system which will automatically generate your website's sitemap one a day - if you don't want this you can cancel the task in the StaffCP -> Configuration -> Queue -> Queue Status window by selecting the task and using the "Cancel Task" action.
We're very excited about the queue system as it allows endless possibilities - think automatic product expiry and subscription handling in the Store module, mass emailing which runs silently in the background, compiling a list of top voters automatically each month and much more.
And finally, unfortunately there are breaking changes in this release, meaning custom modules and templates might need an update before you can use them. Best wait until these updates are released before upgrading your Nameless version!
To upgrade an existing website, please do so through the StaffCP -> Update tab.
New installations can pick up v2.1.0 from GitHub: https://github.com/NamelessMC/Nameless/releases/tag/v2.1.0
I downloaded the Vail update but immediately my site looked like this
*file
Ayadshkur100:
Ayadshkur100:
I downloaded the file update but immediately my site looked like this
go to https://yoursitedomainoriphere/panel/update/ and click update, that completes migration
well yeah mhm yeah good change (i guess)
Bad Luck.
now my website look like no config and setup.
ERR_TOO_MANY_REDIRECTS
litespeed server
Ayadshkur100:
I downloaded the Vail update but immediately my site looked like this
Try visiting yoursite.com/index.php?route=/panel/upgrade to run the upgrade scripts
Lupin:
Bad Luck.
now my website look like no config and setup.
ERR_TOO_MANY_REDIRECTS
litespeed server
This usually happens if friendly URLs is enabled without SSL being correctly configured - does your site load if you change friendly to false in the file core/config.php?
Lupin:
Bad Luck.
now my website look like no config and setup.
ERR_TOO_MANY_REDIRECTS
litespeed server
I was having a similar issue. After uploading the files and pressing update I also got "too many redirects".
For me the core/config.php was missing a line in the 'core' section: " 'installed' => true, "
I added the line and ran the updater again and it worked.
Screenshot:
jonaas13:
Lupin:
Bad Luck.
now my website look like no config and setup.
ERR_TOO_MANY_REDIRECTS
litespeed server
I was having a similar issue. After uploading the files and pressing update I also got "too many redirects".
For me the core/config.php was missing a line in the 'core' section: " 'installed' => true, "
I added the line and ran the updater again and it worked.
Screenshot:
thanks