silverstripe / silverstripe-framework

Silverstripe Framework, the MVC framework that powers Silverstripe CMS
https://www.silverstripe.org
BSD 3-Clause "New" or "Revised" License
721 stars 821 forks source link

[2012-09-19] Warning: require_once(core/TempPath.php) [function.require-once]: failed to open stream: #1597

Closed silverstripe-issues closed 11 years ago

silverstripe-issues commented 11 years ago

created by: fraser created at: 2012-09-19 original ticket: http://open.silverstripe.org/ticket/7889


I updated my sapphire module this morning (previous update was yesterday) and am now getting the error:

Warning: require_once(core/TempPath.php) [function.require-once]: failed to open stream: No such file or directory in /.../sapphire/core/Core.php on line 200

Fatal error: require_once() [function.require]: Failed opening required 'core/TempPath.php' (include_path='/..../sapphire/parsers:/...../sapphire/thirdparty:.:/Applications/MAMP/bin/php/php5.3.6/lib/php') in /..../sapphire/core/Core.php on line 200

silverstripe-issues commented 11 years ago

comment by: @sminnee (sminnee) created at: 2012-09-19


This is something with your environment.

silverstripe-issues commented 11 years ago

comment by: fraser created at: 2012-09-19


This file doesn't exist no.

I output FRAMEWORK_DIR and this is set to 'sapphire'

silverstripe-issues commented 11 years ago

comment by: fraser created at: 2012-09-19


Update: I just tried a fresh install using just the Sapphire and CMS modules and am getting exactly the same error

silverstripe-issues commented 11 years ago

comment by: @sminnee (sminnee) created at: 2012-09-24


Well, the file is in github in both the 3.0 and master branches, so I'm not sure what's happening:

You can explain exactly what you're doing to get that fresh install?

chillu commented 11 years ago

No feedback for two months, closing