Forum Moderators: coopster

Message Too Old, No Replies

Web Host Change, Now PHP doesn't work

         

Sothpaw

7:21 pm on Sep 12, 2007 (gmt 0)

10+ Year Member



our web hosting company fell off the face of the planet 2 days ago so we moved to another one.
now our "Contact Us" page doesn't work. i've utilized PHP so a browser can fill out the forms and hit the send button. it worked fine before but not now.
the hosting company says that they are running PHP 4.4.7 and have PHP4+ and PHP5
but i don't really know what that means for me. i don't have any script line that defines what PHP version to use and i never have.
any help here would be great.
if you need me to post my PHP code i will but you could go see it here.
<snip>

thanks for any and all help in advance

[edited by: eelixduppy at 7:26 pm (utc) on Sep. 12, 2007]
[edit reason] no personal URLs, please [/edit]

eelixduppy

7:28 pm on Sep 12, 2007 (gmt 0)



Please check your error logs to see if something is going wrong. It is likely that your smtp server isn't configured correctly, or something. Check for errors first and then get back to us.

Sothpaw

9:01 pm on Sep 12, 2007 (gmt 0)

10+ Year Member



sorry but i don't know what you mean.
is there a web recourse that can explain this SMTP error log to me?

eelixduppy

9:56 pm on Sep 12, 2007 (gmt 0)



You have to check your PHP error log which defaults to your web servers error log or wherever the error log directive points.

dreamcatcher

8:29 am on Sep 13, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Its more than probably a register globals issue if its a contact form. Your previous server probably had register globals ON, where as your new host has them off. Thats what I`m assuming anyway.

dc