Dawx Posted December 3, 2010 Share Posted December 3, 2010 I have the following error and i'm not too sure what the problem is. Warning: ini_set() has been disabled for security reasons in /index.php on line 62 Warning: require() [function.require]: Unable to access /core/Bootstrap.php in /index.php on line 106 Warning: require(/core/Bootstrap.php) [function.require]: failed to open stream: No such file or directory in /index.php on line 106 Fatal error: require() [function.require]: Failed opening required '/core/Bootstrap.php' (include_path='.:/usr/lib/php') in /index.php on line 106 any help would be much appreciated Link to comment https://forums.phpfreaks.com/topic/220534-multiple-errors/ Share on other sites More sharing options...
trq Posted December 3, 2010 Share Posted December 3, 2010 The errors are pretty self explanatory. Link to comment https://forums.phpfreaks.com/topic/220534-multiple-errors/#findComment-1142493 Share on other sites More sharing options...
devilinc Posted December 3, 2010 Share Posted December 3, 2010 are you using a framework? Link to comment https://forums.phpfreaks.com/topic/220534-multiple-errors/#findComment-1142495 Share on other sites More sharing options...
Dawx Posted December 3, 2010 Author Share Posted December 3, 2010 Kohana PHP5 Framework Link to comment https://forums.phpfreaks.com/topic/220534-multiple-errors/#findComment-1142496 Share on other sites More sharing options...
devilinc Posted December 3, 2010 Share Posted December 3, 2010 some parameters must have gone awry....just reinstall...in cakephp i encountered but i got it solved in my config file.... don't know about kohana.... Link to comment https://forums.phpfreaks.com/topic/220534-multiple-errors/#findComment-1142498 Share on other sites More sharing options...
devilinc Posted December 3, 2010 Share Posted December 3, 2010 still better include the bootstrap file in your index.php and enable ini_set()....as thorpe said they are pretty much self explanatory....if it doesnt work check the option of reinstalling.... Link to comment https://forums.phpfreaks.com/topic/220534-multiple-errors/#findComment-1142499 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.