Results 1 to 7 of 7
  1. #1
    Join Date
    Oct 2008
    Posts
    4
    Plugin Contributions
    0

    Default 500 Internal Server Error on my Admin Page

    So, I just installed Zen Cart because i think i'm gonna want it over OSCommerce, but i get a 500 Server Error when I try to access the Admin Page. I have tried setting config files to 444 chmod, and the dist-config ones to 444 / 777 as well. I have also tried renaming the .htaccess file. Any ideas? Thanks in advanced,

    Harry.

  2. #2
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: 500 Internal Server Error on my Admin Page

    Quote Originally Posted by Vetona View Post
    So, I just installed Zen Cart because i think i'm gonna want it over OSCommerce, but i get a 500 Server Error when I try to access the Admin Page. I have tried setting config files to 444 chmod, and the dist-config ones to 444 / 777 as well. I have also tried renaming the .htaccess file. Any ideas? Thanks in advanced,

    Harry.
    If you have CPanel or any kind of access to the server, check the server log for a more detailed error message.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #3
    Join Date
    Oct 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: 500 Internal Server Error on my Admin Page

    Alright. i'll do that right now.

    edit:

    [Wed Oct 22 08:11:00 2008] [error] [client 24.183.59.74] SoftException in Application.cpp:544: Directory "/home/trent/public_html/zencart/admin" is writeable by group

    is the error.

    i changed permissions on that folder to 644 and 444(through cpanel) and no go. maybe 750? (testing now)

    EDIT:

    tested 750, didnt work. I realized that i had renamed the .htaccess file, I just named it back, tested the permissions and now I just get a 404 error. Sounds like more of what i've been reading in other posts....i'll go look around for a bit.
    Last edited by Vetona; 22 Oct 2008 at 03:20 AM.

  4. #4
    Join Date
    Oct 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: 500 Internal Server Error on my Admin Page

    OK, So Now I'm getting a 403 Permission error where i dont have permission to access the page....any ideas?

  5. #5
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: 500 Internal Server Error on my Admin Page

    You should be using the following for everything:

    755 directory permissions
    644 file permissions

    Only two files may need to be changed. Try the above first. If you get a big red error msg. then use your Hosting Control Panel to change these two files and use 444 permissions;

    includes/configure.php
    admin/includes/configure.php

  6. #6
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: 500 Internal Server Error on my Admin Page

    Usually this works: 644 for files, 755 for folders. Your host may have a different requirement.

    If you have access to Shell, go to that folder and do this:
    find . -type d | xargs chmod 755
    find . -type f | xargs chmod 644
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  7. #7
    Join Date
    Oct 2008
    Posts
    4
    Plugin Contributions
    0

    Default Re: 500 Internal Server Error on my Admin Page

    Thanks man. I just fixed, then refreshed page to tell you i fixed it by switching over to 755. :-O Thanks again.

 

 

Similar Threads

  1. v150 HTTP 500 Internal Server Error accessing admin pages
    By drcubi in forum General Questions
    Replies: 7
    Last Post: 25 Jun 2012, 06:09 AM
  2. Replies: 13
    Last Post: 4 Jun 2011, 02:31 PM
  3. Update causing http 500 internal server error in admin
    By TheHYPO in forum Upgrading from 1.3.x to 1.3.9
    Replies: 1
    Last Post: 7 Jan 2011, 10:38 AM
  4. error/cannot access The Admin Console 500 internal server error
    By psarapas in forum Installing on a Mac Server
    Replies: 4
    Last Post: 12 Mar 2008, 11:45 PM
  5. 500 Internal Server Error on admin page
    By Doe in forum General Questions
    Replies: 1
    Last Post: 17 Oct 2007, 10:35 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg