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
Writing Windows Device Drivers with C
Yes: one of the nice features of C is void*. You can put anything there and get anything out. Very
Help on code output
My CODE:
Code: [Select] echo "<phone>".$line["phone"].&qu
Why use OOP?
Can someone explain to me why I should use OOP instead of procedure based code.
Im building a
regex for quoted text within a string
I am still getting the hang of regex expressions, but I cant seem to figure out how I would escape q
upload image name with extension using php
hi frds..
<input id="file1" type="file" name="file[]" &a
Prevention Help
How can I use PHP or any other language (feel free to move this thread) to prevent users doing scree
Agency Business Process
Hi,
I don’t understand the process of the agency business in SAP.
In my
Do not allow posting of whitespace
Currently the script below works if the user does not type a name/message, but if i create a whitesp
how to load a Sys file with system load and call images?
normally you need register the module as a service with CreateService, and start the service
Frustrated php Newbie
First off, I am pretty much a PHP nub. I can read and understand the language (most of the time) so