Internal Server Error issues
Posted on
16th Feb 2014 07:03 pm by
admin
This has been bothering me for weeks and I've been trying to solve it without asking for help, but eventually I had to give up
Basically, I have a website that is based around manipulating photos with php commands(imagecopymerge,imagecolorat,etc.) however, one page, which compiles all of the data together, is way too large. Most of the time it results in an internal server error. Base on what a GoDaddy Customer service representative said, I assumed that this problem is caused by the script taking too much of the server's time and concentration.
Because of this, I wrote a code to by pass it by doing some of the commands, then refreshing with a changed GET variable to tell the page where to start based on how high the number is. This kind of solved the problem, but there's still a 50% chance that I will get a server error on any random step for reasons I don't understand. My question is, is there any way I can stop an internal server error 500, or redirect the page automatically when it happens? And if not, what part of a website package would I need to upgrade to allocate more time and processing power for my website?
Thank you
No comments posted yet
Your Answer:
Login to answer
262
41
Other forums
Remove directories not empty
hi,
i have an array that contains some names (1,4,6,56...). Every integer is a name of a folder.<
How to display objects in a row
I have 7 codes that i want to display in a row one next to another.
The first is {$ads->ad
Ten Operator Syntax
Hi Guys,
I can't figure out why i am getting a parse error with this basic ten op code:
php slowing my site?
Hi all,
I think that one of the reasons that my site doesn't work fast is that the code is ve
Using unserialize()
Hi there.
I have some data in my database that is serialized.
e.g.
a:2:{i:0
Undefined index on my form
ok im getting Undefined index on this line.. print_r($_REQUEST['form']);
below is the full sc
help with this code please?
Hello,
I am trying to build a remote upload script for my image hosting site.
I am usi
php form help
Hey,
I use a control file to set my meta tags and titles
Here's an example
Code: &a
Install page
How do I make it so when a user submits information on the Install page, it'll right it into the cor
Else statement screws up all css
Does anyone know what goes wrong in the process with this php code?
This code seems to be causing