- register_globals must be off (currently on)
I contact my webhost and here is a screenshot of what they told me.
I contact my webhost and here is a screenshot of what they told me.
That's the error message when I go to the /install directory
hopefully a developer or someone that has dealt with this error before can offer me some solutions or what exactly to say to my webhost because they claim its not compatible with 5.4 if that error message shows up
Edit: According to them register_globals don't exists in php 5.4 so if that error is showing up oxwall was never truly compatible with php 5.4 it was just hacked or tricked into "working" and they claim modifying the php.ini will do nothing since its non existant
What solution are you looking for? Server does not meet our requirements. We cannot change the code. You need to contact your provider and request to disable register_globals.
please go to ow_install/files/requirements.txt and remove this code line:
ini.register_globals off;