Results 1 to 10 of 13

Hybrid View

  1. #1
    Join Date
    Oct 2004
    Posts
    8
    Plugin Contributions
    0

    Default Copying Files Using FTP - FileZilla

    I am using Zencart 1.3.8a...I had basically completed my site in a subdirectory under my main site and wanted to move the files to main site. I went to configuration and changed the path to www.simplyelegantweddingfavors.com...after I did that I changed the two config files with the new path information. When i copied the files from www.simplyelegantweddingfavors.com/zencart to www.simplyelegantweddingfavors.com...I am still seeing my old site....and I can no longer get into the admin area...i am not sure what I did wrong....please if anyone can help I would greatly appreciate it...thank you!

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

    Default Re: Copying Files Using FTP - FileZilla

    Did you relocate/move all of the ZenCart files and folders from

    simplyelegantweddingfavors.com/zencart

    to

    simplyelegantweddingfavors.com/
    Zen-Venom Get Bitten

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

    Default Re: Copying Files Using FTP - FileZilla

    Nap,
    You still have zencart in the structure or wording..

    List the first 20 lines of the admin panel please..

    1. Exclude database, user name, etc.

  4. #4
    Join Date
    Oct 2004
    Posts
    8
    Plugin Contributions
    0

    Default Re: Copying Files Using FTP - FileZilla

    when you say the admin panel do you mean the admin/config file?

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

    Default Re: Copying Files Using FTP - FileZilla

    Yes,
    admin/ includes/ configure.php

  6. #6
    Join Date
    Oct 2004
    Posts
    8
    Plugin Contributions
    0

    Default Re: Copying Files Using FTP - FileZilla

    define('HTTP_SERVER', 'http://www.simplyelegantweddingfavors.com');
    define('HTTPS_SERVER', 'https://www.simplyelegantweddingfavors.com');
    define('HTTP_CATALOG_SERVER', 'http://www.simplyelegantweddingfavors.com');
    define('HTTPS_CATALOG_SERVER', 'https://www.simplyelegantweddingfavors.com');

    // Use secure webserver for catalog module and/or admin areas?
    define('ENABLE_SSL_CATALOG', 'false');
    define('ENABLE_SSL_ADMIN', 'false');

    // NOTE: be sure to leave the trailing '/' at the end of these lines if you make changes!
    // * DIR_WS_* = Webserver directories (virtual/URL)
    // these paths are relative to top of your webspace ... (ie: under the public_html or httpdocs folder)
    define('DIR_WS_ADMIN', '/admin/');
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_ADMIN', '/admin/');
    define('DIR_WS_HTTPS_CATALOG', '/');

    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', '/home/sim0908706080604/public_html/admin/');
    define('DIR_FS_CATALOG', '/home/sim0908706080604/public_html/');

    define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/');
    define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/');
    define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/');
    define('DIR_FS_CATALOG_TEMPLATES', DIR_FS_CATALOG . 'includes/templates/');
    define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
    define('DIR_FS_EMAIL_TEMPLATES', DIR_FS_CATALOG . 'email/');
    define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/');

    // define our database connection
    define('DB_TYPE', 'mysql');
    define('DB_PREFIX', 'zen_');
    define('DB_SERVER', 'sim0908706080604.db.2307797.hostedresource.com');
    define('DB_SERVER_USERNAME', 'XXXXXXXXX');
    define('DB_SERVER_PASSWORD', 'XXXXXX');
    define('DB_DATABASE', 'sim0908706080604');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'db');
    // for STORE_SESSIONS, use 'db' for best support, or '' for file-based storage

    // The next 2 "defines" are for SQL cache support.
    // For SQL_CACHE_METHOD, you can select from: none, database, or file
    // If you choose "file", then you need to set the DIR_FS_SQL_CACHE to a directory where your apache
    // or webserver user has write privileges (chmod 666 or 777). We recommend using the "cache" folder inside the Zen Cart folder
    // ie: /path/to/your/webspace/public_html/zen/cache -- leave no trailing slash
    define('SQL_CACHE_METHOD', 'none');
    define('DIR_FS_SQL_CACHE', '/home/sim0908706080604/public_html/cache');

    // EOF

  7. #7
    Join Date
    Oct 2004
    Posts
    8
    Plugin Contributions
    0

    Default Re: Copying Files Using FTP - FileZilla

    Thank you!

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

    Default Re: Copying Files Using FTP - FileZilla

    Nap,
    Looks clean to me

    1. Is this correct:
    2. define('DB_SERVER', 'sim0908706080604.db.2307797.hostedresource.com');
    3. Just looks a little too excessive

 

 

Similar Threads

  1. Installing ZenCart on hosting using Filezilla
    By aaron19888 in forum Installing on a Linux/Unix Server
    Replies: 7
    Last Post: 21 May 2011, 06:21 PM
  2. Copying and importing files folders, files
    By maxapplle in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Mar 2010, 04:27 AM
  3. FTP FileZilla skips this file when uploading fileset
    By Geixa in forum Installing on a Linux/Unix Server
    Replies: 1
    Last Post: 12 Feb 2008, 01:43 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