Bug Report for 1.4 phorum bridge ... Bug Report for 1.4 phorum bridge ...
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Bug Report for 1.4 phorum bridge ...

Started by Guvner, May 17, 2005, 10:35:56 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Guvner

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









Nibbler

Change

chdir('../phorum');

to

chdir($BRIDGE['relative_path_to_config_file']);

Joachim Müller

[moderation]
bumping this unresolved thread to the top...

Joachim Müller

as Guvner hasn't reported back, I guess that Nibbler's proposal fixes the issue. Marking this thread accordingly.