Results 1 to 10 of 10
  1. #1
    Join Date
    Sep 2008
    Posts
    56
    Plugin Contributions
    0

    Default Trying to rename my admin: I am missing something in my changes

    Hi I've changed my configure.php to

    define('DIR_WS_ADMIN', '/newpass/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/newpass/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    define('DIR_FS_ADMIN', '/home/mystore.com/www/public/newpass/');
    define('DIR_FS_CATALOG', '/home/mystore.com/www/public/');

    I still get

    http://www.mystore.com/zencart/admin/configuration.php?gID=4 and have to manully change "admin" to "newpass" everytime. did I miss a change omwhere?

    thanks

  2. #2
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: Trying to rename my admin: I am missing something in my changes

    reaname the admin folder

  3. #3
    Join Date
    Sep 2008
    Posts
    56
    Plugin Contributions
    0

    Default Re: Trying to rename my admin: I am missing something in my changes

    admin folder is changed. When I go to admin page it load fine to the main page. Just every link still refers back to the old naming and I have to manually type in the new name. Someone thought maybe I didn't change the includes.configure.php but mine does not have any admin sttings to change. I changed all of them in the newadminname/ includes/configure.php so the amin page does load

  4. #4
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: Trying to rename my admin: I am missing something in my changes

    try to clear internet cookies

    then log to http://www.mystore.com/zencart/newadmin.

    must work

  5. #5
    Join Date
    Sep 2008
    Posts
    56
    Plugin Contributions
    0

    Default Re: Trying to rename my admin: I am missing something in my changes

    Thanks for trying to help. I did not get it to work.
    So I changed the configure.php back to the admin and reanamed the folder to admin and now I can't even get the log in page.

    this is what I changed it back to adn renamed teh folder admin

    define('DIR_WS_ADMIN', '/zencart/admin/');
    define('DIR_WS_CATALOG', '/zencart/');
    define('DIR_WS_HTTPS_ADMIN', '/zencart/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/zencart/');


    define('DIR_FS_ADMIN', '/site/zencart/admin/');
    define('DIR_FS_CATALOG', '/site/admin/');

    did I screw somthing up?

  6. #6
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Trying to rename my admin: I am missing something in my changes

    This does not look correct:
    Code:
    define('DIR_FS_ADMIN', '/site/zencart/admin/');
    define('DIR_FS_CATALOG', '/site/admin/');
    It could also be related to your URL etc. in the file ...

    Does your Catalog run?

    If so, compare your file in the Catalog configure.php
    /includes/configure.php

    with the one in the Admin configure.php
    /admin/includes/configure.php

    They should be very similar ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  7. #7
    Join Date
    Sep 2008
    Posts
    56
    Plugin Contributions
    0

    Default frustration

    I am unable to repair this. My store works www.awdwest.com/zencartI've changed everything back to "admin" including the name of the folder. The two configure.php are the same.


    When I run

    www.awdwest.com/zencart/admin I get an error page and no log in. Any help is appreciated



    define('DIR_WS_ADMIN', '/zencart/admin/');
    define('DIR_WS_CATALOG', '/zencart/');
    define('DIR_WS_HTTPS_ADMIN', '/zencart/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/zencart/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/');
    define('DIR_WS_CATALOG_IMAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'images/');
    define('DIR_WS_CATALOG_TEMPLATE', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/templates/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_CATALOG_LANGUAGES', HTTP_CATALOG_SERVER . DIR_WS_CATALOG . 'includes/languages/');

    // * DIR_FS_* = Filesystem directories (local/physical)
    //the following path is a COMPLETE path to your Zen Cart files. eg: /var/www/vhost/accountname/public_html/store/
    define('DIR_FS_ADMIN', '/hermes/web06/b2982/moo.mysite/zencart/admin/');
    define('DIR_FS_CATALOG', '/hermes/web06/b2982/moo.mysite/zencart/');

  8. #8
    Join Date
    Sep 2008
    Posts
    56
    Plugin Contributions
    0

    Default slowly

    I can log in now to the main page of the cart. with admin/admin.php

    But every link on the cart gives me an error and takes me to just a listing of the links

    the error code is obect expected and then a line and character

    is this a problem with one of the configure.php files?

    thanks

  9. #9
    Join Date
    Sep 2008
    Posts
    56
    Plugin Contributions
    0

    Default So I am guessing

    That since I can log in and get to the cart home page but can't access any of the catagories that the problem is in the store/includes/configure.php?

    define('HTTP_SERVER', 'http://www.awdwest.com');
    define('HTTPS_SERVER', 'https://protected.fatcow.com/login1');

    define('ENABLE_SSL', 'true')

    define('DIR_WS_CATALOG', '/zencart/');
    define('DIR_WS_HTTPS_CATALOG', '/zencart/');

    define('DIR_WS_IMAGES', 'images/');
    define('DIR_WS_INCLUDES', 'includes/');
    define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/');
    define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/');
    define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/');
    define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/');
    define('DIR_WS_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');

    define('DIR_WS_PHPBB', '/');

    define('DIR_FS_CATALOG', '/hermes/web06/b2982/moo.login1/zencart/');

    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');
    define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/');
    define('DIR_WS_UPLOADS', DIR_WS_IMAGES . 'uploads/');
    define('DIR_FS_UPLOADS', DIR_FS_CATALOG . DIR_WS_UPLOADS);
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', '');
    define('DB_SERVER', 'login1.fatcowmysql.com');
    define('DB_SERVER_USERNAME', 'ausername');
    define('DB_SERVER_PASSWORD', password);
    define('DB_DATABASE', 'zencart');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'db');

    DIR_FS_SQL_CACHE to a directory where your apache

    define('SQL_CACHE_METHOD', 'none');
    define('DIR_FS_SQL_CACHE', '/hermes/web06/b2982/moo.login1/zencart/cache');


    help?

    thanks

  10. #10
    Join Date
    Jan 2008
    Location
    EGYPT
    Posts
    74
    Plugin Contributions
    0

    Default Re: Trying to rename my admin: I am missing something in my changes

    check you private massage

 

 

Similar Threads

  1. Trying to rename admin folder/ssl problem
    By kittykat in forum General Questions
    Replies: 2
    Last Post: 20 Nov 2009, 12:03 AM
  2. Trying to rename Admin Directory... not going well!
    By jemenvy in forum Customization from the Admin
    Replies: 1
    Last Post: 16 Mar 2007, 08:16 PM
  3. Rename Admin folder instructions does not work - did something wrong
    By ronwong in forum Installing on a Linux/Unix Server
    Replies: 5
    Last Post: 4 Dec 2006, 11:49 AM
  4. Trying to rename my admin folder but cant
    By fanmap81 in forum General Questions
    Replies: 10
    Last Post: 8 Nov 2006, 04:28 AM
  5. Trying to rename extra pages
    By Aranea in forum General Questions
    Replies: 7
    Last Post: 24 Oct 2005, 08:14 AM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR