DennisSuitters / AuroraCMS

The Australian Open Source Content Management System
https://diemendesign.github.io/AuroraCMS/
MIT License
15 stars 2 forks source link

Installer not workin with UwAmp on Windows 10 #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

Try to setup the CMS, nothing likes to happen when submitting, meanwile in the dev-tool error is showing. What am i doing wrong?

image image

ghost commented 3 years ago

After further investigation i found this error: Parse error: syntax error, unexpected ',' in C:\Users\BLADIBLA\AuroraCMS-0.1.4\core\installer.php on line 34

DennisSuitters commented 3 years ago

I've removed that valid() jQuery check, which will eventually have been removed anyway, as I'm working on removing jQuery in favour of vanilla Javascript where I can.

Anyway, I've just pushed fixes, which allow the installer to work. I tested it locally in Linux on my local machine, and it works fine. There was also a typo in the installer part, fixed that as well.

ghost commented 3 years ago

Great! Thanks, diving into it and checking it out, btw size of master zip is now ~ x10?

DennisSuitters commented 3 years ago

Ooops, I accidently added images used for testing when I updated the repo's. Thanks for the heads up, removing those now, and updating the repo.

ghost commented 3 years ago

Thanks! Works like a charm now.