Re: [Phplib-users] parse error in auth.inc
Brought to you by:
nhruby,
richardarcher
From: Marco <new...@dk...> - 2002-07-31 21:06:59
|
Hi Peter, I don't know if it is or not. I simply want to "auto_prepend" my prepend.inc in php3.ini. I changed nothing in the source file so I think it should work as is, isn't it? Bye Marco Peter Kursawe wrote: >Marco, > >>Parse error: parse error in /data/phplib/php-lib-stable/php/auth.inc on >>line 58 >> >>The line is that one with the mark: >> >> ## back compatibility: if database_class is set, create db object >> if(isset($this->database_class)) { >>--> $this->db = new $this->database_class; >> } >> > >is your database_class set to a value different from '' ? Does the class name exist? > >Peter Kursawe > |