Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Jul 2005
    Posts
    79
    Plugin Contributions
    0

    Default Urgent Help !!!!

    Just done an upgrade to 1.3.7 on - everything was great - uploaded new templates the new EU bank transfer and then the wholesale pricing then BANG I have not changed the /designs/shop/includes/configure.php file and I get this message on the site.....

    Fatal error: Cannot instantiate non-existent class: phpbb in /home/m/a/makeup4brides_co_uk/designs/shop/includes/autoload_func.php on line 79

    What do I need to change.. I have tried overwriting the configure file but no change... the admin side of it is fine
    HELP !!!!!!!!


    this is the configure file from the includes folder


    <?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.makeup4brides.co.uk');
    define('HTTPS_SERVER', 'https://www.makeup4brides.co.uk');

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

    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', '/home/m/a/makeup4brides_co_uk/Shop/');

    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', '*******'); // eg, localhost - should not be empty
    define('DB_SERVER_USERNAME', '******');
    define('DB_SERVER_PASSWORD', '********');
    define('DB_DATABASE', '***********');
    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', 'database');
    define('DIR_FS_SQL_CACHE', '/home/m/a/makeup4brides_co_uk/Shop/cache');

  2. #2
    Join Date
    Jul 2005
    Posts
    79
    Plugin Contributions
    0

    Default Re: Urgent Help !!!!

    ........ Will have to do a complete reinstall of it - to rectify ...

    Anyone else having this problem ?

  3. #3
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Urgent Help !!!!

    Take a look at the release notes for version 1.3.5, one of the versions that you flew over during your upgrade. Towards the bottom there's a quick and easy fix for the problem that you're experiencing.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  4. #4
    Join Date
    Jul 2005
    Posts
    79
    Plugin Contributions
    0

    Default Re: Urgent Help !!!!

    I COULD KISS YOU !!!!!!!!!

    And I think I might ! ((((((mmmmmwwwahhh )))))))))

  5. #5
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Urgent Help !!!!

    Aw shucks
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  6. #6
    Join Date
    Jul 2005
    Posts
    79
    Plugin Contributions
    0

    Default Re: Urgent Help !!!!

    Ok now I want to cry....

    I didn't realise that I could only have one database on my server ( uk2.net ) told me . I installed zencart to another directory on my site for wholesale clients for dresses only. I just went to my other shop on the same server and its wiped out all my stock, customers lists everything ... obviously overwritten the database with the new shop ( sorry if this is getting confusing )

    How do I retreive my details products, stock, customers , sales etc from the cgi bin to point to my cart or have I lost all the info......

  7. #7
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Urgent Help !!!!

    I'm afraid that the data is gone. Do you have a backup?

    If not, contact uk2.net, most decent hosts will periodically do general backups and be able to restore the bit that refers to you.

    For the future, you can create multiple Zen Cart's using the same database, as long as you give each a different database prefix, then each would have its own set of tables and function independently, albeit within the one database that you're allowed.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  8. #8
    Join Date
    Jul 2005
    Posts
    79
    Plugin Contributions
    0

    Default Re: Urgent Help !!!!

    no backup - twerp that I am ! I will contact uk2 and see if they can help

    Thanks - you still warranted that kiss though !!!!! lol - can't believe I'm still laughing !

  9. #9
    Join Date
    Jul 2005
    Posts
    79
    Plugin Contributions
    0

    Default Re: Urgent Help !!!!

    Uk2 has no backup - they say it may still be in the cgi bin - when I finish uploading the new installation I will check .....

    If not, back to the drawing board and re up load ALLLLLLLLLLLLLLL my products - again .... LESSON LEARNT....... BACK UP !!!!!!!

    If in some miracle my data is in my cgi bin how do I transfer the details to my zencart.

  10. #10
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: Urgent Help !!!!

    Sorry, we've moved beyond my range of experience. But I will see if I can tempt somebody who might know over. You'll have to be gentle with him though. He's got flu and should really be in bed.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Need help with color scheme - URGENT PLEASE HELP
    By nepton in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Nov 2008, 03:48 AM
  2. URGENT - Help!!!
    By wezza in forum General Questions
    Replies: 1
    Last Post: 10 Nov 2008, 02:09 PM
  3. Help with paypal IPN (urgent help needed!)
    By roy(irishtaxi) in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 10 Jun 2008, 07:06 AM
  4. Urgent Urgent help needed please
    By con-fused in forum General Questions
    Replies: 1
    Last Post: 12 Feb 2007, 09:41 PM
  5. help!!!! header help and hosting query urgent!
    By personalisedpresent in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 26 Sep 2006, 11:42 AM

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