Home TheRandomizer Forum Index Log in Register FAQ Search
TheRandomizer Forum Index » Installation Help » FATAL ERROR PLEASE HELP
Post new topic  Reply to topic View previous topic :: View next topic 
FATAL ERROR PLEASE HELP
PostPosted: Sat Jan 31, 2004 7:05 pm Reply with quote
500forlife
Newbie
Joined: 31 Jan 2004
Posts: 1




Warning: main(Object->/lib/stdlib.php): failed to open stream: No such file or directory in /home/forlife/public_html/randomizer/config.php on line 173

Fatal error: main(): Failed opening required 'Object->/lib/stdlib.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/forlife/public_html/randomizer/config.php on line 173

-------------------------------------------------------------------- Hosting Info
PHP version 4.3.4
Account web path /home/forlife/public_html/

--------------------------------------------------------------------- ConfigSetting
$CONFIG->wwwroot = "/home/forlife/public_html/randomizer/";
//Site URL -please use the "http://www.mysite.com" format.
$CONFIG->siteurl = "http://500forlife.com/randomizer";
//Edit below ONLY if you changed the current site structure
$CONFIG->templatedir = "$CONFIG->/home/forlife/public_html/randomizer/templates";
$CONFIG->libdir = "$CONFIG->/home/forlife/public_html/randomizer/lib";
$CONFIG->imagedir = "$CONFIG->/home/forlife/public_htmlrandomizer/rimages";

-------------------------------------------------------------------------

What the hell is wrong why won't it work. I feel i wasted my $89.99
Re: FATAL ERROR PLEASE HELP
PostPosted: Sat Jan 31, 2004 7:29 pm Reply with quote
daniel
Addict
Joined: 19 Sep 2004
Posts: 177




500forlife wrote:
--------------------------------------------------------------------- ConfigSetting
$CONFIG->wwwroot = "/home/forlife/public_html/randomizer/";
//Site URL -please use the "http://www.mysite.com" format.
$CONFIG->siteurl = "http://500forlife.com/randomizer";
//Edit below ONLY if you changed the current site structure
$CONFIG->templatedir = "$CONFIG->/home/forlife/public_html/randomizer/templates";
$CONFIG->libdir = "$CONFIG->/home/forlife/public_html/randomizer/lib";
$CONFIG->imagedir = "$CONFIG->/home/forlife/public_htmlrandomizer/rimages";


THe problem is with the missing $CONFIG- argument... it should be:
$CONFIG->templatedir = "$CONFIG->wwwroot/templates";
$CONFIG->libdir = "$CONFIG->wwwroot/lib";
$CONFIG->imagedir = "$CONFIG->wwwroot/rimages";
 FATAL ERROR PLEASE HELP 
 TheRandomizer Forum Index » Installation Help
All times are GMT  
Page 1 of 1  

  
  
 Post new topic  Reply to topic  


Powered by phpBB© 2001-2006 phpBB Group |Randomizer Script | Web Hosting | phpBB Skin by Vjacheslav Trushkin