error site down

Getting the following errors, any help would be great, Thank


Warning: require_once(./xml/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/btkgeexq/public_html/site/header.inc.php on line 67

Fatal error: require_once() [function.require]: Failed opening required './xml/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/btkgeexq/public_html/site/header.inc.php on line 67

Quote · 19 May 2009

your header.inc.php needs to be in the inc folder.

public_html/site/inc/header.inc.php

Diddy is not greedy and has time. Dolphin is cool and its not just mine :-)
Quote · 19 May 2009

i have one in the inc folder and in the root?

Quote · 19 May 2009

ive just noticed there isnt a header file supposted to be in the root of dolphin is this correct?(or is it meant to be somewhere else?) but i did have one which is below, so i deleted it and site is up and running

<?php

/***************************************************************************

*                            Orca Interactive Forum Script

*                              ---------------

*     Started             : Fr Nov 10 2006

*     Copyright        : (C) 2007 BoonEx Group

*     Website             : http://www.boonex.com

* This file is part of Orca - Interactive Forum Script

*

* Orca is free software; you can redistribute it and/or modify it under

* the terms of the GNU General Public License as published by the

* Free Software Foundation; either version 2 of the

* License, or any later version.     

*

* Orca is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;

* without even the implied warranty of  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

* See the GNU General Public License for more details.

* You should have received a copy of the GNU General Public License along with Orca,

* see license.txt file; if not, write to marketing@boonex.com

*

***************************************************************************/



$gConf['ver'] = 'Orca-v.2.0.2';

$gConf['def_title'] = 'Orca :: Interactive Forum Script';

$path = ''; // path to orca files





/**

* forum tweaks

*/

$gConf['date_format'] = '%b %d, %Y %H:%i'; // time/date format

$gConf['topics_per_page'] = 20;    // topics per page

$gConf['topics_desc_len'] = 64;

$gConf['live_tracker_desc_len'] = 128;



$gConf['email']['sender'] = ''; // email sender



$gConf['user']['admin'] = 'admin'; // admin user



$gConf['min_point'] = -4; // min points to hide post automatically



$gConf['online'] = 72000; // online user timeout (seconds) default: 20 min



$gConf['integration'] = 'file'; // url - read integration setting from url, file - read integration settings from file



$xsl_mode = isset($_GET['xsl_mode']) && $_GET['xsl_mode'] ? $_GET['xsl_mode'] : (isset($_COOKIE['xsl_mode']) ? $_COOKIE['xsl_mode'] : '');

if (preg_match("/^\w+$/",$xsl_mode))

{

$gConf['xsl_mode'] = $xsl_mode;

setcookie ('xsl_mode', $xsl_mode);

}

else

{

$gConf['xsl_mode'] = 'auto'; // client, server

}



// mod rewrite configuration, also make changes in layout/base/xsl/rewrite.xsl, js/BxHistory.js and .htaccess

$gConf['rewrite']['cat'] = 'group/%s.htm';

$gConf['rewrite']['forum'] = 'forum/%s-%d.htm';

$gConf['rewrite']['topic'] = 'topic/%s.htm';

$gConf['rewrite']['user'] = 'user/%s.htm';

$gConf['rewrite']['rss_forum'] = 'rss/forum/%s.htm';

$gConf['rewrite']['rss_topic'] = 'rss/topic/%s.htm';

$gConf['rewrite']['rss_user'] = 'rss/user/%s.htm';

$gConf['rewrite']['rss_all'] = 'rss/all.htm';



require_once ('./xml/config.php');



?>

Quote · 19 May 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.