on a default install when i visit admin/settings/js_injector i get the below error in a red box:

warning: Parameter 1 to theme_js_injector_admin_form() expected to be a reference, value given in <path>/includes/theme.inc on line 656.

on line 656 is $output = call_user_func_array($info['function'], $args);

Comments

yannickoo’s picture

the dev version works great!

hubbi.fillah’s picture

Title: theme_js_injector_admin_form() reference error » edit

open file js_injector.admin.inc and find :
function theme_js_injector_admin_form(&$form) on line 54 and just edit to
function theme_js_injector_admin_form($form).

it work on localhost XAMPP

ponsich’s picture

Version: 6.x-1.0 » 6.x-1.1
Status: Active » Closed (fixed)