1
Moved from "Most Stable Upgrade Process":
Impatient me couldn't wait for 2.2 so I installed 2.0.13.
I first set up the database then uploaded the XOOPS files and ran through the install. Everything checked out and the database confirmed but I now get the dreaded "Blank Page".
I have switched to debug mode and produce this error in every page (even admin):
~~~~~~~~~~~~~~~~~~~~~~~~~~
Fatal error: _get_plugin_filepath(): Failed opening required '/var/www/html/class/smarty/core/core.assemble_plugin_filepath.php' (include_path='.:/php/includes:/usr/share/php') in /var/www/html/class/smarty/Smarty.class.php on line 1343
~~~~~~~~~~~~~~~~~~~~~~~~~~
When I open Smarty.class.php this is how the related lines read:
1338 function clear_config($var = null)
1339 {
1340 if(!isset($var)) {
1341 // clear all values
1342 $this->_config = array(array('vars' => array(),
1343 'files' => array()));
1344 } else {
1345 unset($this->_config[0]['vars'][$var]);
1346 }
I've checked these lines against the same file in other XOOPS installations of mine and the lines read the same, but they do appear on different line numbers.
It feels like a permissions problem but everything seems to check out.
I'm officially confused
Please Help - Mark
Thanks,
Mark
______
XOOPS Version XOOPS 2.5.0
PHP Version 5.2.14
mySQL Version 5.0.91-log