You are not logged in. Please login or register.
Active topics Unanswered topics
Post new reply
Post new reply
Compose and post your new reply
You may use: BBCode
All fields with bold label must be completed before the form is submitted.
Topic review (newest first)
Sorry I didn't see this until now!
I can't tell for certain what's going on for you but a couple of things to test include:
- is PEAR::DB working in general?
- does PEAR::DB have the sqlite extension available (having sqlite on the box is not enough, this extension must be built as well)
- have you tried in a directory other than /tmp/ ? (while I'm not sure why this wouldn't work in /tmp, I would strongly recommend not using it for production purposes- perhaps you are only testing for now).
Let me know if any of the above leads anywhere...
I've read the documentation and know what I am doing. I am trying to install ochiba, on my centOS 4 box. The box has SQLite. The DB configurations are as follows.
define("DB","sqlite:////tmp/ochibatest.sqlite");
Originally, ochibatest was saved as a .db, but I changed it to an sqlite file, it didn't work either times..
error:
Checking for database connection ... FAILED - please check connection settings (sqlite:////tmp/ochibatest.sqlite)
Generated in 0.021 seconds (76% PHP - 24% DB) with 8 queries