Menu

#5 SQLite install error.

open
nobody
None
5
2010-02-28
2010-02-28
Jose
No

Blank page when try install with SQLite database.

In code (install/index.php) you have:

case 'sqlite_open':
if (!function_exists('sqlite_open'))

you must change by:

case 'sqlite':
if (!function_exists('sqlite_open'))

Discussion


Log in to post a comment.

MongoDB Logo MongoDB