Loading...
 
 Error
  • Contact the site administrator. The index needs rebuilding.
Architecture / Installation

Architecture / Installation


Aw: Problem updating from 5.2 to 6.0

posts: 24 Germany

I solved it for my tiki:

The solution was provided in local.php:

// If your php installation does not not have pdo extension

// $api_tiki = 'adodb';


So I added $api_tiki = 'adodb'; to tiki/db/local.php and all errors were gone :-)

(but I had lot of encoding crap :-()

There are no comments at this time.