From: Steven L. <st...@tu...> - 2003-03-19 14:31:41
|
When you do a CVS co it does not grab the PEAR libs. You will need the get the current ones in use from here: http://phpwebsite.appstate.edu/downloads/pear/pear.current.tar.gz and then untar it in your phpwebsite base directory. > Greetings, > > This command line is workings. Thanks. > > Although when trying to browse the test site I get the following errors: > > Warning: main(PEAR.php) [function.main]: failed to create stream: No such > file or directory in /home/projetob/public_html/fr_rc5/core/Core.php on > line > 30 > > Fatal error: main() [function.main]: Failed opening required 'PEAR.php' > (include_path='.:/home/projetob/public_html/fr_rc5/lib/pear/') in > /home/projetob/public_html/fr_rc5/core/Core.php on line 30 > > -------------------- > My .htaccess file: > php_flag display_errors On > php_flag register_globals On > php_flag track_vars On > > -------------------- > I uncommented the line for: > /* This line is for *nix/linux environments */ > ini_set("include_path", ".:" . PHPWS_SOURCE_DIR . "lib/pear/"); > > I am stuck at this error page. > Any clue on what I might have been overlooking? > > >> Yves, >> >> cvs -z3 -d:pserver:ano...@re...:/home/cvsroot >> login >> Just hit enter (no password) >> cvs -z3 -d:pserver:ano...@re...:/home/cvsroot co >> phpwebsite-full >> >> Don. > > > > Regards, > > Yves Malouin > http://www.malouin.qc.ca > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Does your code think in ink? > You could win a Tablet PC. Get a free Tablet PC hat just for playing. > What are you waiting for? > http://ads.sourceforge.net/cgi-bin/redirect.pl?micr5043en > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > -- Steven Levin Electronic Student Services Appalachian State University Phone: 828.262.2431 PhpWebsite Development Team URL: http://phpwebsite.appstate.edu Email: st...@NO... |