I'm trying to install the most recent version of PHpancake. It appears to install correctly but, when I try to access it, I get the following. I made no folder changes when I installed it.
------------------------------------------------------------------------------------------------------
Warning: require(../application/bootstrap.php) [function.require]: failed to open stream: No such file or directory in /home/pancake/public/index.php on line 17
Warning: require(../application/bootstrap.php) [function.require]: failed to open stream: No such file or directory in /home/pancake/public/index.php on line 17
Fatal error: require() [function.require]: Failed opening required '../application/bootstrap.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/pancake/public/index.php on line 17
------------------------------------------------------------------------------------------------------
It's looking for bootstrap.php in the application directory but that file does not exist there. Any help would be appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to install the most recent version of PHpancake. It appears to install correctly but, when I try to access it, I get the following. I made no folder changes when I installed it.
------------------------------------------------------------------------------------------------------
Warning: require(../application/bootstrap.php) [function.require]: failed to open stream: No such file or directory in /home/pancake/public/index.php on line 17
Warning: require(../application/bootstrap.php) [function.require]: failed to open stream: No such file or directory in /home/pancake/public/index.php on line 17
Fatal error: require() [function.require]: Failed opening required '../application/bootstrap.php' (include_path='.:/usr/share/pear:/usr/share/php') in /home/pancake/public/index.php on line 17
------------------------------------------------------------------------------------------------------
It's looking for bootstrap.php in the application directory but that file does not exist there. Any help would be appreciated.
Never mind. I figured it out.