Quote:
Originally Posted by kh99
So you did something like:
Code:
$curdir = getcwd();
chdir('forumid'); // change to path to your actual forum directory
require_once('./global.php');
chdir($curdir);
outside of any function, and you got the above error? That looks like an error from a mod that I'm not familiar with, so I'm not sure. Did you look at the line mentioned to see what's going on there?
|
Yeah I tried exactly that, and there was nothing on that line lol.
I'm not convinced it's that plugin, I was getting another error message before that so I assume the two are intertwined. It just doesn't seem to want me to include global.php in any sense.