Results 1 to 10 of 33

Hybrid View

  1. #1
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

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

    Quote Originally Posted by kay6284 View Post
    Server OS: Linux 2.6.22.10-NETSOL
    Does "NETSOL" there mean "network solutions"? Or something else?
    What hosting company are you changing to?
    .
    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.

  2. #2
    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)

  3. #3
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    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.

  4. #4
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    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.

  5. #5
    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

  6. #6
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    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.

  7. #7
    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>";
    }

  8. #8
    Join Date
    Jan 2004
    Posts
    66,450
    Plugin Contributions
    81

    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.

  9. #9
    Join Date
    Aug 2006
    Posts
    37
    Plugin Contributions
    0

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

    My apologies to you bud, I've been so frustrated with this I failed to mention that. On my original site I had it setup as two separate catalogs which worked fine and still does. Anyway, let me get back to you later tonight after work so I can spend some time sorting this.

 

 

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

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