Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Jan 2008
    Posts
    6
    Plugin Contributions
    0

    Default Admin works fine, shop doesnt

    Zen creators,
    I must say many thanks for your work from what I see so far! It seems a great product so far!
    Just a quicky, http://MY DOMAIN.com/store/index.php?main_page=
    that is where I am linked to after setup etc and from the admin page to view my site, however its blank!
    I have tried /index.php etc.. but still blank!
    Admin part works fine just I cant see anything on the customer front... any ideas?
    Thanks

  2. #2
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Admin works fine, shop doesnt

    Pls check includes/configure.php
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  3. #3
    Join Date
    Jan 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Admin works fine, shop doesnt

    Thanks for your reply! I am using filezilla, I come to edit permissions to just leave on readonly and take away other permissions, but it wont let me... thanks

  4. #4
    Join Date
    Feb 2006
    Location
    Chicago
    Posts
    1,162
    Plugin Contributions
    0

    Default Re: Admin works fine, shop doesnt

    You better try
    net2ftp.com and if that doesnt works either
    Ask you host
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  5. #5
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Admin works fine, shop doesnt

    Quote Originally Posted by superprg View Post
    You better try
    net2ftp.com
    I don't think I'd recommend net2ftp unless it's a last-resort. But if that's the case, then a better host would be a better solution.

    You're better off using your hosting company's control panel to change permissions if your FTP program won't let you.
    FAQs:
    https://www.zen-cart.com/tutorials/index.php?article=9
    https://www.zen-cart.com/tutorials/i...hp?article=148
    .

    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
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Admin works fine, shop doesnt

    Quote Originally Posted by jwhalley View Post
    ... and from the admin page to view my site, however its blank!
    I have tried /index.php etc.. but still blank!
    Admin part works fine just I cant see anything on the customer front... any ideas?
    This suggests that some of the settings in your /admin/includes/configure.php file are incorrect.

    I recommend checking these for accuracy:
    Code:
      define('HTTP_CATALOG_SERVER', 'http://www.your_domain.com');
      define('HTTPS_CATALOG_SERVER', 'https://www.your_domain.com');
    
      define('DIR_WS_CATALOG', '/store/');
      define('DIR_WS_HTTPS_CATALOG', '/store/');
    
      define('DIR_FS_CATALOG', '/actual/physical/path/to/zencart/store/');
    Maybe you need to post both your /includes/configure.php and /admin/includes/configure.php file contents here for feedback (don't post your password though).
    .

    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.

  7. #7
    Join Date
    Jan 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Admin works fine, shop doesnt

    An error has occured:
    Unable to execute site command chmod 0400 /htdocs/store/includes/configure.php. Note that the CHMOD command is only available on Unix FTP servers, not on Windows FTP servers.

    Go back or Go to the login page

    - Am I right in saying that it should be Unix based server? hehe
    thanks for your help guys

  8. #8
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Admin works fine, shop doesnt

    Quote Originally Posted by jwhalley View Post
    An error has occured:
    Unable to execute site command chmod 0400 /htdocs/store/includes/configure.php. Note that the CHMOD command is only available on Unix FTP servers, not on Windows FTP servers.

    You'll probably have to ask your hosting company for assistance in changing file permissions on your Windows host: https://www.zen-cart.com/tutorials/index.php?article=9


    .
    .

    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.

  9. #9
    Join Date
    Jan 2008
    Posts
    6
    Plugin Contributions
    0

    Default Re: Admin works fine, shop doesnt

    Thanks guys, have contacted streamline.
    Current configure.php in includes is as follows;

    <?php
    /**
    * @package Configuration Settings circa 1.3.8
    * @copyright Copyright 2003-2007 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    */


    /*************** NOTE: This file is similar, but DIFFERENT from the "admin" version of configure.php. ***********/
    /*************** The 2 files should be kept separate and not used to overwrite each other. ***********/

    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg-http://www.your_domain.com
    // HTTPS_SERVER is your Secure webserver: eg-https://www.your_domain.com
    define('HTTP_SERVER', 'http://commerce.corfu-sailing-events.com');
    define('HTTPS_SERVER', 'https:/');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', '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_CATALOG', '/store/');
    define('DIR_WS_HTTPS_CATALOG', '/commerce.corfu-sailing-events.com/store/');

    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', 'e:/domains/c/commerce.corfu-sailing-events.com/user/htdocs/store/');

    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', 'zen_');
    define('DB_SERVER', 'mysql12.streamline.net');
    define('DB_SERVER_USERNAME', 'corfusai');
    define('DB_SERVER_PASSWORD', 'MY PASSWORD');
    define('DB_DATABASE', 'corfusai');
    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', 'e:/domains/c/commerce.corfu-sailing-events.com/user/htdocs/store/cache');

    // EOF

  10. #10
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    Default Re: Admin works fine, shop doesnt

    That looks fine for your /includes/configure.php file contents.
    But what about your /admin/includes/configure.php file?
    .

    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.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v154 Home page blank, admin works fine
    By FloridaJohn in forum General Questions
    Replies: 11
    Last Post: 5 Jan 2016, 03:48 AM
  2. Can't login to admin with google-chrome.. works fine on IE!
    By DXBLouie in forum General Questions
    Replies: 15
    Last Post: 4 Dec 2010, 12:37 AM
  3. Cross-Sell Mod Not Showing Up, Works Fine in Admin
    By InfinitysEnd in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 21 Jan 2010, 07:44 PM
  4. Date Format - US to UK fine for shop, not-so-fine in Admin
    By laurenh2201 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 3 Sep 2008, 04:35 PM
  5. English Flag for catalog Admin works fine
    By VisualDeath in forum Installing on a Linux/Unix Server
    Replies: 27
    Last Post: 27 Aug 2006, 07:54 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