TimKJones / CribSpot

2 stars 0 forks source link

setup issues #165

Closed chronick closed 11 years ago

chronick commented 11 years ago

I've setup Apache with cake2cribs as the document root: Is that correct?

I'm gettting these error messages:

Warning: include(/Users/ad/Projects/cribspot/CribSpot/cake2cribs/app/Config/core.php): failed to open stream: No such file or directory in /Users/ad/Projects/cribspot/CribSpot/cake2cribs/lib/Cake/Core/Configure.php on line 76

Warning: include(): Failed opening '/Users/ad/Projects/cribspot/CribSpot/cake2cribs/app/Config/core.php' for inclusion (include_path='/Users/ad/Projects/cribspot/CribSpot/cake2cribs/lib:.:/Applications/MAMP/bin/php/php5.5.3/lib/php') in /Users/ad/Projects/cribspot/CribSpot/cake2cribs/lib/Cake/Core/Configure.php on line 76

Fatal error: Can't find application core file. Please create /Users/ad/Projects/cribspot/CribSpot/cake2cribs/app/Config/core.php, and make sure it is readable by PHP. in /Users/ad/Projects/cribspot/CribSpot/cake2cribs/lib/Cake/Core/Configure.php on line 77

It appears its looking for cake2cribs/app/Config/ directory, but it does not exist. The only place I see a Config directory is cake2cribs//lib/Cake/Console/Templates/skel/Config/ but that looks like a template.

Is it possible the directory was not checked into source control? Or was it moved somewhere else?

TimKJones commented 11 years ago

You'll need to put the config folder I emailed you in cake2cribs/app/. I believe he documentroot should also be app. On Nov 2, 2013 5:36 PM, "Nick Donohue" notifications@github.com wrote:

I've setup Apache with cake2cribs as the document root: Is that correct?

I'm gettting these error messages:

Warning: include(/Users/ad/Projects/cribspot/CribSpot/cake2cribs/app/Config/core.php): failed to open stream: No such file or directory in /Users/ad/Projects/cribspot/CribSpot/cake2cribs/lib/Cake/Core/Configure.php on line 76

Warning: include(): Failed opening '/Users/ad/Projects/cribspot/CribSpot/cake2cribs/app/Config/core.php' for inclusion (include_path='/Users/ad/Projects/cribspot/CribSpot/cake2cribs/lib:.:/Applications/MAMP/bin/php/php5.5.3/lib/php') in /Users/ad/Projects/cribspot/CribSpot/cake2cribs/lib/Cake/Core/Configure.php on line 76

Fatal error: Can't find application core file. Please create /Users/ad/Projects/cribspot/CribSpot/cake2cribs/app/Config/core.php, and make sure it is readable by PHP. in /Users/ad/Projects/cribspot/CribSpot/cake2cribs/lib/Cake/Core/Configure.php on line 77

It appears its looking for cake2cribs/app/Config/ directory, but it does not exist. The only place I see a Config directory is cake2cribs//lib/Cake/Console/Templates/skel/Config/ but that looks like a template.

Is it possible the directory was not checked into source control? Or was it moved somewhere else?

— Reply to this email directly or view it on GitHubhttps://github.com/TimKJones/CribSpot/issues/165 .

chronick commented 11 years ago

For some reason my eyes skipped that part last time around. I have it now, thanks!