PHP

Asked by Joe Soares

Any idea why a customers PHP page would come up blank and not show anything?
Does't seem to function properly. Should show a message and when it emails not adding senders email on a php guestbook page.

Your help would be appreciated.

Question information

Language:
English Edit question
Status:
Solved
For:
Easy Hosting Control Panel for Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
ehcpdeveloper
Solved:
Last query:
Last reply:
Revision history for this message
ehcpdeveloper (ehcpdeveloper) said :
#1

php pages may come blank when php code has syntax errors (or maybe other errors)
errors may not be seen if error settings are not adequate.

check php page in console, by:
php -l file.php
this command will show you if that file contains syntax errors. this may help .

On Fri, Dec 2, 2011 at 6:11 PM, Joe Soares
<email address hidden> wrote:
> New question #180735 on Easy Hosting Control Panel for Ubuntu:
> https://answers.launchpad.net/ehcp/+question/180735
>
> Any idea why a customers PHP page would come up blank and not show anything?
> Does't seem to function properly. Should show a message and when it emails not adding senders email on a php guestbook page.
>
> Your help would be appreciated.
>
> --
> You received this question notification because you are an answer
> contact for Easy Hosting Control Panel for Ubuntu.

Revision history for this message
Joe Soares (onlinefreek) said :
#2

Ehcp uses php5 so if it was written for php4 would that also be a problem?

Sent wirelessly from my BlackBerry device on the Bell network.
Envoyé sans fil par mon terminal mobile BlackBerry sur le réseau de Bell.

-----Original Message-----
From: ehcpdeveloper <email address hidden>
Date: Sat, 3 Dec 2011 18:41:10
To: <email address hidden>
Subject: Re: [Question #180735]: PHP

Your question #180735 on Easy Hosting Control Panel for Ubuntu changed:
https://answers.launchpad.net/ehcp/&#43;question/180735

    Status: Open => Answered

ehcpdeveloper proposed the following answer:
php pages may come blank when php code has syntax errors (or maybe other errors)
errors may not be seen if error settings are not adequate.

check php page in console, by:
php -l file.php
this command will show you if that file contains syntax errors. this may help .

On Fri, Dec 2, 2011 at 6:11 PM, Joe Soares
<email address hidden> wrote:
> New question #180735 on Easy Hosting Control Panel for Ubuntu:
> https://answers.launchpad.net/ehcp/&#43;question/180735
>
> Any idea why a customers PHP page would come up blank and not show anything?
> Does't seem to function properly. Should show a message and when it emails not adding senders email on a php guestbook page.
>
> Your help would be appreciated.
>
> --
> You received this question notification because you are an answer
> contact for Easy Hosting Control Panel for Ubuntu.

--
If this answers your question, please go to the following page to let us
know that it is solved:
https://answers.launchpad.net/ehcp/&#43;question/180735/&#43;confirm?answer_id=0

If you still need help, you can reply to this email or go to the
following page to enter your feedback:
https://answers.launchpad.net/ehcp/&#43;question/180735

You received this question notification because you asked the question.

Revision history for this message
Best ehcpdeveloper (ehcpdeveloper) said :
#3

yes, definitely may be.
because, php 5.3 is a major php version change, and some php programs
that are written for php 4 may fail to work normally with php 5.3 .
php 5.3 is acutally the new upcoming php 6.

Revision history for this message
Joe Soares (onlinefreek) said :
#4

I will let them now to update there code

Revision history for this message
Joe Soares (onlinefreek) said :
#5

Thanks ehcpdeveloper, that solved my question.