I hope the title makes sense!
LAMP config;
php 5.2.6
apache 2.2.9
I carefully checked upgrade docs, and followed instructions, I have no altered modules.
I have checked permissions, they are all correct.
There in nothing on the front end (at all, no headers even!)
This is the error log output; (I don’t quite understand it)
[Mon Jun 14 19:36:00 2010] [error] [client 75.101.211.11] PHP Warning: include_once(MODX_MANAGER_PATH/includes/document.parser.class.inc.php) [<a href=’function.include-once’>function.include-once</a>]: failed to open stream: No such file or directory in /var/www/html_pudding/index.php on line 112
[Mon Jun 14 19:36:00 2010] [error] [client 75.101.211.11] PHP Warning: include_once() [<a href=’function.include’>function.include</a>]: Failed opening ’MODX_MANAGER_PATH/includes/document.parser.class.inc.php’ for inclusion (include_path=’.:/usr/share/pear:/usr/share/php’) in /var/www/html_pudding/index.php on line 112
[Mon Jun 14 19:36:00 2010] [error] [client 75.101.211.11] PHP Fatal error: Class ’DocumentParser’ not found in /var/www/html_pudding/index.php on line 113
All thoughts gratefully accepted!
Paul
Thanks Alfred,
yes, I have a full backup on the server, and the files are indeed in the assets folder;
/assets/templates
Is there anything I need to check?
The errors you’re getting are from PHP saying that it can’t find "MODX_MANAGER_PATH/includes/document.parser.class.inc.php"
MODX_MANAGER_PATH is a constant that’s defined in your config.inc.php file (should be in /manager/includes). It SOUNDS like you don’t have a valid config file. Did you copy out your old config and copy it back into the right location?
Des
webandflowdesign.com
Just a little bump, hoping someone can help?
I’ve tried changing templates, still a blank page.
-
☆ A M B ☆
- 2,213 Posts
Did you try clearing the cache? Also can you confirm the index.php file is complete (upload new copy?)
Also can you confirm the correct path is: /var/www/html_pudding/index.php