Page 1 of 2 12 LastLast
Results 1 to 10 of 13
  1. #1
    Join Date
    Oct 2008
    Location
    Rochester Hills, MI
    Posts
    66
    Plugin Contributions
    0

    Default Problem when moving zen cart to another folder

    I am almost ready to publish my cart, and put it on review.

    I have moved my folder from PUBLIC_HTML/ECOMMERCE to PUBLIC_HTML, following the recommendations from the tutorial "I have installed Zen Cart to a directory. How do I rename or move that directory?"
    aka changing the configuration session in admin AND modifying these folders, as instructed:
    Your /includes/configure.php and /admin/includes/configure.php files are used to point Zen Cart™ to the right folders. In those files, you need to update several entries to match the new path information:
    DIR_WS_CATALOG
    DIR_WS_HTTPS_CATALOG
    DIR_FS_CATALOG
    DIR_FS_SQL_CACHE
    DIR_WS_ADMIN (in admin)
    DIR_WS_HTTPS_ADMIN (in admin)
    DIR_FS_ADMIN (in admin)


    It almost worked, but I have lost the presentation and images on my website, as well as access to the admin.

    I have downloaded the fix cache key file.

    I am not sure I understand what means "run it". Same as "open it" ?? Well I opened it, nothing happened... I am doomed, or dumb...

    Please help, I am missing a clue, I am sure it is right there in front of me but I cannot see it.

    Thanks

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Problem when moving zen cart to another folder

    Did you move all the Zen Cart folders and files to the root from /ecommerce?
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Oct 2008
    Location
    Rochester Hills, MI
    Posts
    66
    Plugin Contributions
    0

    Default Re: Problem when moving zen cart to another folder

    yes I did. ecommerce file is empty...

    Now my URL is aheartfortheearth.com

  4. #4
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Problem when moving zen cart to another folder

    Checkout your base url below
    Code:
    <base href="http://aheartfortheearth.com/public_html/" />
    Better double check those configure.php files again.

    The correct path is a web path, make sure you check the notes in the file for tips on the trailing / or not as well.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  5. #5
    Join Date
    Oct 2008
    Location
    Rochester Hills, MI
    Posts
    66
    Plugin Contributions
    0

    Default Re: Problem when moving zen cart to another folder

    In my
    includes/configure.php and
    admin/includes/configure.php files,

    if my zen cart is under /public_html directly, am I supposed to write, let say for example:
    define('DIR_WS_CATALOG', '/public_html/');

    or do I have to write:
    define('DIR_WS_CATALOG', '//');

  6. #6
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Problem when moving zen cart to another folder

    Code:
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  7. #7
    Join Date
    Oct 2008
    Location
    Rochester Hills, MI
    Posts
    66
    Plugin Contributions
    0

    Default Re: Problem when moving zen cart to another folder

    Melaniiiie, please keep up with me just a little more. I really need your help.

    What about for the
    admin/includes/configure.php file,

    what do I exactly write in there:
    define('DIR_WS_ADMIN', 'public_html/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', 'public_html/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');


    I know this is not correct cause I don't have access with admin right now

    Virginie

  8. #8
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Problem when moving zen cart to another folder

    /public_html/includes/configure.php
    Code:
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    /public_html/includes/admin/configure.php
    Code:
      define('DIR_WS_ADMIN', '/admin/');
      define('DIR_WS_CATALOG', '/');
      define('DIR_WS_HTTPS_ADMIN', '/admin/');
      define('DIR_WS_HTTPS_CATALOG', '/');
    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  9. #9
    Join Date
    Oct 2008
    Location
    Rochester Hills, MI
    Posts
    66
    Plugin Contributions
    0

    Default Re: Problem when moving zen cart to another folder

    Thanks so much Melanie for following up.

    I have quadrupled checked this 2 configure.php files and make sure I have exactly the path in your message.

    At least, the website is working, but I don't have access to the admin.

    I guess I still have a path wrong somewhere in what is for me worst than a haystack.

    Where/What could it be ?? Any idea ??
    (my tears are feeling my kitchen right now )

    Virginie

  10. #10
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Problem when moving zen cart to another folder

    Try this....

    FTP to >> admin

    open .htaccess in a notepad editor and add the following line to be VERY first in the file.
    Code:
    RewriteEngine off
    Then open a new browser window and paste the following url in... Do not change it, as is.

    aheartfortheearth.com/admin/
    Try to login.

    I think I know what is wrong and this will tell me for sure.

    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Moving my Zen Cart folder
    By prefloor in forum General Questions
    Replies: 3
    Last Post: 22 Sep 2009, 08:00 PM
  2. Problem with images after moving to another folder
    By wolfsinger in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 30 Sep 2008, 07:32 PM
  3. Moving my Zen Cart to another folder
    By apovey in forum Basic Configuration
    Replies: 3
    Last Post: 18 Jul 2007, 08:16 PM
  4. Problem when moving cart to new folder ...
    By pstarling in forum General Questions
    Replies: 5
    Last Post: 13 Dec 2006, 10:12 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