History: ReleaseNotes40
Preview of version: 4
Release Notes 4.0
Installation
When installing Tiki 4.0 with PHP 5.1.0 (or higher), you may encounter a System error: could not find driver message. This indicates that PDO driver for your database has not been enabled on your server.
To enable the driver:
- For Unix:
Refer to http://us.php.net/manual/en/book.pdo.php for information on installing PDO support.
As an alternative, add the following statement to the end of your ../db/local.php file, before the ?>:
$api_tiki='adodb';
- For Windows:
Add the following statement to your php.ini file:
extension=php_pdo_mysql.dll
Known Issues
- Tiki 4.0 doesn't like spaces in URL so
some.site.tld/My Project/
session/cookie doesn't match and users cannot login anymore (this worked fine in 3.x)
Documentation: Tiki4