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
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
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
It should be;
define('PHPBB_WEB_PATH', '/toddy/phpBB2/');
if that doesnt work, try;
define('PHPBB_WEB_PATH', '/phpBB2/');
[/code]