Look through the actual css code to find the path information for the images. They get rewritten from relative to absolute paths so something might not work as expected here.
Sorry, the forum adds a ; before = (there’s a ; extra in your code too)
I don’t know why, anyway, the rule is exactly as the extension install states, I just copy + paste
I have 777 at var/minifycache and 755 at lib/minify/m.php (and the folder).
No results.
I don’t know if it helps, but the file it gives me when I try step 2, is m.php.css
And the url from next step gives me not found error.
I use mod_php in apache2, with apc.
Changed /var/minifycache to 775.
min.php.css is the file that google chrom saves when trying:
http://mercadoempresarial.com.mx/lib/minify/m.php?f=/skin/frontend/default/default/css/boxes.css
But it’s ok, I just tested in firefox and it displays it, as your troubleshot guide says, with valid css.
Still nothing saved at minifycache
:S
I have a new install, so it’s Magento 1.3.0 with the latest Speedster, maybe there’s a incompatibility issue, or something changed at RewriteRules with 1.3.0?
Anyway, I was testing with Apache2-mpm-prefork + PHP5 + APC, now I will testt with Nginx + FastCGI + APC.
So, if it had something to do with permissions at mod_php it should work with FastCGI.
I’ll post my results later
What version of Magento ar you using yecine06?
At the moment I don’t have any other idea than posted above - there are just too many possible configurations. Maybe try disabling APC to see if this causes the problem.
Look through the actual css code to find the path information for the images. They get rewritten from relative to absolute paths so something might not work as expected here.
Hi FOOMAN,
i have the same problem like loic. The rewritten paths for images are wrong, they are now like: “url(/skin/frontend/..)”
i tried to fix this with
Magento 1.3.1 with a custom theme(so not default).
When i install through Magento connect it actually installs.
But the frontend just loses all of its looks, its just text thats left nothing more, no graphics.