forum.coppermine-gallery.net

Dev Board => cpg1.4 Testing/Bugs => cpg1.4 Testing/Bugs: FIXED/CLOSED => Topic started by: Guvner on May 17, 2005, 10:35:56 am

Title: Bug Report for 1.4 phorum bridge ...
Post by: Guvner on May 17, 2005, 10:35:56 am
Update latest CVS 1.4 devel and saw phorum bridge avaiable for testing, so downloaded it and installed it using the same mysql database where phorum resides in ..

Ran the bridge wizard and select phorum .. entered the phorum dir info finishing the wizard .

Logged out of admin to log back in with phorum admin username but login or logout give this error :

Fatal error: Call to undefined function: phorum_db_load_settings() in /home/httpd/vhosts/findmall.com/httpdocs/phorums/common.php on line 117








Title: Re: Bug Report for 1.4 phorum bridge ...
Post by: Nibbler on May 17, 2005, 08:45:35 pm
Change

Code: [Select]
chdir('../phorum');
to

Code: [Select]
chdir($BRIDGE['relative_path_to_config_file']);
Title: Re: Bug Report for 1.4 phorum bridge ...
Post by: Joachim Müller on July 31, 2005, 12:25:49 pm
[moderation]
bumping this unresolved thread to the top...
Title: Re: Bug Report for 1.4 phorum bridge ...
Post by: Joachim Müller on August 15, 2005, 06:58:36 am
as Guvner hasn't reported back, I guess that Nibbler's proposal fixes the issue. Marking this thread accordingly.