Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: a wee error.  (Read 2606 times)

0 Members and 1 Guest are viewing this topic.

sarg

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
    • http://www.whitesowners-uk.com/phpBB2
a wee error.
« 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??

Code: [Select]
Warning: Wrong parameter count for define() in /home/*****/public_html/coppermine_dir/bridge/phpbb.inc.php on line 32
Logged
Only for today!

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
a wee error.
« Reply #1 on: February 27, 2004, 07:40:51 am »

line 32 of the said file should be
Code: [Select]
define('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 read
Code: [Select]
define('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
Logged

sarg

  • Coppermine newbie
  • Offline Offline
  • Posts: 4
    • http://www.whitesowners-uk.com/phpBB2
a wee error.
« Reply #2 on: February 27, 2004, 11:21:23 pm »

Hi gaugua

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

Code: [Select]
define('http://213.67.212.131/~toddy/phpBB2/');

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

SARG
Logged
Only for today!

Casper

  • VIP
  • Coppermine addict
  • ***
  • Country: 00
  • Offline Offline
  • Gender: Male
  • Posts: 5231
a wee error.
« Reply #3 on: February 27, 2004, 11:31:53 pm »

It should be;
Code: [Select]
define('PHPBB_WEB_PATH', '/toddy/phpBB2/');

if that doesnt work, try;
Code: [Select]
define('PHPBB_WEB_PATH', '/phpBB2/');[/code]
Logged
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
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 18 queries.