
framework/modules-1/ File Not Found
Reported by Mike Bellah | September 9th, 2011 @ 05:05 PM | in 2.0.1 (closed)
perms are set to 777, all else passes and this keeps coming up File Not Found
Please advise.
Thanks, Mike
Comments and changes to this ticket
-
dleffler September 9th, 2011 @ 05:35 PM
You'll have to be more descriptive...assuming this is 2.0 stable...
- what were you trying to do?
- is this after or during installation, or during an upgrade?
-
dleffler September 9th, 2011 @ 05:38 PM
from email:
I'm trying to install exp2 on a different host.
Everything checks out on the sanity checks except for framework/modules-1/ which gives a File Not Found message.
The directory is set to 777 but nothing changes.
-
dleffler September 9th, 2011 @ 05:48 PM
- State changed from new to resolved
- Tag set to installer
- Assigned user set to dleffler
- Milestone set to 2.0.1
- Milestone order changed from 103 to 0
Edit the /install/include/sanity.php file
Look for (around) line 117 which should look like:'framework/modules-1/'=>sanity_checkFile(BASE. 'modules',0,SANITY_READONLY),
Change it to:
'framework/modules-1/'=>sanity_checkFile(BASE.'framework/modules-1/',0,SANITY_READONLY),
-
expNinja September 9th, 2011 @ 05:51 PM
(from [d3453a7a8d2a3b45ea44fd37631e82e4c7bc7bf3]) Fixes installation issue, only shows up on a few installation scenarios [#332 state:resolved] https://github.com/exponentcms/exponent-cms/commit/d3453a7a8d2a3b45...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS