Php form just stopped working ?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
dazedandconfused
Forum Newbie
Posts: 2
Joined: Sat Sep 12, 2009 7:12 am

Php form just stopped working ?

Post by dazedandconfused »

Hi guys,

Im a newb here and am having php woes.

Also my developer has dissapeared now that i need him :(

So I noticed the other day that i was getting no forms filled, i checked the form and it is not submitting now although it has been working fine for months.

Ive emailed my server support, they say it is a script problem ?

this is the error message:

[Fri Sep 11 14:51:55 2009] [error] [client 83.170.70.50] PHP Notice: Undefined variable: stage in /var/www/html/blahblah/public_html/blahblah.php on line 9

[Fri Sep 11 15:08:27 2009] [error] [client 83.170.70.50] PHP Notice: Undefined variable: error in /var/www/html/blahblah/public_html/form/blahblahblahblah.php on line 99, referer: http://www.blahblah.co.uk/blahblah.php

Anyone any idea why this would start happening all of a sudden ?

Seems to be affecting some other forms also.

Anyhelp would be very much appreciated, please bear in mind that i am a total php noob.

Thanks guys
User avatar
jackpf
DevNet Resident
Posts: 2119
Joined: Sun Feb 15, 2009 7:22 pm
Location: Ipswich, UK

Re: Php form just stopped working ?

Post by jackpf »

Seems like error reporting has been turned on/up on your server. You can either fix the errors, or turn it back down again. I'd recommend both tbh.
dazedandconfused
Forum Newbie
Posts: 2
Joined: Sat Sep 12, 2009 7:12 am

Re: Php form just stopped working ?

Post by dazedandconfused »

Hi thanks for the reply,

How do i fix these errors ?

Why has the form stopped working suddenly ?

Thanks
unitechy
Forum Newbie
Posts: 1
Joined: Wed Sep 09, 2009 2:40 am

Re: Php form just stopped working ?

Post by unitechy »

I would really suggest you posting down the code.
Post Reply