I'm getting an error in the example-site,
Call to undefined method DB_Error::query() in /usr/share/php/DB/DataObject.php on line 2324.
anybody know or have an idea why this happens?
I'm getting an error in the example-site,
Call to undefined method DB_Error::query() in /usr/share/php/DB/DataObject.php on line 2324.
anybody know or have an idea why this happens?
Does this just happen when you first try to navigate to the login page? Do you have all the specified PEAR modules installed?
I had the same problem with PEAR projects.
The solution was to set the correct database name and user/password.
I hope this will be helpfull for you.
You must log in to post.