Connection Errors and Internal Server Errors. - Page 2 Connection Errors and Internal Server Errors. - Page 2
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Connection Errors and Internal Server Errors.

Started by just_some_guy, September 22, 2007, 12:22:05 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Joachim Müller

So they just performed a basic check if they can connect to the database using the information in include/config.inc.php. That's not enough. As your issues don't happen every time you access your site, but only from time to time, they can not simply use a simple black/white check. There are many settings in mysql and PHP that determine the allowed number of mysql connections during a given period. In my opinion, your webhost is trying to make you shut up. I recommend asking them to check this very thread.

just_some_guy

On that note, i got the error again this afternoon, i wrote to the host again and still waiting for a reply...soon see what they see...
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

just_some_guy

The host said that they are not aware of a issue with the mysql server and their engineers are investigating.

Thanks GauGau for your support with this matter, really appreciated.
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

just_some_guy

I cant seem to be able to access my coppermine directory. It just returns an internal server error (500). My website has a history this problem, but usally when you refresh the page it will show. But this time its not going away. Is this likely an error with the host or me?

www.mysimtractor.com

user: test
pass: test123

working page outside coppermine:  http://www.mysimtractor.com/grounds/imrieimaging/index.html

thanks for the help and what shouild i do?
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

Joachim Müller

First contact should alwys be the webhost when you get an "500 internal server error". As the error message suggests, this is an error that is not being handled properly by the webserver. The webhost should be able to review the log files and tell you what actually is wrong.

just_some_guy

Thats a sigh of relief , i thought i had done something to the CPG files. Well i have submitted a support ticket to the host, i checked thier server status page...and there were no issues concerning me. It will be 24hrs ish before i get a reply.

Thanks GauGau
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

just_some_guy

It seems to be fixed, but i got a reply from the host saying it works no problem. But the problem will still occur, it just goes away before they has a chance to see it. What should i suggest to the them? what sort of things would cause the 500 error?
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

Joachim Müller

Let me answer your question with another question: What sort of disease makes people die?
What I'm trying to say: there can be a million things that cause a 500. It's an uncaught, generic error message that is being displayed if something went wrong that doesn't fall into the categories of the other, well known error messages (like 404 not found, 403 forbidden).

just_some_guy

Ok, i will just say to the host that even though its here now, it will still occur.
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

just_some_guy

Almost two months later i still get this error after repeatedly sending support tickets they have offered me a change of mysql server. This is probably the best option - am i right in thinking i just exchange the info in include/config.inc.php to the new info?

Thanks,
Tambien, Hablo Español      PHP - Achieve Anything
"The Internet is becoming the town square for the global village of tomorrow. " - Bill Gates
Windows 7 Forums

Joachim Müller

Quote from: just_some_guy on November 15, 2007, 07:58:12 PM
am i right in thinking i just exchange the info in include/config.inc.php to the new info?
Yes.