I've been running SEO-G on my Cre Loaded installation for about 8 months with no problems. Yesterday my host upgraded to PHP 5.2.11 and no I cannot get into the admin panel. I'm pretty sure it's related to SEO-G.
The error is:
Quote
Warning: require(admin) [function.require]: failed to open stream: No such file or directory in /home/teesboxc/public_html/root.php on line 154
Fatal error: require() [function.require]: Failed opening required 'admin' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/teesboxc/public_html/root.php on line 154
Line 154 is:
require(basename($osc_parse['path']));
Which comes just after:
$g_seo_flag = true;
It was all working previously, so I'm not sure if it's something in the code that the new PHP version doesn't like. Anyone got any ideas?
Thanks,
Jason















