Installation Help: Cannot Install RC2


page 1 of 1


toggle post quote post Post #93 by reycat67 2 years, 6 months ago

Greetings from Philippines!

I hope someone can help me with this installation problem. Below is the error details generated by the installer

{"Parsing form values...":"...done","Generating encryption hash...":"...done","Saving configuration...":"...done","Loading configuration...":"...done","Creating table for 'app' class...":"...done"}6 Lucid Error: db_query_err (Creation of table failed: "MDB2 Error: not found" [Error message: extension sqlite is not compiled into PHP] )

I am using WinXP/IIS/SQLite3. I created a database named "Lucid.db" inside "C:Rey" folder.

In the Database setting, Database Host field, i typed "C:ReyLucid.db" and leave the others blank and did not modify DSN.

Thanks in advance.

Rey



toggle post quote post Post #94 by reycat67 2 years, 6 months ago

Follow-up to my first post. The backward slash are missing. There should be one in between Rey and Lucid.db and also with C: and Rey



toggle post quote post Post #96 by psychcf 2 years, 6 months ago

Your PHP version is missing sqlite support. Could you tell us more about the setup (such as the PHP version, how you installed it, etc)? Once you give us that, we can tell you how to get sqlite working in PHP.

« previous This message has been revised


toggle post quote post Post #97 by reycat67 2 years, 6 months ago

Hi psychcf! Thanks for your reply.

My PHP version is 5.3.0. I enabled SQLite3 support during PHP installation and phpinfo() shows that SQLite3 is enabled. I started the setup process with this url:

http://localhost/lucid/install/index.html and not http://localhost/lucid/install because IIS will give "Directory Listing Denied" message.

The rest of the setup procedure is the same as my first post.

Rey



toggle post quote post Post #98 by jaymacdonald 2 years, 6 months ago

I think MDB2 (the database communication library we use) only supports SQLite and not SQLite3.

http://uk2.php.net/manual/en/book.sqlite.php

http://uk2.php.net/manual/en/book.sqlite3.php

They seem to be quite different. Try installing PHP with both SQLite and SQLite3.



toggle post quote post Post #99 by psychcf 2 years, 6 months ago

jaymacdonald Wrote:

I think MDB2 (the database communication library we use) only supports SQLite and not SQLite3.

http://uk2.php.net/manual/en/book.sqlite.php

http://uk2.php.net/manual/en/book.sqlite3.php

They seem to be quite different. Try installing PHP with both SQLite and SQLite3.

Actually, I believe it only supports sqlite3...



page 1 of 1


You need to sign in to post messages.

You are not logged in. You must log in or create an account to contribute to discussions.


This community is powered by Snapboard