4576 Posts in 1387 Topics by 1377 members
Installing SilverStripe
SilverStripe Forums » Installing SilverStripe » Problems with silverstripe-cache when installing SS 3.0 - shared environment
Getting SilverStripe up and running on your computer and on your web server.
Moderators: martimiz, Howard, Sean, Ryan M., biapar, Willr, Ingo, swaiba, simon_w
| Go to End | ||
| Author | Topic: | 1774 Views |
-
Re: Problems with silverstripe-cache when installing SS 3.0 - shared environment

16 September 2012 at 6:16pm
This one comes and goes since 2008.
Why oh why didn't anyone kill that one with fire?
-
Re: Problems with silverstripe-cache when installing SS 3.0 - shared environment

18 September 2012 at 4:44pm Last edited: 18 September 2012 4:44pm
I am getting this problem too !! on the same server I have SS2.4 installed with no problems but SS3.0.1 giving me this same error. Its not detecting the silverstripe-cache folder at all !!! .. so I edited that getTempFolder() in install.php5to just:
$ssTmp = dirname($_SERVER['SCRIPT_FILENAME']) . '/silverstripe-cache';
return $ssTmp;after this it all works fine
-
Re: Problems with silverstripe-cache when installing SS 3.0 - shared environment

19 September 2012 at 4:35pm
Hi guys,
I've fixed an issue where tiny_mce_gzip.php used the sys temp path instead of the local silverstripe-cache.
It's awaiting merge on Github as a pull request here: https://github.com/silverstripe/sapphire/pull/803
Hopefully this should help in more restrictive hosting situations!
Thanks,
Sean
| 1774 Views | ||
| Go to Top |


