Error log: BX_DIRECTORY_PATH_INCprofiles

Log errors in log boonex modules

[08-May-2011 14:26:30] PHP Warning:  require_once(BX_DIRECTORY_PATH_INCprofiles.inc.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/mysite/public_html/modules/boonex/avatar/request.php on line 22

[08-May-2011 15:44:40] PHP Warning:  require_once(BX_DIRECTORY_PATH_INCprofiles.inc.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/mysite/public_html/modules/boonex/photos/request.php on line 22

etc

inc/header.php
$dir['root']               = "/home/mysite/public_html/";
define('BX_DIRECTORY_PATH_INC', $dir['inc']);

i´m search in google.com the word "BX_DIRECTORY_PATH_INCprofiles" and many occurrs.

Any idea?

Regards,

 

 

 

 

Quote · 9 May 2011

check file modules/boonex/avatar/request.php

------

require_once(BX_DIRECTORY_PATH_INC . 'profiles.inc.php');

check_logged();

require_once(BX_DIRECTORY_PATH_CLASSES . 'BxDolRequest.php');
BxDolRequest::processAsAction($GLOBALS['aModule'], $GLOBALS['aRequest']);

Quote · 9 May 2011
 
 
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.