[PHPLIB] Still newbie problems :( From: Ahmet Tuncer (ahmet_tuncer <email protected>)
Date: 11/22/99

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.