i checked the debug and there's a missing class! It supposed to be created as there is a seo.install.php class in FS includes, but for some unknown reason it's not instantiating it! ??
This is the error I got from debug ... it clearly shows the class is not instantiated ...
As you can see above it's asking for seo.url.php class, which supposed to be instantiated, but for some reason I really don't know, it's not ...[28-Oct-2012 10:20:02] PHP Warning: include_once(/home2/seasonbr/public_html/trade/includes/classes/seo.url.php) [<a href='function.include-once'>function.include-once</a>]: failed to open stream: No such file or directory in /home2/seasonbr/public_html/trade/AdminNW/includes/functions/html_output.php on line 62
[28-Oct-2012 10:20:02] PHP Warning: include_once() [<a href='function.include'>function.include</a>]: Failed opening '/home2/seasonbr/public_html/trade/includes/classes/seo.url.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home2/seasonbr/public_html/trade/AdminNW/includes/functions/html_output.php on line 62
[28-Oct-2012 10:20:02] PHP Fatal error: Class 'SEO_URL' not found in /home2/seasonbr/public_html/trade/AdminNW/includes/functions/html_output.php on line 64
So how can I go around this?
Please note:
- This is a fresh ZC 1.5 install without any plug ins only a template
- The template itself has built-in plugins and executes jQuery
- The front end looks fine the error is just in the Admin
- As a result, I don't have any access to admin to change the template to rhe default >>> the Admin fails to open and there are no options to switch back
- I asked the template author to see if there are any known issues with Ultimate SEO URLs, no response yet
Bookmarks