.
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.
Sorry, Network Solutions.
I have transfered to them from TCH (Total Choice Hosting)
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.
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:Then post the output you get when visiting the home page again.Code:define('DEBUG_AUTOLOAD', false);
.
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.
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
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.
* 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>";
}
.
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.
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.