mruz / base-app

The base application in PhalconPHP
63 stars 19 forks source link

Phalcon\Assets\Exception: Non-free csssminifier not available #29

Closed al35mm closed 9 years ago

al35mm commented 9 years ago

Have just installed WAMP 2.5 after clean install of win 7. Had wamp 2.2e before. Now I get this error "Phalcon\Assets\Exception: Non-free csssminifier not available". Ca't think what it is. Am I missing a dependency or something?

mruz commented 9 years ago

Maybe you have compiled phalcon with --without-non-free option see https://github.com/phalcon/cphalcon/pull/2774

al35mm commented 9 years ago

No. It's on windows with WAMP. Manual compilation is only needed with UNIX OS right? Windows is just drop in the extension dll and load it in php.ini? I haven't compiled and therefore have not set any options.

mruz commented 9 years ago

Did you try the same Phalcon versions?

al35mm commented 9 years ago

I have installed the latest version of Phalcon 1.3.3. I think I had 1.3.1 before.

mruz commented 9 years ago

Maybe dll was prepared without-non-free option. Could you try 1.3.1 and check?

al35mm commented 9 years ago

Yea I was starting to think the same thing. I'll try 1.3.1 tomorrow.

By the way I think your base app is great. I've become quite reliant on it as though it's an integral part of Phalcon. I've adapted it for Semantic UI which is my preference and used it as a base for my own base app by adapting it and adding to it. It's also helped me learn Phalcon by following the code style, so thanks a lot for your contribution!

al35mm commented 9 years ago

It seems to be an issue with 1.3.3 as I'm not getting the problem with 1.3.2

mruz commented 9 years ago

Also you can compile at windows by yourself Compilation on Windows, so I colse this issue.