Bug #7
supercache folder bug on windows system
| Status: | Closed | Start: | 09/17/2009 | |
|---|---|---|---|---|
| Priority: | Urgent | Due date: | ||
| Assigned to: | % Done: | 100% |
||
| Category: | Cache | Spent time: | 0.16 hour | |
| Target version: | v.0.9.3 / v.0.9.4 | Estimated time: | 1.00 hour |
Description
On windows system supercaches assets are called like that :
src="\dynamics/234234253435435DFGDFGDFG.css"
in sfDynamicsCache replace :
return ($full?sfConfig::get('sf_web_dir'):'').DIRECTORY_SEPARATOR.sfDynamicsConfig::getSuperCacheDir();
with something like :
return ($full?sfConfig::get('sf_web_dir'):'').($full?DIRECTORY_SEPARATOR:'/').sfDynamicsConfig::getSuperCacheDir();
History
Updated by Romain Dorgueil 12 months ago
- Status changed from New to Assigned
- Assigned to set to Romain Dorgueil
Updated by Romain Dorgueil 12 months ago
- Priority changed from Normal to Urgent
Updated by Romain Dorgueil 12 months ago
- Target version set to v.0.9.3 / v.0.9.4
Updated by Romain Dorgueil 12 months ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
- Estimated time changed from 1.00 to 0.16
fixed by af4ab1a
Can someone test it on a windows platform?
Updated by Romain Dorgueil 12 months ago
- Estimated time changed from 0.16 to 1.00
Updated by Romain Dorgueil 12 months ago
- Status changed from Resolved to Closed