Upgrade problem after upgrade [message #163356] |
Thu, 21 October 2010 14:59 |
Anonymous
|
|
|
|
Hi there,
I recently updated a small FUDForum from version 2.8.0 to 3.0.0 and then instantly to 3.0.1 right by the Wiki, backed up the DB, upgraded, no problems.
After the upgrade I wanted to change back the logo, though, and upon rebuilding the theme I got an error:
"Please fix your theme: Unable to open file db.inc.t."
I checked and indeed - the file seems missing. I tried Googling, but all I could find was one thread on these forums, but even that seems a bit different (can't link it because of the limit post)
Any insight on what could have caused this and how to best fix it?
|
|
|
|
Re: Upgrade problem after upgrade [message #163360 is a reply to message #163358] |
Thu, 21 October 2010 20:21 |
Anonymous
|
|
|
|
naudefj wrote on Thu, 21 October 2010 21:25if (($file_data = file_get_contents($GLOBALS['DATA_DIR'] .'src/'. $source)) === false) {
throw new Exception('Unable to open file '. $GLOBALS['DATA_DIR'] .'src/'. $source .'.');
Check if DATA_DIR in your GLABALS.php file is valid.
Check if you have a file called $GLOBALS['DATA_DIR'] .'src/db.inc.t' and if it is readable.
As I wrote before - the file is missing completely.
DATA_DIR seems okay, though.
|
|
|
|
|
|
|
|
|
|