Page 1 of 1

[SOLVED] WCMS 3.32 Update / Installation Bug

Posted: Mon May 23, 2022 1:41 pm
by OneManLaptop
Hey Wiz, congrats on the new release, very keen to give this new update a spin. 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:

Code: Select all

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.

Re: WCMS 3.32 Update / Installation Bug

Posted: Thu May 26, 2022 6:07 am
by wiz
Hey OneManLaptop, hope you're doing good.

I think I know exactly what is causing this (the fix for subdomains working correctly).
We'll have to take a look and see how we can provide both solutions working.

Thank you so much for the report, opened a Github issue with the line that is probably causing this: https://github.com/robiso/wondercms/issues/264

Re: WCMS 3.32 Update / Installation Bug

Posted: Fri May 27, 2022 6:34 am
by OneManLaptop
Cheers Wiz. Well knowing what's causing the bug is half the battle. :D

Re: WCMS 3.32 Update / Installation Bug

Posted: Sat Jul 23, 2022 11:50 am
by wiz
Cheers OneManLaptop, you've been one of the top contributors lately, alongside c0mp0ser.

This issue will be fixed with the next version of WonderCMS 3.3.3 (coming within the next few days).
Thanks again! :)

Re: [SOLVED] WCMS 3.32 Update / Installation Bug

Posted: Mon Jul 25, 2022 4:14 pm
by wiz
This should be now fixed in latest 3.3.3 version. Thanks to everyone involved!