PHP Notice: Undefined variable: METHOD_NAME_MAP in .../php-amqplib/amqp.inc on
line 239
Solution: Add the line shown below.
unset($this->method_queue[$qk]);
+ global $METHOD_NAME_MAP;
debug_msg("Executing queued method: $method_sig: " .
$METHOD_NAME_MAP[methodSig($method_sig)]);
Original issue reported on code.google.com by quasikeith on 1 Nov 2010 at 11:47
Original issue reported on code.google.com by
quasikeith
on 1 Nov 2010 at 11:47