Ok. I've seen this error throughout the forum and it would seem that for whatever reason the htaccess file has been the culprit.
allow_url_include is On (warning, you should have this param in Off state, or your site will unsafe)
I've checked my own htaccess file and in mine, it shows that the this is shut off: php_flag register_globals Off
Can someone explain why this error is showing on the site, but is actually correct in my htaccess?
This just appeared today which really confuses me. It actually shows up throughout the site now. The only way that I've been able to get to some sections of the site was to create a php.ini file with this code:
[PHP]
allow_url_include = Off
This is a quick fix but do I have to copy it to every folder to get my site working again?
I'm running 7.1 and would like to upgrade to 7.1.1 but can't until this is fixed. I've already tried to do the upgrade but that didn't take the error away, and in the admin section it still shows that I need to upgrade.
Any suggestions?