After the installation of Book Manager module, this errors appear:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in E:\Desktop\Pampa\PAMPA\apache\htdocs\www\BASE\modules\book_manager\book_manager.module on line 594
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of [runtime function name](). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file. in E:\Desktop\Pampa\PAMPA\apache\htdocs\www\BASE\modules\book_manager\book_manager.module on line 610
Can you Hepl me... I need this module... a lot!
Bye!
Dret.
Comments
Comment #1
jgraham commentedComment #2
Dret commentedThanks a lot!
;)
Comment #3
dwees commentedThis error is still present. The fix is simple:
Line 610:
change to:
Line 610:
since the function 'book_outline_form_submit' includes $form_state as a 'passed by reference' parameter anyway.
This happens because of a difference of php versions.
Comment #4
dwees commentedFixing version.
Comment #5
jgraham commentedWill be in the 1.2 release