Thread: 1054 Error

Results 1 to 10 of 21

Hybrid View

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

    Default Re: 1054 Error

    Same type of problem:

    includes/auto_loaders/config.core.php) [function.main]: failed to open stream: No such file or directory
    .

    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.

  2. #2
    Join Date
    Sep 2005
    Posts
    52
    Plugin Contributions
    0

    Default Re: 1054 Error

    Can you tell me exactly what file/folder I'm missing?
    store/ncludes/auto_loaders/config.core.php is there. Is there a different folder I'm missing?? I deleted the zc_install folder after the upgrade was successful & the screen told me to delete it.

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

    Default Re: 1054 Error

    just like the error message says:

    /includes/auto_loaders/config.core.php


    Perhaps you have set your file-permissions too tight for your server.
    Normally 755 for folders and 644 for files is suitable.
    Who knows what *your* web host requires.

    What is your server's errorlog saying when you get these messages?
    .

    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.

  4. #4
    Join Date
    Sep 2005
    Posts
    52
    Plugin Contributions
    0

    Default Re: 1054 Error

    Server's errorlog says this:

    [Thu Sep 28 20:02:53 2006] [error] [client 68.249.171.166] File does not exist: /home/bfpvrjqf/public_html/404.shtml
    [Thu Sep 28 20:02:53 2006] [error] [client 68.249.171.166] File does not exist: /home/bfpvrjqf/public_html/favicon.ico
    [Thu Sep 28 20:02:11 2006] [error] [client 68.249.171.166] File does not exist: /home/bfpvrjqf/public_html/404.shtml
    [Thu Sep 28 20:02:11 2006] [error] [client 68.249.171.166] File does not exist: /home/bfpvrjqf/public_html/favicon.ico
    [Thu Sep 28 20:02:10 2006] [error] [client 68.249.171.166] File does not exist: /home/bfpvrjqf/public_html/404.shtml
    [Thu Sep 28 20:02:10 2006] [error] [client 68.249.171.166] File does not exist: /home/bfpvrjqf/public_html/favicon.ico
    [Thu Sep 28 20:02:10 2006] [error] PHP Fatal error: Call to a member function on a non-object in /home/bfpvrjqf/public_html/store/includes/counter.php on line 23
    [Thu Sep 28 20:02:10 2006] [error] PHP Warning: dir(includes/auto_loaders) [<a href='function.dir'>function.dir</a>]: failed to open dir: No such file or directory in /home/bfpvrjqf/public_html/store/includes/application_top.php on line 91
    [Thu Sep 28 20:02:10 2006] [error] PHP Warning: main() [<a href='function.include'>function.include</a>]: Failed opening 'includes/auto_loaders/config.core.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/bfpvrjqf/public_html/store/includes/application_top.php on line 90
    [Thu Sep 28 20:02:10 2006] [error] PHP Warning: main(includes/auto_loaders/config.core.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in /home/bfpvrjqf/public_html/store/includes/application_top.php on line 90
    [Thu Sep 28 20:02:10 2006] [error] PHP Warning: main(includes/auto_loaders/config.core.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in /home/bfpvrjqf/public_html/store/includes/application_top.php on line 90
    [Thu Sep 28 20:02:10 2006] [error] PHP Warning: main(includes/auto_loaders/config.core.php) [<a href='function.main'>function.main</a>]: failed to open stream: No such file or directory in /home/bfpvrjqf/public_html/store/includes/application_top.php on line 90

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

    Default Re: 1054 Error

    Please post your /includes/configure.php file here, without the password

    Who's your host?
    .

    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
    Sep 2005
    Posts
    52
    Plugin Contributions
    0

    Default Re: 1054 Error

    store/includes/configure.pho file:

    <?php
    //
    // +----------------------------------------------------------------------+
    // |Zen Cart Open Source E-commerce |
    // +----------------------------------------------------------------------+
    // | Copyright (c) 2004 The Zen Cart developers |
    // | |
    // | http://www.zen-cart.com/index.php |
    // | |
    // | Portions Copyright (c) 2003 osCommerce |
    // +----------------------------------------------------------------------+
    // | This source file is subject to version 2.0 of the GPL license, |
    // | that is bundled with this package in the file LICENSE, and is |
    // | available through the world-wide-web at the following url: |
    // | http://www.zen-cart.com/license/2_0.txt. |
    // | If you did not receive a copy of the Zen Cart license and are unable |
    // | to obtain it through the world-wide-web, please send a note to |
    // | license AT zen-cart DOT com so we can mail you a copy immediately. |
    // +----------------------------------------------------------------------+
    //

    // Define the webserver and path parameters
    // Main webserver: eg, http://localhost - should not be empty for productive servers
    define('HTTP_SERVER', 'http://butternugsquash.com');
    // Secure webserver: eg, https://localhost - should not be empty for productive servers
    define('HTTPS_SERVER', 'https://www.butternugsquash.com');
    // 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', '/store/');

    define('DIR_WS_IMAGES', 'images/');
    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_DOWNLOAD_PUBLIC', DIR_WS_CATALOG . 'pub/');
    define('DIR_WS_BLOCKS', DIR_WS_INCLUDES . 'blocks/');
    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/bfpvrjqf/public_html/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', '');
    define('DB_SERVER', 'localhost'); // eg, localhost - should not be empty
    define('DB_SERVER_USERNAME', 'xxxxxxx_xxxxxxxx');
    define('DB_SERVER_PASSWORD', 'xxxxxxxx');
    define('DB_DATABASE', 'xxxxxxxx_zencart');
    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', 'none');
    define('DIR_FS_SQL_CACHE', '/home/bfpvrjqf/public_html/store/cache');

    ?>

    My host is Total Choice Hosting

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

    Default Re: 1054 Error

    I have no idea.

    - Your configure.php appears to be correct.
    - PHP is SUPPOSED to be processing it right, since the .: in the status message says the current directory should be usable (include_path='.:/usr/lib/php:/usr/local/lib/php') .

    It's behaving as though the DIR_FS_CATALOG is blank or the include_path in PHP is set to ignore the current directory. But neither of those is true, based on what you're reporting.
    .

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

    Default Re: 1054 Error

    Maybe you can explain the history of this project ?
    .

    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. v139h DC 1054 error, and error in 'Product Restrictions' section
    By isaiah36 in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 25
    Last Post: 14 Jan 2013, 07:54 AM
  2. Error 1054
    By micatex in forum General Questions
    Replies: 3
    Last Post: 9 May 2008, 07:30 AM
  3. 1054 Error
    By awoman in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 8
    Last Post: 12 Oct 2007, 08:25 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