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

rszrama’s picture

This 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...

rszrama’s picture

Status: Active » Fixed

This was fixed a while ago. :-/

Anonymous’s picture

Status: Fixed » Closed (fixed)

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