ReleaseNotes40

Installation

When installing Tiki 4.0 (or even 5.x or 6.x) 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(external link) 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)
  • After upgrading to 4.0 from 3.x, new user registrations may not be properly validated. This was fixed with SVN commit #23514 (or pick the daily 4.x built on de.tiki.org) . If you still experience problem (Disabled account) you can check the table users_users and run the sql query
update users_users set waiting=NULL where waiting is not NULL and valid is NULL;
If you want to do only on my account foobar
update users_users set waiting=NULL where waiting is not NULL and valid is NULL and login='foobar'

Documentation

See Tiki4.


Contributors to this page: marclaporte42827 points  , sylvie1976 points  , ricks9915694 points  and luci4279 points  .
Page last modified on Wednesday 10 November 2010 02:01:54 CET by marclaporte42827 points .

Switch Language

Subscribe to Tiki Newsletters!

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki

Shoutbox

Torsten1785 points , 13:29 CET, Fri 10 Feb. 2012: Next webinar at Thursday, 16. of Feb. 2012 (21:00 UTC) at http://tiki.org/live
ricks9915694 points , 16:36 CET, Thu 19 Jan. 2012: Free webinar, today at 21:00 UTC http://bit.ly/zeH0UE
marclaporte42827 points , 05:17 CET, Tue 17 Jan. 2012: Tiki 8.3 and 6.6 LTS now available: [Link]
ricks9915694 points , 13:34 CET, Tue 20 Dec 2011: Tiki 8.2 & 6.5LTS now available: [Link]
ricks9915694 points , 18:00 CET, Fri 11 Nov. 2011: Tiki 8.1 now available: [Link]