4577 Posts in 1388 Topics by 1377 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1445 Views |
-
PHP throwing error on RackSpace

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
-
Re: PHP throwing error on RackSpace

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.
-
Re: PHP throwing error on RackSpace

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
| 1445 Views | ||
|
Page:
1
|
Go to Top |


