SitePoint Sponsor |
|
User Tag List
Results 1 to 2 of 2
-
Jul 23, 2003, 01:52 #1
- Join Date
- Jan 2003
- Posts
- 7
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Some gallery software integration problem
I am currently trying to integrate Gallery 1.3.4 into Invision Board 1.1.2. However, I met into some problems with the php codings.. I know nothing about php thus I need some help here..
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']);
-
Jul 23, 2003, 07:46 #2
- Join Date
- May 2001
- Location
- Vancouver, BC Canada
- Posts
- 502
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
that means that there's no such thing as a settableprefix() function in your code. My advice would be to look for it in the original code then copy and paste.
hope this helps.
-rsdl
Bookmarks