Ticket #931 (closed defect: duplicate)

Opened 4 months ago

Last modified 3 months ago

Call-time pass-by-reference has been deprecated - argument passed by value; -- in backpress_convert_object()

Reported by: zappoman Assigned to:
Priority: normal Milestone:
Component: Administration Version: 1.0-beta (trunk)
Severity: normal Keywords:
Cc:

Description

The function backpress_convert_object() causes the following PHP runtime error...

Warning: Call-time pass-by-reference has been deprecated - argument passed by value; 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. However, future versions may not support this any longer. in C:\var\konamoxt\living10x\bbpress-dev-trunk\bb-includes\backpress\functions.core.php on line 499

Change History

08/16/08 04:02:54 changed by zappoman

  • status changed from new to closed.
  • resolution set to duplicate.

08/26/08 20:44:42 changed by mdawaffe

Fixed in [BP118]