Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Installing SilverStripe /

Getting SilverStripe up and running on your computer and on your web server.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

PHP throwing error on RackSpace


Go to End


3 Posts   2177 Views

Avatar
KSanthanam

Community Member, 2 Posts

4 October 2009 at 9:10pm

I ran install on RackSpace Cloud Site after extracting the SilverStripe onto they web root.

The Installation does not finish and it throws an error below;

[04-Oct-2009 02:39:44] PHP Fatal error: require_once() [<a href='function.require'>function.require</a>]: Failed opening required 'core/Core.php' (include_path='.:/usr/share/pear:/usr/share/php') in /mnt/stor2-wc2-dfw1/434871/www.additude.com.au/web/content/sapphire/main.php on line 61

Can anyone help?

Thank you in advance.

KK Santhanam

Avatar
Willr

Forum Moderator, 5523 Posts

5 October 2009 at 4:46pm

Failing opening the file would suggest to me that the files aren't readable by php?. Make sure the files are owned by apache and that the file owner (apache) can read them.

Avatar
KSanthanam

Community Member, 2 Posts

5 October 2009 at 5:03pm

Thank you Willr,

I found out the problem with this.

When I transfer the files to RackSpace the file names are being converted to ALL lowercase. And the script is looking for files with mixed cases.

KK