Has ANYONE upgraded successfully? I changed:
Code:
require_once("./global.php");
to
Code:
require_once("../../forums/global.php");
to get it to the right location for the global.php file, but now I get:
Quote:
Warning: chdir(): No such file or directory (errno 2) in /var/www/html/<edit>/groups/includes/config_grps.php on line 15
Warning: main(/var/www/html/<edit>/groups/tools/includes/init.php): failed to open stream: No such file or directory in /var/www/html/<edit>/forums/global.php on line 20
Fatal error: main(): Failed opening required '/var/www/html/<edit>/groups/tools/includes/init.php' (include_path='.:/usr/share/php:/usr/share/pear') in /var/www/html/<edit>/forums/global.php on line 20
|
I give up for now, until someone can help me figure out what I am doing wrong, or if the upgrade file is messed up.