Date: 11/22/99
- Next message: Stefan Zosel: "[PHPLIB] Strings"
- Previous message: Philip Hofstetter: "Re: [PHPLIB] 302 server response reply results in looping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Thank you all for the help but..
I put the .htaccess file with exactly and only
php3_auto_prepend_file "/home/foo/prepend.php3"
php3_include_path "/home/foo/php"
php3_track_vars "On"
in it but I faced an error:
Fatal error: DB_Example is already a function or class in
/home/foo/local.inc on line 12
I read the archive again and someone had written that this may be a double
include
so I tried
php3_include_path "/home/foo/php"
php3_track_vars "On"
and the error was:
Fatal error: Cannot extend non existant class DB_Sql in /home/foo/local.inc
on line 12
It seems that I need some more help
When I succeed to install the phplib, I guess I'll be able to write an
"installation guide for dummies" :-)
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Stefan Zosel: "[PHPLIB] Strings"
- Previous message: Philip Hofstetter: "Re: [PHPLIB] 302 server response reply results in looping"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

