Running the code on my localhost, and unable to get the CSS3PIE to load anything to the header; in fact there are Recent Log Messages describing a missing file of url '/css3pie/css3pie.js' -- it was looking in the root directory.

Examining the code of the module, and changing line 102 to be :

$path_to_css3pie_js_file = variable_get('file_public_path', conf_path() . '/files'). '/css3pie/css3pie.js';

then enables the module to work as expected. For some reason 'public://' doesn't translate on my system?

Hope this helps somebody!

CommentFileSizeAuthor
#1 css3pie.module.patch908 bytesjoelstein

Comments

joelstein’s picture

Status: Active » Needs review
StatusFileSize
new908 bytes

Actually, the problem lies in the fact that file_create_url() needs the scheme included in the file URI. The attached patch fixes the problem.

tuwebo’s picture

Hi,
joelstein thanks.
Patch #1 is working for me.

iler’s picture

Status: Needs review » Fixed

Fixed in the latest version.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.