Help: Error in php log after wamp install?
Posted by: 3dart (---.vgnxx5.dynamic.dsl.tele.dk)
Date: January 10, 2009 06:46PM

I am having some problems running some bought PHP code and are trying to track down the error.

When I have a fresh installed WAMP I can see this in the php log after every restart:

[08-Jan-2009 20:13:45] PHP Notice: Undefined variable: mywampfp in C:\wamp\scripts\refresh.php on line 252
[08-Jan-2009 20:13:45] PHP Notice: Undefined variable: i in C:\wamp\scripts\refresh.php on line 252
[08-Jan-2009 20:13:45] PHP Notice: Undefined variable: mywampini in C:\wamp\scripts\refresh.php on line 252
[08-Jan-2009 20:13:45] PHP Notice: Undefined offset: 1 in C:\wamp\scripts\refresh.php on line 385
[08-Jan-2009 20:13:45] PHP Notice: Undefined offset: 1 in C:\wamp\scripts\refresh.php on line 385

Could this be a problem and if yes what can I do to fix the error?

Options: ReplyQuote
Re: Help: Error in php log after wamp install?
Posted by: stevenmartin99 (---.b-ras1.blp.dublin.eircom.net)
Date: January 10, 2009 07:22PM

these are not errors. only notices.

the $varibiable being used wasnt declared in the wamp setup


you could either fix this by declring them or change php.ini so it does not show notices.

Steven Martin
stevenmartin99@gmail.com
stevenmartin99@hotmail.com
PampServer.com - [pampserver.com]

Options: ReplyQuote
Re: Help: Error in php log after wamp install?
Posted by: 3dart (---.vgnxx5.dynamic.dsl.tele.dk)
Date: January 10, 2009 08:18PM

Thanks for your help I'll do that!

Options: ReplyQuote


Sorry, only registered users may post in this forum.