Page 1 of 1

[solved]Notice: Undefined messages

PostPosted: 12. December 2011 05:00
by dualchart
Hi all i have just installed lampp 1.7.7 for openSuse and all my php code is returning these errors BUT if i display the pages on the windows xampp it works fine and also on my cPanel server all my coding is working correctly the error seems to only be with LAMPP.

i have not modified anything within LAMPP it is just a default install

any help would be greatfull as this is my development server.

Re: Notice: Undefined messages

PostPosted: 12. December 2011 05:06
by Altrea
dualchart wrote:BUT if i display the pages on the windows xampp it works fine and also on my cPanel server all my coding is working correctly the error seems to only be with LAMPP.

No. Your other Webservers will also throw these messages, but their error_reporting level is setted to a lower level.

The recommend way would be to solve these messages, but you can also get around that by setting the error_reporting in your php.ini to a lower level.

Re: Notice: Undefined messages

PostPosted: 12. December 2011 05:53
by dualchart
ahh thanks lol

i thought it would be something simple.

Cheers for your help

Re: Notice: Undefined messages

PostPosted: 12. December 2011 05:58
by Altrea
You are very welcome :)
Try it out and tell me if i can mark this thread as solved.

best wishes,
Altrea

Re: Notice: Undefined messages

PostPosted: 12. December 2011 19:08
by dualchart
indeed you can mark it as solved
it is all working perfectly now, changed it around to make it work for me.

cheers again

Re: [solved]Notice: Undefined messages

PostPosted: 12. December 2011 19:12
by Altrea
Thanks for the reply. Marked as solved 8)

best wishes,
Altrea