WonderCMS / wondercms

Fast and small flat file CMS (5 files). Built with PHP, JSON database.
https://wondercms.com
MIT License
657 stars 165 forks source link

Localhost wrong path #264

Closed robiso closed 2 years ago

robiso commented 2 years ago

Post on forum:

Sorry to report that I am having a problem testing it on my local server. When I either update an old installation or download a new one, it's messing the path up a little, I'll show you:

It's turning what should be:

http://localhost:8888/WebDev/Development/wondercms/loginURL

to

Code: Select all

http://localhost:8888:8888/WebDev/Development/wondercms/loginURL

I'm running MAMP on a Mac so hopefully this problem is limited to that particular setup.

I never experienced this problem on any of the previous releases so hopefully it should be easy enough to track down what's causing it. Good luck.


Probaly casued by this latest change: https://github.com/robiso/wondercms/blob/master/index.php#L2786

robiso commented 2 years ago

This will be fixed with the new version of WonderCMS (coming within the next few days).

robiso commented 2 years ago

Reordering first item now published on latest WonderCMS 3.3.3 version. Feel free to login to your WonderCMS website, open settings and "Check for updates".

The update should then show up. 🚀