As soon as i enabled the module, i got this warning, displayed at the top of my site:
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 /home/b/r/o/broderie-crea/www/modules/tapir/tapir.module on line 274
Specs:
MySQL: 5.0.24
D5
PHP 5
Comments
Comment #1
rszrama commentedThis is a known bug, a PHP5 change that shows error messages on passing variables by reference. There are a couple fixes, either through a php.ini change or .htaccess. View the following thread, and I do expect to update TAPIr to be compatible soon.
http://www.ubercart.org/forum/bug_reports/452/tapir_error_warning_call_t...
Comment #2
rszrama commentedThis was fixed a while ago. :-/
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.