Site not working!

Hi,

When I open my site I get this error message. Site is not working:

-------------------------------------------------------

Warning: require_once(/home/xxxx/public_html/inc/../integrations/BX_ORCA_INTEGRATION/config.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxxx/public_html/inc/header.inc.php on line 68

Fatal error: require_once() [function.require]: Failed opening required '/home/xxxx/public_html/inc/../integrations/BX_ORCA_INTEGRATION/config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/xxxx/public_html/inc/header.inc.php on line 68

--------------------------------------------------------

Please tell me how to solve it.

Quote · 17 Jun 2010

Hello!


Seems this code

if ($_GET['orca_integration'] && preg_match('/^[0-9a-z]+$/', $_GET['orca_integration'])) {
define('BX_ORCA_INTEGRATION', $_GET['orca_integration']);
} else {
define('BX_ORCA_INTEGRATION', 'dolphin');
}

is missing in modules/boonex/forums/index.php file.


Try to replace this file with the same from D7.0.2 package.

Regard

Quote · 17 Jun 2010

Hi Leonid,

Thank you. I havent upgraded to new version yet. i still use 7.0.0. Can I copy the file from 7.0.2 pack?

Quote · 17 Jun 2010

Yes, Aneesh, u can do it - this file in both packages haven't serious changes excepts little improvements of $GET variables processing.

Regard

Quote · 17 Jun 2010

Yes, Aneesh, u can do it - this file in both packages haven't serious changes excepts little improvements of $GET variables processing.

Regard

Sorry, no luck. Still same error message!

Quote · 17 Jun 2010
 
 
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.