Loading...
 

HowtoUseExternalAdodb

edit db/tiki-db.php to use external adodb libs like this:

Copy to clipboard
TikiInit::prependIncludePath('/usr/lib/php/adodb');

maybe check your php_admin_value open_basedir to include /usr/lib/php/adodb in your vhost settings or php.ini or htaccess depending on your configuration

Copy to clipboard
php_admin_value open_basedir /var/www/tiki19:/tmp:/usr/lib/php/adodb


Note: tiki-install.php also depends on adodb so use this after working install, or modify tiki-install.php appropriately

Note: this works with adodb 4.61 at the time of writing ang


Page last modified on Monday 21 June 2010 00:09:12 GMT-0000