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'))
Log in to post a comment.