I recently had to transfer a working forum to an in home server. I was send the database and the forum and data folders. I got everything transfered and the database imported into mysql. The database did have some errors that I went in and manually repaired. I was able to load the page locally after updating my GLOBALS.php. I navigated to the adm folder loged in and rebuilt the theme. I am not able to access any forum topic and none of the grafx files show up. Here is what I edited in GLOBALS.php
OLD
$INCLUDE = "E:\\website\\FR\\home\\mathel\\frforum\\data\\include\\";
$WWW_ROOT = "http://frforum.forsakenrealm.org";
$WWW_ROOT_DISK = "E:\\website\\FR\\home\\mathel\\frforum\\forum\\";
$DATA_DIR = "E:\\website\\FR\\home\\mathel\\frforum\\data\\";
$ERROR_PATH = "E:\\\\website\\\\FR\\\\home\\\\mathel\\\\frforum\\\\data\\\\errors\\\\";
$MSG_STORE_DIR = "E:\\\\website\\\\FR\\\\home\\\\mathel\\\\frforum\\\\data\\\\messages\\\\";
$TMP = "E:\\\\website\\\\FR\\\\home\\\\mathel\\\\frforum\\\\data\\\\tmp\\\\";
$FILE_STORE = "E:\\\\website\\\\FR\\\\home\\\\mathel\\\\frforum\\\\data\\\\files\\\\";
$FORUM_SETTINGS_PATH = "E:\\\\website\\\\FR\\\\home\\\\mathel\\\\frforum\\\\data\\\\cache\\\\";
NEW
$INCLUDE = "C:\\Apache2\\htdocs\\frforum\\data\\include\\";
$WWW_ROOT = "localhost";
$WWW_ROOT_DISK = "C:\\Apache2\\htdocs\\frforum\\forum\\";
$DATA_DIR = "C:\\Apache2\\htdocs\\frforum\\data\\";
$ERROR_PATH = "C:\\\\Apache2\\\\htdocs\\\\frforum\\\\data\\\\errors\\\\";
$MSG_STORE_DIR = "C:\\\\Apache2\\\\htdocs\\\\frforum\\\\data\\\\messages\\\\";
$TMP = "C:\\\\Apache2\\\\htdocs\\\\frforum\\\\data\\\\tmp\\\\";
$FILE_STORE = "C:\\\\Apache2\\\\htdocs\\\\frforum\\\\data\\\\files\\\\";
$FORUM_SETTINGS_PATH = "C:\\\\Apache2\\\\htdocs\\\\frforum\\\\data\\\\cache\\\\";
The old backup did not have the fake GLOBALS.php in all the folders so I just placed an updated copy in each folder to try and get my data back. What else do I need to do. I am stumped. it looks as if the theme is not loading. Could this be because I am missing the fake GLOBALS.php files?
Thanks
UPDATE: I tried using the fake GLOBALS.php and the page wont load at all.
<?php include_once "C:/Apache2/htdocs/frforum/forum/include/GLOBALS.php"; ?>
http://frguild.com/frforum/forum/index.php
[Updated on: Sat, 21 April 2007 02:52]
Report message to a moderator