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

bcobin’s picture

Additional 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).

iler’s picture

Status: Active » Postponed (maintainer needs more info)

Could you give us some more debug information:

  • What method are you using for inserting the selectors? Admin settings? Theme .info file? hook_css3pie?
  • Are you using the PIE.htc mode or PIE.js mode? These are selectable from the admin settings of css3pie module.
bcobin’s picture

Thanks 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!

iler’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

Closing this one.

norman.lol’s picture

Issue summary: View changes

Had the same issue. Solved by setting sites/all/libraries/PIE to recursive chmod 755.