Thread: 1054 Error

Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    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

  2. #12
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    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.

  3. #13
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    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.

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

    Default Re: 1054 Error

    I was using ZenCart 1.2.6 and finally decided to upgrade to 1.3.5. Being the supreme idiot I am, I just uploaded the files and expected it to work.

    I wasn't doing anything interesting or spectacular. Just trying to upgrade. I uploaded all the files (missing one as you found) and then did the zc_install upgrade. That worked fine.

    Is there something else that can be checked or a tech support person who can go in & see if they can fix it? Last I checked my database was still working, though now I can't get into the admin, either. Getting this error:

    Fatal error: Cannot redeclare class cache in /home/bfpvrjqf/public_html/store/includes/classes/cache.php on line 20

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

    Default Re: 1054 Error

    Its resolved now maggiesmom1!!
    I am heading on to get some food!!
    Tutorials on Zen Cart
    http://tutorials.zen-cart.com/index.php
    ---------------
    advanced.programmer at gmail dot com
    In love with Zen Cart!!

  6. #16
    Join Date
    Sep 2005
    Posts
    52
    Plugin Contributions
    0

    Default Re: 1054 Error

    Can I just say that superprg kicks some major, major ########?? He solved my unsolvable problem in less than an hour. He rocks with much, much rockage and I owe him my undying allegiance.

    Thank you so much - now I don't have to kill myself.

  7. #17
    Join Date
    Sep 2005
    Posts
    52
    Plugin Contributions
    0

    Default Re: 1054 Error

    Does anybody know how I can remove the "TagLine Here" to the right of my logo & the "Home" underneath it? Also, I can't figure out how to move to left & right columns up to the top of the page. (Categories & "Have You Seen"). I've got the "New Products for September" pictures so they're supposed to be 2 rows per column, but they're just one lined up on the left rather than centered.

    The site is here if you want to see it;
    http://www.butternugsquash.com/store

    Thanks again.

  8. #18
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: 1054 Error

    1. Top 10 Questions article

    2. Admin->Tools->Layout Boxes Controller

    3. Your colors and alignment issues are stylesheet-related.

    NOTE: Your site looks completely different in Firefox vs IE.
    Your images are taking a very long time to load as well.
    .

    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. #19
    Join Date
    Sep 2005
    Posts
    52
    Plugin Contributions
    0

    Default Re: 1054 Error

    Okay - I've got most of the styling done, but after looking at it both in Firefox & IE (thanks, DrByte), I need to change alignment & cannot find where to do that.

    I want everything centered. In Firefox, it all looks together, but way over on the left. In IE, the "big picture' is centered, but the 2 sideboxes are left-aligned & the center box is right-aligned.

    Where do I find where to fix this. I'm assuming it's in the stylesheet.css, but I'm not finding it.

  10. #20
    Join Date
    Jan 2006
    Posts
    229
    Plugin Contributions
    0

    Default Re: 1054 Error

    >>Its resolved now maggiesmom1!!
    I am heading on to get some food!! <<
    Great - glad it got working for you - but *how about posting the solution so others with this problem can fix it too?* I've been searching and testing my own server for *hours* and this thread is the closest I've come to seeing a solution is possible - and it's just *lovely* that you all didn't share what that solution was.

    Mind passing along the information?

 

 
Page 2 of 3 FirstFirst 123 LastLast

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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR