Forums / Install & configuration / cannot load lib files after fresh install

cannot load lib files after fresh install

Author Message

mihnea stoian

Monday 26 January 2004 7:30:36 am

I just installed eZpublish 3.3.2 on a netnation.ca account which is supposed to be able to run the system and this is the kind of error I get when I try accesssing the newly untarred system:

Warning: main(lib/ezutils/classes/ezsys.php): failed to open stream: No such file or directory in /home/www/username/mysite/lib/ezutils/classes/ezdebug.php on line 83

Warning: main(): Failed opening 'lib/ezutils/classes/ezsys.php' for inclusion (include_path='/usr/local/php/share/pear') in /home/www/username/mysite/lib/ezutils/classes/ezdebug.php on line 83

If I change the lib/ezutils/classes/ezsys.php link to /home/www/username/mysite/lib/ezutils/classes/ezsys.php inside ezdebug.php the error goes away, but all files have that kind of include links. I'll be here til next year going through them all to add the missing link info!

Is there somewhere I can specify the site root globally? Or at least trick the system into thinking that /home/www/ronmaclean/ron/ is the site root?

Any help would be apreciated!

Thank you,

Mihnea

mihnea stoian

Monday 26 January 2004 8:21:09 am

got it!

needed to change the include_path line in php.ini to include_path = "/home/www/username/mysite/".

I am running the setup right now!