- Posts: 2
- Thank you received: 0
Install problem
-
bishop
Inactive member - Topic Author
- New Member
Less
More
11 years 10 months ago #25847
by bishop
Install problem was created by bishop
Hi, have problem just after install (hot start or only template install) i have these errors
Warning: require(/homez.666/***/www/templates/hot_gaming_zoneDSlibraryDShot_gaming_zone_parameters.php) [function.require]: failed to open stream: No such file or directory in /homez.666/***/www/templates/hot_gaming_zone/index.php on line 84
Fatal error: require() [function.require]: Failed opening required '/homez.666/***/www/templates/hot_gaming_zoneDSlibraryDShot_gaming_zone_parameters.php' (include_path='.:/usr/local/lib/php') in /homez.666/***/www/templates/hot_gaming_zone/index.php on line 84
Warning: require(/homez.666/***/www/templates/hot_gaming_zoneDSlibraryDShot_gaming_zone_parameters.php) [function.require]: failed to open stream: No such file or directory in /homez.666/***/www/templates/hot_gaming_zone/index.php on line 84
Fatal error: require() [function.require]: Failed opening required '/homez.666/***/www/templates/hot_gaming_zoneDSlibraryDShot_gaming_zone_parameters.php' (include_path='.:/usr/local/lib/php') in /homez.666/***/www/templates/hot_gaming_zone/index.php on line 84
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 10 months ago #26017
by ivan.milic
Replied by ivan.milic on topic Install problem
Open index.php of template, before:
define( 'YOURBASEPATH', dirname(__FILE__) );
insert this:
define( 'DS',DIRECTORY_SEPARATOR);
define( 'YOURBASEPATH', dirname(__FILE__) );
insert this:
define( 'DS',DIRECTORY_SEPARATOR);
The following user(s) said Thank You: bishop
Please Log in to join the conversation.
Time to create page: 0.146 seconds