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
Storing Values taken from a DB...
Using this code it will generate a short list from my database
<?php
mysql_connect
Check Date/Time in PHP
What I need the code to check is that $reQuest is 24 hours in the past then return a time based on h
Grabbing Values From an Array for Posting
I have a grid array that I am using with a form that when it hits the currently named test.php it lo
form help
this doesn't work. i want the form action to go the location.href of the submit button chosen.. how
Ten Operator Syntax
Hi Guys,
I can't figure out why i am getting a parse error with this basic ten op code:
Grids not displaying decimals, and behaving differently on different PCs?
Hello,
I coded a relatively simple MII application that allows data from a form to be add
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
How to ask a regex question?
Hi, I thought I'd share some of my insight after seeing too many bad questions that either get ignor
PHP Search Issue
Hi, I am using the following code to search and return flights from a database. The user searches by
newbie error
what is wrong with this code ?
<html>
<body>
<?