Closed jvdh closed 14 years ago
Can you post your configuration file?
My apache config or Scaffolds parse.php?
The scaffold configuration. I'll take that and try it on my windows setup.
If its just outputting the CSS and not throwing errors, it sounds like no extensions are enabled.
These past few days I've been trying to get Scaffold to work on my development system (windows). I tried different Scaffold releases and different config files (original and un-edited). To pinpoint the problem I moved my test to our hosting environment (Linux) and that worked.
To narrow it down: The latest development version of 0.22 with an original, unedited parse.php works on Linux but not Windows. Variables, nesting, compression etc. all work on our Linux hosting environment but not on my Windows development system.
Same parse.php on my Windows production server spits out the un-parsed css.
Hrm, interesting. I'll take a look at it and get back to you.
Ok, let me know if I can help in any way.
Tested on a secondary windows machine.....no luck. :(
It's weird that's is actually parsing the CSS, just not putting it through the extensions. What version of PHP are you using the windows machine? It requires at least PHP 5.
I'll get a windows machine setup and test it properly over the weekend.
PHP 5.2 and 5.3 on win7 and winXP both fail. PHP 5.2 on Linux works.
Actually, Scaffold requires at least 5.2: error_get_last in Environment.php is PHP 5 >= 5.2.0
Thanks for looking into this. Scaffold is absolutely brilliant but I'm stuck using an old copy of CSSCaffold for production. :(
I'll track down this problem today :)
That would be great!
Any luck with this? Wanna get my scaffolding on! :)
Working on it right now actually :)
Try the latest tag and let me know how it goes. I was able to get it working.
Woohoo! Working...thnx!
No success in Apache on windows, scaffold just spits out the original css file.