I've been trying to install the program on a hosting account at 250host.com with no avail. Any help with this will be appreciated.
this is what the config looks like:
$CONFIG->wwwroot = "/var/www/html/cash4ever";
//Site URL -please use the "http://www.mysite.com" format.
$CONFIG->siteurl = "http://www.sitename.us/cash4ever";
//Edit below ONLY if you changed the current site structure
$CONFIG->templatedir = "$CONFIG->wwwroot/templates";
$CONFIG->libdir = "$CONFIG->wwwroot/lib";
$CONFIG->imagedir = "$CONFIG->wwwroot/rimages";
....................
this is what the errors looks like:
Warning: main(): Unable to access /var/www/html/cash4ever/lib/stdlib.php in /home/virtual/site186/fst/var/www/html/cash4ever/config.php on line 173
Warning: main(/var/www/html/cash4ever/lib/stdlib.php): failed to open stream: No such file or directory in /home/virtual/site186/fst/var/www/html/cash4ever/config.php on line 173
Fatal error: main(): Failed opening required '/var/www/html/cash4ever/lib/stdlib.php' (include_path='.:/php/includes:/usr/share/php') in /home/virtual/site186/fst/var/www/html/cash4ever/config.php on line 173
-------------------
I have even tried the "/home/virtual/site186/fst/var/www/html/cash4ever/" as the root path but that does not seem to be working either.
Posted: Wed Dec 03, 2003 10:48 am
primaryhits
Visitor
Joined: 13 Nov 2003
Posts: 19
looks like you need to change your
$CONFIG->wwwroot = "/var/www/html/cash4ever";
to
$CONFIG->wwwroot = "/home/virtual/site186/fst/var/www/html/cash4ever";
Hopefully that will help.
bye
primaryhits
Posted: Wed Dec 03, 2003 1:02 pm
webworks
Newbie
Joined: 20 Oct 2003
Posts: 7
tried that path already as stated above.. did not work