Page 1 of 1

getting blank pages

Posted: Mon Oct 27, 2008 5:42 am
by kalpesh
hi, i upload files on shared web hosting.
Sometimes it runs fine but most of time it gets the blank pages.
And When i try to insert records from admin, it gets internal server error 500 for most of times.
sometimes it inserts very good.
i am using php5.
please help me.

Re: getting blank pages

Posted: Mon Oct 27, 2008 6:15 am
by oscardog
I am not sure about the internal 500 error, sometimes i get them.. normally reloading the cache works(Ctrl+F5). If you get a blank page it means there is a problem, somewhere in your code, with your PHP syntax so look for things like missing ';' and proper encasment of variables etc.

Re: getting blank pages

Posted: Mon Oct 27, 2008 6:18 am
by aceconcepts
You should get a PHP error message if there's a syntax error.

How does your code look?

Re: getting blank pages

Posted: Mon Oct 27, 2008 6:59 am
by kalpesh
if i have error in my file syntax then it will cause me error.
but sometimes it runs fine and sometimes it gives internal server error 500
can i know where this error come?
can i log this types of error.
my cache works fine.
but there is problem when i try at first time.
please help.

Re: getting blank pages

Posted: Mon Oct 27, 2008 8:16 am
by shiznatix
what "files" did you upload? do you have a shared host or whats your server situation? have you tried turning error reporting on to see if there are errors? have you tried anything or are you just saying "blank page, help!"?

Re: getting blank pages

Posted: Mon Oct 27, 2008 8:30 am
by VladSun
Check your error log file.