a wee error. a wee error.
 

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

Main Menu

a wee error.

Started by sarg, February 26, 2004, 10:15:03 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

sarg

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
Only for today!

Joachim Müller

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

sarg

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
Only for today!

Casper

It should be;
define('PHPBB_WEB_PATH', '/toddy/phpBB2/');

if that doesnt work, try;
define('PHPBB_WEB_PATH', '/phpBB2/');[/code]
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here