Results 1 to 7 of 7
  1. #1
    Join Date
    May 2007
    Posts
    59
    Plugin Contributions
    0

    Default Admin folder rename problem with upgrade

    I upgraded to the latest version of zencart, 1.39h and had to change my admin folder name with this latest upgrade in order to access my admin page. I had attempted to do so before without success before the upgrade, but didn't have a choice with this one.

    I followed the instructions for updating the admin folder, but now I can't access my admin. The page went to the

    "Hello. Thank you for loading Zen Cart™.
    You are seeing this page for one or more reasons:
    This is your first time using Zen Cart™ and you haven't yet completed the normal Installation procedure... etc.

    I changed it all back to the way it was, but still can't access the admin site. Help.

  2. #2
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Admin folder rename problem with upgrade

    Explain the steps your followed or the tutorial you followed to attempt this please...

    Read this again.. are you using a test folder? www.yoursite.com/test
    and within this is Zen Cart?

  3. #3
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Admin folder rename problem with upgrade

    There are only 3 edits in the admin configure.php that are required

    Say it currently reads, in order of appearance
    Code:
    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_FS_ADMIN', '/home/account/public_html/admin/');
    you just remane the admin directory with FTP and change the 3 entries to match

    So if the new directory name is "secret"(note all lowercase)but not required just so long as they match
    Code:
    define('DIR_WS_ADMIN', '/secret/');
    define('DIR_WS_HTTPS_ADMIN', '/secret/');
    define('DIR_FS_ADMIN', '/home/account/public_html/secret/');
    "account" is your account name whatever that is
    And yours maybe htdocs or something else versus public_html depending upon your server
    Should be simple and no magic
    Zen-Venom Get Bitten

  4. #4
    Join Date
    May 2007
    Posts
    59
    Plugin Contributions
    0

    Default Re: Admin folder rename problem with upgrade

    I followed the steps on the tutorial that reads "How do I rename my Admin folder to prevent unauthorized access?". I'm pretty sure I changed it as instructed. I did change it back to read "admin" when it didn' work, instead of the new folder name, but cannot access it. I don't know what to do next.

  5. #5
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,196
    Plugin Contributions
    0

    Default Re: Admin folder rename problem with upgrade

    You have to change the permissions on the folder first to edit the configure.php 444 to 644 or 777

  6. #6
    Join Date
    May 2007
    Posts
    59
    Plugin Contributions
    0

    Default Re: Admin folder rename problem with upgrade

    I was going to copy and paste the configure.php but cannot get to it now. I am getting this message on my ftp server.
    Response: 550 configure.php: Permission denied
    Error: Critical file transfer error

  7. #7
    Join Date
    May 2007
    Posts
    59
    Plugin Contributions
    0

    Default Re: Admin folder rename problem with upgrade

    Thank you so much! I don't know what I did, but I am very grateful!

 

 

Similar Threads

  1. v150 Upgrade problem without admin folder
    By Servelan in forum Upgrading to 1.5.x
    Replies: 12
    Last Post: 27 Jan 2012, 06:21 PM
  2. Log in after rename Rename "admin" folder does not work
    By flashmxfreak in forum General Questions
    Replies: 3
    Last Post: 3 Sep 2011, 12:38 PM
  3. Rename Admin folder
    By axip in forum Basic Configuration
    Replies: 39
    Last Post: 20 Nov 2010, 09:56 PM
  4. Rename Admin folder
    By alimtlai in forum Upgrading from 1.3.x to 1.3.9
    Replies: 5
    Last Post: 4 Jan 2010, 12:27 PM
  5. Trying to rename admin folder/ssl problem
    By kittykat in forum General Questions
    Replies: 2
    Last Post: 20 Nov 2009, 12:03 AM

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