Closed (fixed)
Project:
JS injector
Version:
6.x-1.1
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Jun 2011 at 20:45 UTC
Updated:
11 Sep 2011 at 19:51 UTC
I even can't use the module since I can't configure it.
I try to do so at admin/settings/js_injector
I've set all the permissions correctly to use and administer the module
The message Drupal throws me is:
warning: Parameter 1 to theme_js_injector_admin_form() expected to be a reference, value given in /path_to_my_drupal_installation/includes/theme.inc on line 668
Then I just see the title 'js injector' and a description (Use js injection rules to add small snippets of js (JavaScript Files) to the page output when specific criteria are met.) but nothing more.
I'm using Drupal 6.22
Any further information, just ask so I can post it here.
Comments
Comment #1
carmiaca commentedI had the same problem.
Change line 54 in js_injector.admin.inc
function theme_js_injector_admin_form(&$form) {
to
function theme_js_injector_admin_form($form) {
Comment #2
alby111 commentedThanks a lot Carmiaca, you saved me meany hours of ansiety, best wishes =)
Comment #3
javiernovoac commentedyep! that's it! thank you very much!!
Comment #4
ponsich commentedThanks to javiernovoac
Edit: Thanks to carmiaca too ¦)