lo all,
me again... I have this error on my site and I have tried solving it via php.ini but I think I do not know exactly how to solve it.
Warning: require_once(BX_DIRECTORY_PATH_INCinviter.inc.php) [function.require-once]: failed to open stream: No such file or directory in /home/xnrnyr31/public_html/join.php on line 3
Fatal error: require_once() [function.require]: Failed opening required 'BX_DIRECTORY_PATH_INCinviter.inc.php' (include_path='.:/usr/local/php52/pear') in /home/xnrnyr31/public_html/join.php on line 3
line 3 states
require_once( BX_DIRECTORY_PATH_INC . 'inviter.inc.php' );
I installed the mod Ultimate Friend Inviter-combo however, I noticed this with profilePhotos.php
Warning: require_once(BX_DIRECTORY_PATH_ROOTuploadPhoto.php) [function.require-once]: failed to open stream:
No such file or directory in /home/xnrnyr31/public_html/profilePhotos.php on line 26
Fatal error: require_once() [function.require]: Failed opening required
'BX_DIRECTORY_PATH_ROOTuploadPhoto.php' (include_path='.:/usr/local/php52/pear')
in /home/xnrnyr31/public_html/profilePhotos.php on line 26
What do I need to do to rectify this problem?
Thanks for the help in advance
iced