Muut Archive Legend
@Muut · Joined 9 years ago · 18337 posts · 3878 topics · 137 reputation
Badges
Recent posts
-
Fresh install results in Parse Error
· 12 years ago
Yes - I need to increase memory and processing power (in my head). Fixed by the addition of AddType x-mapp-php6 .php to .htaccess
-
Fresh install results in Parse Error
· 12 years ago
I think your running an old version of PHP. Please ensure your running PHP 5.4 or greater.
-
Fresh install results in Parse Error
· 12 years ago
I am trying both grav one page skeleton 0.9.5 and 0.9.4 and they are giving me the error on the "home page" Parse error: syntax error, unexpected T_STRING in /homepages/4/d96728213/htdocs/gravonepage/
-
Win 8.1 64bit, simple zip install doesn't work on XAMPP or WAMP
· 12 years ago
Also our workaround for this issue is now available in 0.9.2 release.
-
Win 8.1 64bit, simple zip install doesn't work on XAMPP or WAMP
· 12 years ago
Grav wasn't broken at all actually. It's a well known issue with Apache on Windows: https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=threadstacksize%20apache%20
-
Win 8.1 64bit, simple zip install doesn't work on XAMPP or WAMP
· 12 years ago
Broken by default sortof turned me off, I'm afraid. I do wish you the best of luck with your project, though.
-
Win 8.1 64bit, simple zip install doesn't work on XAMPP or WAMP
· 12 years ago
BTW we have a fix in the develop branch on GitHub that basically skips the minify on windows platforms to get around this problem with ThreadStackSize. You can set assets.css_minify_windows to true t
-
Win 8.1 64bit, simple zip install doesn't work on XAMPP or WAMP
· 12 years ago
This is a very old bug on Windows Apache... I hate this, I found a solution for dev enviroment on Windows, disable minify :)
-
Win 8.1 64bit, simple zip install doesn't work on XAMPP or WAMP
· 12 years ago
Also worked in EasyPHP. I will investigate further why on Windows ThreadStackSize is lower than other platforms by default and what specifically is requiring this (I know its minify related to regex)
-
Win 8.1 64bit, simple zip install doesn't work on XAMPP or WAMP
· 12 years ago
Can you tell me pipeline+minify works If you put this at the bottom of your httpd.conf file and restart apache: ThreadStackSize 8388608 Working for me...