500 Internal Server Error

Forum
Last Post
Threads / Messages

Empress_Swanbottom

Member
Member
Joined
Feb 6, 2013
Messages
48
Points
0
Age
26
Mysidian Dollar
4,241
I've been trying to install the Mysidia Adoptables script on my site for the past few days now and it just won't work. I get up to the install/index.php?step=3, but when I click to continue, it gives me the error page. It worked to the next page when I tried from school, but most of the page didn't load.

I'm trying with a fairly new domain, about 10 days, but that shouldn't be a problem, should it? I mean, it did get past that page after all... once.

Any and all help would be greatly appreciated!


-Empress


Solved!
Turned out I needed to make host name to my CP login, + the hosting site's name-
gardencreaturesnet.ipage.com
 
Last edited:
I kept having that problem, it turned out the server didnt have PDO enabled. To find that out make a new .php in public_html, and stick the following code in it. Go to the page and it should say 'PDO available' at the top, and anything besides '--enable-PDO' ' in the box of commands... I wanted to make sure so I put two PDO detecting codes on that page. :p Its also handy for checking out whats installed on your server. If you dont have PDO enabled you'll have to request it from your server host, its fairly easy to do I think. And you wont be able to get much further without it, sorry. :( If you want any help I'll be about all night.

Code:
<?

if (!defined('PDO::ATTR_DRIVER_NAME')) {
echo 'PDO unavailable';
}
elseif (defined('PDO::ATTR_DRIVER_NAME')) {
echo 'PDO available';
}

 phpinfo(); 
 

?>
 
Um, okay, you could try posting the error it comes up with in the error log to help narrow it down. I might not be able to help with it, but someone else might be able to spot whats wrong with the error. ^_^
 
Well there's a problem... the error log says nothing's wrong. :eek:

Bah! I hate internet timers. <_< My internet is about to go off so I guess I'll be back in about 20 or so hours. School + internet timer = annoying
 
Last edited:
o.o Thats odd, I would have thought it would log it... you are checking the error log in the same folder your site is in arent you? You need some certain html or php version for it to run, and you need to follow the installing instructions very carefully... Theres a guide on it on here. I couldnt work on my site for about a week because I put a capital letter in the wrong place. -.-' And you need to keep it simple I think, no strange stuff like sticking it straight on top of an old version, or trying to run two adopts sites on one database... It might help to go through this forum with a fine toothcomb if you havent already, sometimes stuff turns up... otherwise you'll have to wait for Hall of Famer, or someone else that might have an idea... In the mean time you could also try starting over and completely uploading the files again. If you feel a bit uncertain about starting over you should be able to rename the folder all your current files are in and put it to the side for a second. ^_^ And make sure its the right version... I dont know how but I uploaded the current version and an old version by accident while I was retrying it... I have no luck with these things lol.
 
Well I dunno why there are so many people with PDO issues, PDO is a PHP extension enabled on PHP Apache servers by default. I've been with a few hosts before, never had to enable that package myself. What hosting services are you using? Just curious.
 
iPage.
It already has an error log all set up, but it says there's nothing wrong. Somebody from iPage contacted me a few days ago and I sent them a message back a while ago that I'm better contacted via email than phone. They said they wanted to cover a few things, but I'm waiting on a response back so... If I don't get one by tomorrow and I can't get this fixed in a while, I might use their online support.

I've wiped my files a few times now, but it keeps happening. I'm using the newest one.


EDIT:
Okay, this is really confusing as to why it can't get through... I just got a site with x10 and got through the whole thing, but why can't I with my site? I feel like I might have ruined it when I completely and totally wiped the database... oops.


EDIT II:
Oh. My. God... The only thing that I needed to change was the host page from localhost or ipage to gardencreaturesnet.ipagemysql.com I feel stupid now. lol. Yay for 24x7 online support! :D
 
Last edited:
I've got a new 500 Internal Server error now! D: I've installed it, but now whenever I try to do anything in the Admin CP, it sends me to a 500 Internal Server error page stating this-
Server error
The website encountered an error while retrieving http://www.gardencreatures.net/admincp/image/upload. It may be down for maintenance or configured incorrectly.
Here are some suggestions:
Reload this webpage later.
HTTP Error 500 (Internal Server Error): An unexpected condition was encountered while the server was attempting to fulfill the request.

Any help?
The only things I can't access are the links in the Admin CP. I can reach everything else, but when I try to do something in the CP, I get the error page...
 
Last edited:
Usually when you change something in the PHP and have it configured incorrectly you get that error.

Have you changed anything in the Admin CP PHP files?
 
I didn't think so, but just to make sure, I deleted everything and reuploaded and installed it, but I still get that. :(
 
In most cases this is because you've specified incorrect domain and/or script path in your config file. You need to check the values in inc/config.php, the scriptpath may not exist. Also keep in mind that it is case-sensitive.
 
I checked and anything other than gardencreaturesnet.ipagemysql.com makes it so that I can't even view the page; it gives me a MySQL error saying that it can't connect to the database
 
umm wait a minute, are you running a site with subdomain in this format?
subdomain.domain.com

If so, yes you get a problem. The fix is pretty simple though, go to class_page.php and class_pagination.php and search for 'www', remove them all and you will be fine.
 

Similar threads

Users who are viewing this thread

  • Forum Contains New Posts
  • Forum Contains No New Posts

Forum statistics

Threads
4,280
Messages
33,130
Members
1,603
Latest member
Monako
BETA

Latest Threads

Latest Posts

Top