Continuation from http://drupal.org/node/1427236
could you please start a new issue because your problem is not the same than the one that dixhuit had.
With pleasure! Thanks fer askin'...
I'm having a similar issue to the thread above - the module doesn't seem to do anything. In my case, I'm working in a development sandbox and instead of seeing behavior: url(/sites/all/libraries/PIE/PIE.htc); in the generated file, I'm seeing behavior: url(/[site]/); where [site] is the subdirectory of my MAMP Pro install where my site is living. I've tried changing it the "behavior:" declaration, as well as all the other settings, but nothing seems to work.
I've also checked the forum, as requested, but I haven't seen anything that seems relevant.
Any thoughts? Thanks much for any guidance!
Comments
Comment #1
bcobin commentedAdditional notes: I've been getting the following error - have disabled the module for now... hoping to get this working!
Warning: Invalid argument supplied for foreach() in _css3pie_build_css3pie_css() (line 235 of /[site]/sites/all/modules/css3pie/css3pie.module).
Comment #2
iler commentedCould you give us some more debug information:
Comment #3
bcobin commentedThanks for asking, iler - I've disabled the module after seeing the error messages, but I really have tried every possible combination.
I've made no changes to the .info file and I'm not using the hook method.
In order to test in IE, I have to jump through a bunch of hoops, so I'll be punting for now in order to try to get this site launched. FWIW, I'm building the site on the OpenPublic platform, which goes through some fairly complex juggling when it comes to CSS, so perhaps that's where the issue lies.
Thank you for your response - when I have time, I'll try this on a vanilla install and if it works, I'll know the problem lies elsewhere.
Again, thank you for your attention - I will look forward to having this work at some point soon!
Comment #4
iler commentedClosing this one.
Comment #5
norman.lolHad the same issue. Solved by setting sites/all/libraries/PIE to recursive chmod 755.