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
Using system() and bringing back the results
I am aware that you can use system() within PHP to execute system commands, but I was wondering if t
How can I Compare two xml documents?
Hi all,
I am doing a POC for my project and I am using XE database 10g version.
Shuffle Array
Hi,
I am writing a script for a game that needs players to randomly be assigned a target (ano
Help, Base64 encoding url and decoding server side.
Hello everyone, i have a website with videos and games and also provide an embed code which people c
xml element exists
Code: [Select]<?xml version="1.0"?>
<Addresses>
<
Email logic not working
I would like to send an email using the php email() function then if it does execute i.e sends i wou
IS this code correct
The reason i ask is everything underneath it appears to be alink as well, tis blimmin annoying
Call to undefined function mysql_fetch_accoc()
New to php/mysql coding. What's wrong with this sequence, or am I
just not seeing to obvious?
Check before inserting in DB ???
This is my code
---------------
if ( $_POST ['Submit'])
{{
$username = $_POST ['usernm
PHP doesn't send my mail
Hi all, I found this and used it to send mail. Simple contact form with some required fields. The va