Results 1 to 2 of 2
  1. #1
    Join Date
    Jun 2006
    Posts
    5
    Plugin Contributions
    0

    Default Admin Page Works but Main Page Does Not

    I have just finished installing the latest and greatest version of Zen-Cart and I can access the Admin page but when I try to access the online store I get the following errors any help would be great.

    Warning: main(/kunden/homepages/27/d159542373/htdocs/alotofthomas/includes/classes/class.phpBB.php): failed to open stream: No such file or directory in /homepages/27/d159542373/htdocs/alotofthomas/includes/autoload_func.php on line 59

    Warning: main(): Failed opening '/kunden/homepages/27/d159542373/htdocs/alotofthomas/includes/classes/class.phpBB.php' for inclusion (include_path='.:/usr/local/lib/php') in /homepages/27/d159542373/htdocs/alotofthomas/includes/autoload_func.php on line 59

    Fatal error: Cannot instantiate non-existent class: phpbb in /homepages/27/d159542373/htdocs/alotofthomas/includes/autoload_func.php on line 78


    Here is a copy of my configure.php
    <?php
    /**
    *
    * @package Configuration Settings
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    */


    // Define the webserver and path parameters
    // HTTP_SERVER is your Main webserver: eg, http://www.yourdomain.com
    // HTTPS_SERVER is your Secure webserver: eg, https://www.yourdomain.com
    define('HTTP_SERVER', 'http://www.alotofthomas.com');
    define('HTTPS_SERVER', 'https://ssl.perfora.net/alotofthomas.com');

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

    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', '/kunden/homepages/27/d159542373/htdocs/alotofthomas/');

    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', 'db419.perfora.net'); // eg, localhost - should not be empty
    define('DB_SERVER_USERNAME', 'dbo169107109');
    define('DB_SERVER_PASSWORD', 'XXXXXX');
    define('DB_DATABASE', 'db169107109');
    define('USE_PCONNECT', 'false'); // use persistent connections?
    define('STORE_SESSIONS', 'db'); // leave empty '' for default handler or set to 'db'

    // 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', 'file');
    define('DIR_FS_SQL_CACHE', '/kunden/homepages/27/d159542373/htdocs/alotofthomas/cache');

    ?>

    Thanks
    Dustin

  2. #2
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: Admin Page Works but Main Page Does Not

    /includes/classes/class.phpBB.php): failed to open stream: No such file or directory
    Please re-upload this file manually. Be sure to use UPPERCASE for the "BB" part of the filename.
    Chances are your FTP program is set to automatically rename to lower-case, and thus your server can't find the expected file.

    So, re-uploading with right settings, or simply renaming the lower-case version to have the uppercase BB should solve it.
    .

    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.

 

 

Similar Threads

  1. Replies: 10
    Last Post: 22 Jan 2016, 05:28 PM
  2. Upgrade from 1.51 to 1.54, Admin Works OK but store does NOT work with php >5.4
    By SignaGen2 in forum Installing on a Linux/Unix Server
    Replies: 6
    Last Post: 31 Aug 2015, 07:11 PM
  3. v154 Upgrade from 1.51 to 1.54, Admin Works OK but store does NOT
    By SignaGen2 in forum Installing on a Linux/Unix Server
    Replies: 26
    Last Post: 28 Aug 2015, 03:49 AM
  4. Feature products on category main page, but not on main home page
    By gems14k in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 17 Sep 2009, 03:47 PM
  5. Main page not loading but admin panel is !?
    By borillion_star in forum General Questions
    Replies: 3
    Last Post: 4 Jun 2008, 09:16 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