| Quote: |
This program updates your Ravennuke tables from version 2.02 to version 2.10. You will also need to run NukeSentinel upgrades and the HTML newsletter portion of the installSQL.php that comes with the RN2.10 distribution. Support for this program is availabe thru the Forums at Ravenphpscripts.com.
You may wish to print the output from this program or capture it to a file to assist in diagnosing any problems that occur when you try to run the distribution.
Warning: main(db/mysql.php): failed to open stream: No such file or directory in /<<removed by admin>>/db/db.php on line 39
Warning: main(): Failed opening 'db/mysql.php' for inclusion (include_path='.:/usr/share/pear') in /<<removed by admin>>/db/db.php on line 39
Fatal error: Cannot instantiate non-existent class: sql_db in /<<removed by admin>>/db/db.php on line 76
|
| Code: |
if (defined('FORUM_ADMIN')) {
$the_include = "../../../db";
} elseif (defined('INSIDE_MOD')) {
$the_include = "../../db";
} else {
$the_include = "db";
} |
| Code: |
if (defined('FORUM_ADMIN')) {
$the_include = "../../../db";
} elseif (defined('INSIDE_MOD')) {
$the_include = "../../db";
} else {
$the_include = "../db";
} |