Results 1 to 10 of 10
  1. #1
    Join Date
    Oct 2007
    Posts
    10
    Plugin Contributions
    0

    Default Trouble moving my store to another folder

    Stupidity reigns supreme at my house.

    Here’s what I did.
    Hoping for a shorter addy than I had, after this point
    http://ttydesigns.com/ZenCart Unzipped/full fileset/
    I renamed my file to my shop name and moved it to the public_html folder.

    Well, long story this only brings up V deck error that the page does not exist.
    Now no matter what I rename it (back to original or not) or where I move it (back to original spot or not) I cannot get my shop back.

    Have I trashed it to the point of having to reinstall or can some one tell me where I went wrong and tell me what else I have to change to accomplish my goal.

    I just want the addy to be:

    http://ttydesigns.com/ttydesignsshoppe

    thanks in advance for any help you can give me.

    Els

  2. #2
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Trouble moving my store to another folder

    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

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

    Default Re: Trouble moving my store to another folder

    What file did you rename?

    DrByte beats me to it again.
    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

  4. #4
    Join Date
    Oct 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Trouble moving my store to another folder

    Okay, still stupid but working hard.

    I have the fix cache key utility unzipped and placed into the proper folder.
    I have my dir_fs_sql_cache change to be correct to my current address.

    Step three say "run it" Now the stupid part of the question.
    How do I run it?
    I can open it with notepad++ or save it. I can preview it or edit it but I must be missing something. At least I hope I am or I am dumber that even I suspect.

    thanks,
    Els

  5. #5
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Trouble moving my store to another folder

    To "run it", use your browser and type in the path to the file.

    ie: http://my_site.com/my_zencart_folder..._cache_key.php ... or whatever folder and filename you called them.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  6. #6
    Join Date
    Oct 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Trouble moving my store to another folder

    That having been done, this is what I get.

    Warning: Cannot modify header information - headers already sent by (output started at /home/ttydesig/public_html/ttydesignsshoppe/fix_cache_key.php:43) in /home/ttydesig/public_html/ttydesignsshoppe/includes/application_top.php on line 67

    Fatal error: Cannot instantiate non-existent class: notifier in /home/ttydesig/public_html/ttydesignsshoppe/includes/autoload_func.php on line 79


  7. #7
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Trouble moving my store to another folder

    Quote Originally Posted by elsdon View Post
    That having been done, this is what I get.

    Warning: Cannot modify header information - headers already sent by (output started at /home/ttydesig/public_html/ttydesignsshoppe/fix_cache_key.php:43) in /home/ttydesig/public_html/ttydesignsshoppe/includes/application_top.php on line 67
    That is normal.

    Quote Originally Posted by elsdon View Post
    Fatal error: Cannot instantiate non-existent class: notifier in /home/ttydesig/public_html/ttydesignsshoppe/includes/autoload_func.php on line 79
    This is not normal.

    Common causes of "class notifier not being loaded" and "can't find autoload_func" are:
    1. Files weren't uploaded properly for the /includes folder. Perhaps some were missed, or incomplete, etc.
    2. Files weren't uploaded to the right location, namely also the /includes folder.
    3. Permissions set to tight, thereby preventing access to files.

    Try step 2(b) from this FAQ:
    https://www.zen-cart.com/tutorials/index.php?article=82
    But, instead of 'STRICT_ERROR_REPORTING', use :
    Code:
    define('DEBUG_AUTOLOAD', true);
    what do you see when you access the store after that?
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  8. #8
    Join Date
    Oct 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Trouble moving my store to another folder

    Still the same thing.
    vDeck 404 error.

    Trying to to run the utility gives me the same thing as well.

  9. #9
    Join Date
    Jan 2004
    Posts
    66,364
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Trouble moving my store to another folder

    Quote Originally Posted by elsdon View Post
    Still the same thing.
    vDeck 404 error.

    Trying to to run the utility gives me the same thing as well.
    Your server's apache error logs should explain what file was trying to be accessed when the 404 error occurred.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  10. #10
    Join Date
    Oct 2007
    Posts
    10
    Plugin Contributions
    0

    Default Re: Trouble moving my store to another folder

    Oh good, my error log was disabled so I have to wait 24 hours to try again.

    will up date this when I can tell you more, but I do appreciate your help.

    Els

 

 

Similar Threads

  1. Trouble Moving Cart to Root Folder
    By anysigns in forum Installing on a Windows Server
    Replies: 15
    Last Post: 29 Oct 2012, 05:03 AM
  2. Store not working after moving it to another folder.
    By zbit in forum Basic Configuration
    Replies: 16
    Last Post: 23 Nov 2010, 09:10 PM
  3. moving ZC from one folder to another folder
    By hazephase in forum Installing on a Windows Server
    Replies: 5
    Last Post: 1 Jun 2010, 11:40 PM
  4. Help!!! Trouble moving site to another sub-dir...
    By jenzi in forum General Questions
    Replies: 4
    Last Post: 21 Jan 2009, 12:08 AM
  5. moving site to another folder
    By tbrides in forum General Questions
    Replies: 1
    Last Post: 6 Nov 2006, 02:40 PM

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