You are not logged in. Please login or register.


Post new reply

ochiba forum → Support → I can't install! → 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.

Required information for guests


Required information

(delete this if you are not)

Topic review (newest first)

2

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...

1

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)

ochiba forum → Support → I can't install! → Post new reply



Generated in 0.014 seconds (73% PHP - 27% DB) with 8 queries