index.php problem [message #15478] |
Tue, 16 December 2003 22:53 |
Gribnif
Messages: 82 Registered: December 2003
Karma:
|
Member |
|
|
I was successfully using the forum as an administrator for several hours with 2-6-0RC11. Now, all of the sudden, whenever I go to the index page I get these errors:
Quote: | Warning: fud_use(/home/httpd/https/forum/data/include/theme//err.inc): failed to open stream: No such file or directory in /home/httpd/https/forum/data/include/core.inc on line 67
Warning: fud_use(): Failed opening '/home/httpd/https/forum/data/include/theme//err.inc' for inclusion (include_path='.:/usr/local/lib/php') in /home/httpd/https/forum/data/include/core.inc on line 67
Warning: main(/home/httpd/https/forum/theme//index.php): failed to open stream: No such file or directory in /home/httpd/https/forum/index.php on line 1156
Fatal error: main(): Failed opening required '/home/httpd/https/forum/theme//index.php' (include_path='.:/usr/local/lib/php') in /home/httpd/https/forum/index.php on line 1156
|
It looks like it's lost track of the "default" theme name, so it's trying to access a directory that doesn't exist (note the '//' in the paths). Any suggestions on how to fix it, and how to prevent this from happening in the future?
By the way, I've tried this from another browser, and even removed all the sessions from fud_ses, so I know it's not due to something incorrect cached in the cookies or the session DB.
|
|
|