Hi,
I have a fatal error on my site:
Fatal error: main() [function.require]: Failed opening required 'BX_DIRECTORY_PATH_INCdesign.inc.php' (include_path='.:/usr/lib/php') in ****************/Dolphin/index.php on line 39
There I can find this one:
require_once( BX_DIRECTORY_PATH_INC . 'design.inc.php' );
When I open the Admin panel then i have this error:
Fatal error: main() [function.require]: Failed opening required 'BX_DIRECTORY_PATH_INCdb.inc.php' (include_path='.:/usr/lib/php') in ****************Dolphin/admin/pageBuilder.php on line 4
Here I can find this one:
require_once( BX_DIRECTORY_PATH_INC . 'db.inc.php' );
Can anybody help me?
Sorry for my English!
Thx
Tec