Fullscreen
Loading...
 
Skip to main content

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
(0)
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 50

When 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+
Demonstrate Bug (older Tiki versions)
Ticket ID
1653
Created
Wednesday 26 March, 2008 08:52:36 UTC
by Unknown
LastModif
Saturday 08 August, 2009 20:02:58 UTC


Show PHP error messages