Results 1 to 9 of 9

Hybrid View

  1. #1
    Join Date
    Jan 2013
    Posts
    14
    Plugin Contributions
    0

    Default Re: HELP!!! My templates aren't loading!!

    this is my ../includes configure:

    define('HTTP_SERVER', 'http://bestmitzvahfavors.com');
    define('HTTPS_SERVER', 'https://bestmitzvahfavors.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

    // 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_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/BMF/');

    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', '/');

    // * 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_CATALOG', '/home/content/t/i/n/tinawexler/html/BMF/');

    //the following path is a COMPLETE path to the /logs/ folder eg: /var/www/vhost/accountname/public_html/store/logs ... and no trailing slash
    define('DIR_FS_LOGS', '/home/content/t/i/n/tinawexler/html/BMF/logs');

    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_CHARSET', 'utf8');
    define('DB_SERVER', 'xxxxx');
    define('DB_SERVER_USERNAME', 'xxxx');
    define('DB_SERVER_PASSWORD', 'xxxx');
    define('DB_DATABASE', 'xxxx');

    // 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/content/t/i/n/tinawexler/html/BMF/cache');

    // EOF

  2. #2
    Join Date
    Jan 2004
    Posts
    66,443
    Plugin Contributions
    279

    Default Re: HELP!!! My templates aren't loading!!

    Quote Originally Posted by TinaLynn View Post
    define('DIR_WS_CATALOG', '/');
    define('DIR_WS_HTTPS_CATALOG', '/BMF/');
    Your DIR_WS_xxxx entries probably shouldn't mention "BMF". In your case they should probably be set to just '/'

    Don't confuse them with the DIR_FS_xxxx entries, which point to actual real folders on your server. So, if your site's files ARE in a folder called "BMF" and your website is actually served directly from the BMF folder, then leave the BMF references in your DIR_FS_xxx entries. If it's the BMF part that you were trying to remove when you moved your site up a folder, then you should have removed the BMF/ references everywhere.
    .

    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
    Jan 2013
    Posts
    14
    Plugin Contributions
    0

    Default Re: HELP!!! My templates aren't loading!!

    *** I LOVE YOU!!** Thank you. thank you. Thank you! xxoo phew!!

 

 

Similar Threads

  1. Replies: 7
    Last Post: 10 Jan 2015, 03:39 PM
  2. v150 New templates aren't showing up
    By panxa in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 15 Apr 2012, 07:30 PM
  3. multiple images aren't loading
    By zmtak in forum Templates, Stylesheets, Page Layout
    Replies: 14
    Last Post: 1 Dec 2011, 08:09 PM
  4. Can I use numbers (1001_0.jpg) as my image names? My addtional images aren't loading
    By lizord in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 2 Apr 2009, 06:48 PM

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