Installation with SQLite
- Status
- Closed
- Subject
- Installation with SQLite
- Version
- 2.x
- Category
- Error
- Feature
- Installer (profiles, upgrades and server-related issues)
Database independence (Non-Mysql, ADOdb Postgres, Oracle, etc) - Resolution status
- Out of Date
- Submitted by
- vilam
- Lastmod by
- Kissaki
- Rating
- Description
With the choice of SQLite database
When installing
Fatal error: Call to a member function fetchRow() on a non-object in P:\xampp\htdocs\tiki10\installer\tiki-installer.php on line 50When get tiki-index.php after installation
Unable to connect to the database !
SQL logic error or missing database- Solution
Work around for SQLite installation when installing :
comment in tiki-installer.php script the two lines :
$smarty->assign( 'tikidb_created', has_tiki_db( $dbTiki ) );
$smarty->assign( 'tikidb_is110', has_tiki_db_110( $dbTiki ) );Work around for SQLite installation when get tiki-index.php :
comment in tiki-db.php the or condition :
(!@$dbTiki->Execute('select `login` from `users_users` limit 1')
Please upgrade to a recent version of tiki.
If the problem persists, please add a new tracker item.- Importance
- 1 low
- Priority
- 5
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 1653
- Created
- Wednesday 26 March, 2008 08:52:36 UTC
by Unknown - LastModif
- Saturday 08 August, 2009 20:02:58 UTC