Project:Chili highlighter
Version:5.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:kiam
Status:closed (fixed)

Issue Summary

If you try to use the module without clean_urls enabled, it won't work.
Change line 13, from:

"'". url($path) ."/';"
To
"'". $path ."/';"

It fix whatever the clean_urls are enabled or not.

cheers

Comments

#1

Simply using $path would not work when Drupal is installed in a sub-directory.
The correct code should probably use base_path() . $path.

#2

Title:Error when not using clean_urls» Error when not using clean URLs
Assigned to:Anonymous» kiam
Status:active» fixed

The code has been changed, and committed. Thanks for your report.

#3

Status:fixed» closed (fixed)

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

nobody click here