Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2008
    Posts
    13
    Plugin Contributions
    0

    Default So I got rid of one error message only to incite another, much larger one! Yay!

    I just finished fixing an error message and apparently I haven't learned my lesson yet. The first error message was due to an improper install of the Zen Lightbox mod and I resolved it by uninstalling...simple enough. I then went on to manipulate the settings of a simple Sold Gallery on my page and whilst manipulating the "configure.php" file, I managed to screw up the entire store. I'm hoping someone can help me with this one. What should the configure.php file look like by default and how can I fix this?!?!





    To see the error, just go to www.veronicasdesigns.net/zencart

  2. #2
    Join Date
    Dec 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: So I got rid of one error message only to incite another, much larger one! Yay!

    So..maybe it's not an error anymore. I found the original text that should be in the configure.php file now my problem is just configuring it.

    <--- = Clueless!


    Still

  3. #3
    Join Date
    Dec 2008
    Posts
    13
    Plugin Contributions
    0

    Default Re: So I got rid of one error message only to incite another, much larger one! Yay!

    If anyone's willing to help a dunce, here's the actual code of the configure.php file

    <?php
    /**
    * dist-configure.php
    *
    * @package Configuration Settings
    * @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
    * @version $Id: dist-configure.php 6329 2007-05-16 15:36:56Z drbyte $
    * @private
    */
    // 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://veronicasdesigns.net');
    define('HTTPS_SERVER', 'https://veronicasdesigns.net');

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

    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', 'D:\Hosting\3618290\html\zencart/');

    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_'); // prefix for database table names -- preferred to be left empty
    define('DB_SERVER', 'ver0835704265792.db.3618290.hostedresource.com');
    define('DB_SERVER_USERNAME', '**************');
    define('DB_SERVER_PASSWORD', '**************');
    define('DB_DATABASE', '**************');
    define('USE_PCONNECT', 'false');
    define('STORE_SESSIONS', 'db');
    // 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', 'D:\Hosting\3618290\html\zencart/cache');

    ?>

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: So I got rid of one error message only to incite another, much larger one! Yay!

    Site looks good to me.

    What was the problem?

 

 

Similar Threads

  1. Replies: 27
    Last Post: 11 Sep 2010, 09:50 PM
  2. I got 7 alert:10417 in one day, and only 1 order placed!!!!
    By ericgu in forum PayPal Express Checkout support
    Replies: 11
    Last Post: 8 May 2009, 04:11 PM
  3. Transfer of one single category from one Zen database to another
    By MeltDown in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 14 Oct 2008, 07:07 PM
  4. Copy Only one Attr to Another Product?
    By gabstero in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 12 Feb 2008, 05:22 PM
  5. Only one product type in list; only in one category. Why?
    By whitefael in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 7 Jan 2007, 06:13 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