coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: sarg on February 26, 2004, 10:15:03 PM

Title: a wee error.
Post by: sarg on February 26, 2004, 10:15:03 PM
I get this error at the top of my page lads on my album, any help to get rid of it??

Warning: Wrong parameter count for define() in /home/*****/public_html/coppermine_dir/bridge/phpbb.inc.php on line 32
Title: a wee error.
Post by: Joachim Müller on February 27, 2004, 07:40:51 AM
line 32 of the said file should bedefine('PHPBB_WEB_PATH', '/phpBB2/');You'll have to edit it, as it depends on your settings. If you have phpBB installed at http://foo.com/bar/, above line should readdefine('PHPBB_WEB_PATH', '/bar/');Mind the spelling and capitalization! To tell you more, a link might help, as well as a code snippet how "your" line 32 actually looks like...

GauGau
Title: a wee error.
Post by: sarg on February 27, 2004, 11:21:23 PM
Hi gaugua

Thanks for the reply here is what it says on my line 32

define('http://213.67.212.131/~toddy/phpBB2/');

ps its a temp url I have just moved the forum.

SARG
Title: a wee error.
Post by: Casper on February 27, 2004, 11:31:53 PM
It should be;
define('PHPBB_WEB_PATH', '/toddy/phpBB2/');

if that doesnt work, try;
define('PHPBB_WEB_PATH', '/phpBB2/');[/code]