Results 1 to 8 of 8
  1. #1
    Join Date
    Oct 2005
    Posts
    206
    Plugin Contributions
    0

    Default Error after upgrade to 1.3.5

    I upgraded like all other upgrade that went fine, but now with 1.3.5 I get this error when trying to view website:

    Fatal error: Cannot instantiate non-existent class: phpbb in /home/camay123/public_html/seeds135/includes/autoload_func.php on line 79


    Any idea ?
    My Store: Bonsai tree seeds

  2. #2
    Join Date
    Oct 2005
    Posts
    206
    Plugin Contributions
    0

    Default Re: Error after upgrade to 1.3.5

    Further ino's, is it possible it is caused by the ultimate seo url mod not being re-installed ?
    My Store: Bonsai tree seeds

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

    Default Re: Error after upgrade to 1.3.5

    When you upgraded, did you follow the posted instructions which draw attention to this and several other important issues you need to observe, explained both in the readme docs and in the online announcement?

    /includes/classes/class.phpbb.php
    was renamed from
    /includes/classes/class.phpBB.php

    Did you rename your file too? (should be all lowercase)


    For convenience, the posted instructions can be reviewed here:
    http://www.zen-cart.com/forum/showthread.php?t=45177
    .

    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
    Oct 2005
    Posts
    206
    Plugin Contributions
    0

    Default Re: Error after upgrade to 1.3.5

    Yes, that did the job. Yes I have read the announcement, but somehow forgot about it after upgrade.....

    So, my error is corrected, but now I have several of these on main page :

    Warning: imagejpeg() [function.imagejpeg]: Unable to open '/home/camay123/public_html/seeds135/bmz_cache/9/9bbc75c03ba1c068902021456e486fee.image.100x75.JPG' for writing in /home/camay123/public_html/seeds135/includes/classes/bmz_image_handler.class.php on line 651
    My Store: Bonsai tree seeds

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

    Default Re: Error after upgrade to 1.3.5

    Using Image Handler, you have to have your bmz_cache folder set to read/write (chmod 777) recursively (including subfolders/files)

    /home/camay123/public_html/seeds135/bmz_cache/
    .

    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
    Oct 2005
    Posts
    206
    Plugin Contributions
    0

    Default Re: Error after upgrade to 1.3.5

    Thanks again.

    I noticed a bug, my link for the phpbb forum is :

    http://www.mishobonsai.com/seeds135//forums/index.php

    Notice the double //, plus link should be :

    http://www.mishobonsai.com/forums/index.php

    But, one thing, upgrading to 1.3.5 did correct my ultimate seo url problem with the link to the forums
    Last edited by camay123; 5 Sep 2006 at 03:02 AM.
    My Store: Bonsai tree seeds

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

    Default Re: Error after upgrade to 1.3.5

    Quote Originally Posted by camay123
    please post your /includes/configure.php without password
    .

    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
    Oct 2005
    Posts
    206
    Plugin Contributions
    0

    Default Re: Error after upgrade to 1.3.5

    Here it is :

    <?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.mishobonsai.com');
    define('HTTPS_SERVER', 'https://mishobonsai.com');

    // Use secure webserver for checkout procedure?
    define('ENABLE_SSL', 'true');

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

    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', '/home/camay123/public_html/forums/');

    // * 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/camay123/public_html/seeds135/');

    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/');

    [moderator snip]
    ?>
    My Store: Bonsai tree seeds

 

 

Similar Threads

  1. Error after Upgrade from 1.3.9h
    By deepfrydaniel in forum Upgrading to 1.5.x
    Replies: 10
    Last Post: 13 Oct 2014, 03:20 PM
  2. Error after upgrade
    By bfwdesigns in forum Upgrading from 1.3.x to 1.3.9
    Replies: 2
    Last Post: 7 Sep 2006, 02:17 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