Closed (fixed)
Project:
Julio
Version:
7.x-1.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jun 2012 at 09:18 UTC
Updated:
30 Jun 2012 at 08:51 UTC
When I try to install locally (using the Acquia Dev Desktop) for a trial, the installation profile gets as foar as installing the very last module (I assume the Julio module) then I get the following messages...
Fatal error: require_once() [function.require]: Failed opening required '__DIR__/og_features_role.features.inc' (include_path='.;C:\d7\stack\common\pear') in C:\d7\local\copy\julio\profiles\julio\modules\og\includes\og_features_permission.features.inc on line 116
... and my Apache dies!
I am am very keen indeed to try out this distro' and so any advice gratefully received.
Thanks
Comments
Comment #1
mrpauldriver commentedI am getting a similar error on a shared server
Fatal error: require_once() [function.require]: Failed opening required '__DIR__/og_features_role.features.inc' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /profiles/julio/modules/og/includes/og_features_permission.features.inc on line 116
Comment #2
bonobo commentedWe have seen issues on the Acquia Dev Desktop that were caused by PHP version - in some cases, the Acquia product defaulted to using PHP 5.2.x
Can you check your PHP version?
@Paul Driver - can you provide more info about your server setup as well?
Comment #3
mrpauldriver commentedFairly standard cpanel setup.
See http://sutton.primalwebdesign.com/phpinfo.php
Comment #4
bonobo commentedFrom that phpinfo file, you are running PHP 5.2.15 - Julio requires PHP 5.3.x.
I would upgrade your version of PHP, and see is this error persists.
Comment #5
mrpauldriver commentedI'm migrating my stuff to a new server in a week or two so will try 5.3 then.
In the meantime is there a demo site to look around. I took a look at the video which was helpful, but not the same as the real thing.
Thanks
Comment #6
jgraham commentedPaul we should have a demo site available soon.
PHP 5.3 is a hard requirement for julio. If you continue to experience issues after upgrading to PHP 5.3 please open corresponding issues or re-open this issue.
Comment #7
bonobo commentedPaul - the demo site is now live: http://julio.funnymonkey.com/logging-in
Comment #8
mrpauldriver commentedThat's really helpful.
Thank you