Problems integrating invision and gallery

ahcheng

Joined: 2003-07-23
Posts: 2
Posted: Wed, 2003-07-23 07:34

The mod in ibplanet supports gallery 1.3.1. I am currently using 1.3.4 with ibf 1.1.2.

Anyone suceeded in using that mod to integrate 1.3.4 into their ibf?

I keep getting this error...

Fatal error: Call to undefined function: settableprefix() in /home/bagchat/public_html/gallery/init.php on line 303

$gallery->database{$INFO['sql_database']} = new MySQL_Database(
$INFO['sql_host'],
$INFO['sql_user'],
$INFO['sql_pass'],
$INFO['sql_database']);
$gallery->database{$INFO['sql_database']}->setTablePrefix($INFO['sql_tbl_prefix']);

Any kind soul around who can help? Thanks...