Marc S Posted September 23, 2016 Posted September 23, 2016 Hi all We have a script which sits in a folder within our forum directory which has suddenly stopped working (and i think it maybe after a security update) If i browse to http://forumurl.com/folder/script/script.php it wont even load the script i get just an invision power error despite i know the script is in this location.. Sorry, there is a problem The page you requested does not exist Error code: 1S160/2 Is there something i need to do to allow this to run as before? I cant work out why we get an invision error when trying to browse direct to the file in the separate directory Thanks Marc
Mark H Posted September 23, 2016 Posted September 23, 2016 Is there an .htaccess file in the parent folder of the "script" folder resides, one that contains the FURL Rewrites, for example? If so, that may be why. But if that isn't the issue, please open a ticket with Support.
TSP Posted September 24, 2016 Posted September 24, 2016 4 hours ago, Marc S said: Hi all We have a script which sits in a folder within our forum directory which has suddenly stopped working (and i think it maybe after a security update) I'm guessing this is a script where you do require_once('init.php'); or similar? Based on what you say I think I believe what the issue is. If you see an entry like this: \IPS\Dispatcher\Front::i(); Then replace it with: \IPS\Dispatcher\External::i(); And it should resolve the issue.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.