I chose gallery out of the Softaculous list, installed it, tried to go to it, and got a 503 error.
If I remove this line from the index.php file:
// Initialize.
require APPPATH . "Bootstrap" . EXT;
It stops spitting out the error. So obviously therein lies the problem. The boring code stuff about definitions just defines APPPATH as the "application" folder, and EXT as ".php". Anyhoo . . .
I checked and .../gallery/application/Bootstrap.php totally exists.
So I navigated to Bootstrap.php (after commenting out all of that no direct script access business, duh), and it was all
Fatal error: require() [function.require]: Failed opening required 'SYSPATHcore/BenchmarkEXT' (include_path='.:/usr/local/php53/pear') in ...Bootstrap.php on line 8
Benchmark::start(SYSTEM_BENCHMARK.'_kohana_loading'); <-- And this is line 8. Also this (include_path='.:/usr/local/php53/pear') business makes me think this is maybe not totally a Ruby problem 'cause it's not my server unless someone can suggest some edits I can make to the code that makes it not an x10hosting problem.
So, umm, like, now what do I do?
If I remove this line from the index.php file:
// Initialize.
require APPPATH . "Bootstrap" . EXT;
It stops spitting out the error. So obviously therein lies the problem. The boring code stuff about definitions just defines APPPATH as the "application" folder, and EXT as ".php". Anyhoo . . .
I checked and .../gallery/application/Bootstrap.php totally exists.
So I navigated to Bootstrap.php (after commenting out all of that no direct script access business, duh), and it was all
Fatal error: require() [function.require]: Failed opening required 'SYSPATHcore/BenchmarkEXT' (include_path='.:/usr/local/php53/pear') in ...Bootstrap.php on line 8
Benchmark::start(SYSTEM_BENCHMARK.'_kohana_loading'); <-- And this is line 8. Also this (include_path='.:/usr/local/php53/pear') business makes me think this is maybe not totally a Ruby problem 'cause it's not my server unless someone can suggest some edits I can make to the code that makes it not an x10hosting problem.
So, umm, like, now what do I do?