Page 2 of 4 FirstFirst 1234 LastLast
Results 11 to 20 of 33
  1. #11
    Join Date
    Aug 2006
    Posts
    37
    Plugin Contributions
    0

    Default Re: Migrated database and files... having trouble

    Sorry, Network Solutions.
    I have transfered to them from TCH (Total Choice Hosting)

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

    Default Re: Migrated database and files... having trouble

    Network Solutions has a reputation of not being able to do SSL with Zen Cart sites. Hopefully you won't need that.

    You can find more information by searching for them on the forum.
    .

    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: Migrated database and files... having trouble

    As for the cause of your error message, I'm inclined to believe one or more files has failed to upload properly somewhere. That's the most common cause of the errors you've mentioned.

    You could try debugging by changing the following line near the top of /includes/application_top.php to true instead of false:
    Code:
    define('DEBUG_AUTOLOAD', false);
    Then post the output you get when visiting the home page again.
    .

    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
    Aug 2006
    Posts
    37
    Plugin Contributions
    0

    Default Re: Migrated database and files... having trouble

    Here is the list,
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/class.base.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/class.notifier.php');
    actionPoint=>0 $zco_notifier = new notifier();
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/class.phpmailer.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/class.smtp.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/boxes.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/category_tree.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/template_func.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/split_page_results.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/language.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/cache.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/sniffer.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/class.phpbb.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/shopping_cart.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/navigation_history.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/currencies.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/message_stack.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/breadcrumb.php');
    actionPoint=>10 include('includes/init_includes/init_file_db_names.php');
    actionPoint=>10 include('includes/init_includes/init_database.php');
    actionPoint=>20 include('includes/version.php');
    actionPoint=>30 $zc_cache = new cache();
    actionPoint=>40 include('includes/init_includes/init_db_config_read.php');
    actionPoint=>50 $sniffer = new sniffer();
    actionPoint=>50 include('includes/init_includes/init_gzip.php');

    Fatal error: Class 'phpBB' not found in /data/16/1/0/76/1489076/user/1601385/htdocs/doubledstoreonline/includes/autoload_func.php on line 79

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

    Default Re: Migrated database and files... having trouble

    What are the first 20 lines of /includes/classes/class.phpbb.php ?
    .

    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. #16
    Join Date
    Aug 2006
    Posts
    37
    Plugin Contributions
    0

    Default Re: Migrated database and files... having trouble

    * phpBB Class.
    *
    * This class is used to interact with phpBB forum
    *
    * @package classes
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: class.phpbb.php 4824 2006-10-23 21:01:28Z drbyte $
    */

    if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
    }

    class phpBB extends base {
    var $debug = false;
    var $db_phpbb;
    var $phpBB=array();
    var $dir_phpbb='';

    function phpBB() {
    $this->debug= (defined('PHPBB_DEBUG_MODE') && strtoupper(PHPBB_DEBUG_MODE)=='ON') ? (defined('PHPBB_DEBUG_IP') && (PHPBB_DEBUG_IP == '' || PHPBB_DEBUG_IP == $_SERVER['REMOTE_ADDR'] || strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])) ? true : false ) : false;
    $this->phpBB = Array();
    $this->phpBB['installed']=false;
    if (PHPBB_LINKS_ENABLED =='true') { // if disabled in Zen Cart admin, don't do any checks for phpBB
    $this->get_phpBB_info();

    // global $db;
    // $this->db_phpbb = $db;

    $this->db_phpbb = new queryFactory();
    $connect_status = $this->db_phpbb->connect($this->phpBB['dbhost'], $this->phpBB['dbuser'], $this->phpBB['dbpasswd'], $this->phpBB['dbname'], USE_PCONNECT, false);

    $this->check_connect();
    $this->set_status();
    } elseif ($this->debug==true) {
    echo "phpBB connection disabled in Admin<br>";
    }

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

    Default Re: Migrated database and files... having trouble

    Most bizarre.

    The file is loaded.
    It contains the right code, including the correct class name.
    But when the system attempts to instantiate the correctly-named class, it says it's not found.

    What version of PHP?
    What operating system?

    What are the file-permissions on the /includes/classes/class.phpbb.php file?
    .

    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. #18
    Join Date
    Aug 2006
    Posts
    37
    Plugin Contributions
    0

    Default Re: Migrated database and files... having trouble

    Server OS: Linux 2.6.22.10-NETSOL Database: MySQL 5.0.45
    Server Date: 07/08/2008 07:28:16 Database Date: 07/08/2008 07:28:16
    Server Up Time: 07:28:16 up 41 days, 17:01, 0 users, load average: 1.34, 0.86, 0.82
    PHP Version: 5.2.6 (Zend: 2.2.0)

    The permissions for class.phbb.php are rwxrwxrwx

    I use a Win2K pro box as well as a Win XP pro box, I will stick with the 2K pro box for this.

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

    Default Re: Migrated database and files... having trouble

    Sorry, I guess I did ask you that before.

    This whole thing doesn't make sense. (granted, that's not uncommon with netsol.)
    It's as though you're reporting information from one set of files, but getting error messages about a completely different set.
    .

    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.

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

    Default Re: Migrated database and files... having trouble

    Actually, that's exactly what's happening:
    Quote Originally Posted by kay6284 View Post
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/class.phpbb.php');
    actionPoint=>0 include('/data/16/1/0/76/1489076/user/1601385/htdocs/Shop/includes/classes/shopping_cart.php');


    Fatal error: Class 'phpBB' not found in /data/16/1/0/76/1489076/user/1601385/htdocs/doubledstoreonline/includes/autoload_func.php on line 79
    Is there a reason why you'd be using different paths?
    Have you got two different paths mentioned in your configure.php file?
    .

    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.

 

 
Page 2 of 4 FirstFirst 1234 LastLast

Similar Threads

  1. v154 Migrated site to v1.5.4 and having a small issue with categories
    By drgr33n in forum General Questions
    Replies: 15
    Last Post: 1 Oct 2015, 04:26 PM
  2. Having trouble importing my database
    By pharry in forum Installing on a Linux/Unix Server
    Replies: 2
    Last Post: 22 Jun 2009, 11:14 AM
  3. Having trouble finding my files via FTP
    By thuanstreasures in forum General Questions
    Replies: 5
    Last Post: 4 Aug 2008, 02:05 AM
  4. Having Trouble transfering database
    By y2steve in forum General Questions
    Replies: 4
    Last Post: 2 Apr 2007, 10:46 PM
  5. Having trouble downloading ZenCart files
    By janeausten72 in forum General Questions
    Replies: 4
    Last Post: 7 Sep 2006, 02:22 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