FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Deleted Files
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Deleted Files [message #2510 is a reply to message #2509] Fri, 10 May 2002 16:05 Go to previous messageGo to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma:
Senior Member
Administrator
Core Developer
The include files in the "include" folder with the exception of GLOBALS.php are built during the compile process.
You can fix the problem using the following php script:

<?php
define('SHELL_SCRIPT', 1);
include "FULL_PATH_TO_GLOBALS.php";
fud_use('static/adm.inc');
fud_use('static/compiler.inc');

$ts = time();
compile_all();
$te = time();

echo "recompiled in: ".($te-$ts)." seconds\n";
?>


Although if you didn't fix up your GLOBALS.php with all the proper paths and mysql access info or don't have a backup of that file you have got your self a problem that can only be fixed by a re-install.


FUDforum Core Developer
[Message index]
 
Read Message icon8.gif
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message icon14.gif
Previous Topic: Problems, big problems...
Next Topic: styles folder is protected and cannot be altered
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Sep 19 16:38:15 GMT 2024

Total time taken to generate the page: 0.05999 seconds