No, bad users for abusing the feature and forcing its removal.
The message indicates you set the 'relative path to your BBS' to point to Coppermine instead of phpbb either by mistake or by ignorance. Undo the bridge by navigating to bridgemgr.php and then enter the correct value.
When I did it
within CPG I assumed it would insert the proper relation.
$default_bridge_data['phpbb2018'] = array(
'full_name' => 'phpBB version 2.0.18 or better',
'short_name' => 'phpbb2018',
'support_url' => 'http://www.phpbb.com/',
'full_forum_url_default' => 'http://netboard.pjci.net',
'full_forum_url_used' => 'mandatory,not_empty,no_trailing_slash',
'relative_path_to_config_file_default' => '../board/',
'relative_path_to_config_file_used' => 'lookfor,config.php',
'use_post_based_groups_default' => '0',
'use_post_based_groups_used' => 'radio,1,0',
'cookie_prefix_default' => 'phpbb2mysql',
'cookie_prefix_used' => 'cookie',
);
It didn't -- it still says the default (../board/). But what doesn not make sense
(and this is not me being ignorant, just to clarify) is that I specified ../ as the
relative path from within the configuration web page. Why didn't it rewrite the
bridgemgr.php to reflect this?
I have sinced edited the file manually to reflect the changes for my Forum and gallery.
$default_bridge_data['phpbb2018'] = array(
'full_name' => 'phpBB version 2.0.18 or better',
'short_name' => 'phpbb2018',
'support_url' => 'http://www.phpbb.com/',
'full_forum_url_default' => 'http://netboard.pjci.net',
'full_forum_url_used' => 'mandatory,not_empty,no_trailing_slash',
'relative_path_to_config_file_default' => '../photillium',
'relative_path_to_config_file_used' => 'lookfor,config.php',
'use_post_based_groups_default' => '0',
'use_post_based_groups_used' => 'radio,1,0',
'cookie_prefix_default' => 'Photillium_CPG',
'cookie_prefix_used' => 'cookie',
);
.. and I still get this message.
The forum is
http://netboard.pjci.net/The gallery is located at
http://netboard.pjci.net/photilliumThe gallery cookie is Photillium_CPG
So I;ve gone to the Emergency page and disabled the bridgeing, for now. With your wisdom can
you (kindly), using the information I gave you, tell what information to place where?
I really would like integrate your software with my forum. Thank you.
Paul