500 error code

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
khantony
Forum Newbie
Posts: 2
Joined: Mon Sep 13, 2010 9:43 am

500 error code

Post by khantony »

recently I launced a simple cms(my own) on one of my subdomain. bt when I go to login area it shows: 500 error. contact the webmanster. or see the error log for more details. I saw the error log. bt nothing was there. I also turned off the .htacssess file and tried bt still it didn't work. what is the problem? other cms(like wordpress, joomla, drupal) works fine in my site. Bt my own cms isn't working.

Here to note that:

I have no access to phpinfo() for security purpose.

I dont knw what supports my site and what not.
Gargoyle
Forum Contributor
Posts: 130
Joined: Wed Jul 14, 2010 12:25 am

Re: 500 error code

Post by Gargoyle »

find a new host.

you may have a file access or redirect issue, but if you can't debug your script, all we can do is guess.
khantony
Forum Newbie
Posts: 2
Joined: Mon Sep 13, 2010 9:43 am

Re: 500 error code

Post by khantony »

I have found the problem. :D I used Aptana's built in file transfer to transfer the files. May be there were some permission matters that affected my files. So it did not work. Now I manually uploaded the files with the hosting company's cpanel file uploader. I worked like magic!! wola. Now I have a fully working cms of my own. :lol:


I figured some Issue:

1. in IDE's that have bulit in file transfer, may be the ftp protocol is changing the permission of file/folder structure that's why I get an internal server error.
2. I deleted .htaccess file and still it didn't work. The problem is on uploading.
Post Reply