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

Home » FUDforum » FUDforum Installation Issues » Failure in stage 1
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: Failure in stage 1 [message #11498 is a reply to message #11313] Wed, 02 July 2003 14:55 Go to previous message
joshmccormack is currently offline  joshmccormack   United States
Messages: 17
Registered: June 2003
Karma:
Junior Member
on the latest download of 2.5 (FUDforum2_20030626.tar.gz) I changed these lines in install.php to get rid of errors.

789 # if (($d = dirname($_SERVER['SCRIPT_NAME']))) {
790 if (($d = dirname(basename(__FILE__)))) {
791 # $WWW_ROOT .= dirname($_SERVER['SCRIPT_NAME']);
792 $WWW_ROOT .= dirname(basename(__FILE__));
793 if ($d != '/') {
794 $WWW_ROOT .= '/';
795 }
796 }
797 # $SERVER_DATA_ROOT = realpath(str_replace(dirname($_SERVER['SCRIPT_NAME']) . '/', '', $SERVER_ROOT) . '/../') . '/FUDforum/';
798 $SERVER_DATA_ROOT = realpath(str_replace(dirname(basename(__FILE__)) . '/', '', $SERVER_ROOT) . '/../') . '/FUDforum/';
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Fail to install fud 2.5.0
Next Topic: Well another intalling trouble
Goto Forum:
  

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

Current Time: Fri Oct 04 22:56:07 GMT 2024

Total time taken to generate the page: 0.08703 seconds