[Solved]: Warning: Undefined index: REMOTE_ADDR [Solved]: Warning: Undefined index: REMOTE_ADDR
 

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]

Main Menu

[Solved]: Warning: Undefined index: REMOTE_ADDR

Started by Arrowhead, March 18, 2004, 03:36:36 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Arrowhead

Hi, I have installed version 1.2 and I am getting two errors. One of them has been solved using the FAQ-documentation.

But the other one I cann't find..

The error is:
Warning: Undefined index: REMOTE_ADDR in /../../../gallery/include/init.inc.php on line 98

Can somebody help me?

Casper

When are you getting this warning.  Are you using debug mode.
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

Arrowhead

Quote from: "casper"When are you getting this warning.  Are you using debug mode.

No... just normal settings.

When I surf to the gallery-page, this error is mentioned on top of the window.... but I can log on normally. The error stays...

The other error was:

 Warning: Undefined index: SCRIPT_NAME in /www.your-domain.com/include/init.inc.php on line 91

This one was fixed

See http://www.artemis79.nl/gallery/

Casper

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

Arrowhead

Quote from: "casper"OK, I think you'll find the answer on this thread, http://forum.coppermine-gallery.net/index.php?topic=1375

Thank you very much..

The problem has been solved using:

$raw_ip = stripslashes($_ENV["REMOTE_ADDR"]);