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.
getting blank pages
Moderator: General Moderators
Re: getting blank pages
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.
- aceconcepts
- DevNet Resident
- Posts: 1424
- Joined: Mon Feb 06, 2006 11:26 am
- Location: London
Re: getting blank pages
You should get a PHP error message if there's a syntax error.
How does your code look?
How does your code look?
Re: getting blank pages
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.
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.
- shiznatix
- DevNet Master
- Posts: 2745
- Joined: Tue Dec 28, 2004 5:57 pm
- Location: Tallinn, Estonia
- Contact:
Re: getting blank pages
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
Check your error log file.
There are 10 types of people in this world, those who understand binary and those who don't