Ticket #945 (closed bug: fixed)

Opened 14 months ago

Last modified 14 months ago

Wrong parameter count for debug_backtrace()

Reported by: shayah@… Owned by: omry
Priority: High Milestone:
Component: FireStats Version: 1.6
Severity: Normal Keywords: wordpress 2.7 line 1042
Cc:

Description

Hi there Mr Developer! :D
I've been having problem since I installed Firestats 1.6-stable in Wordpress 2.7 and the problem is a text appearing before commentator's name saying:

Warning: Wrong parameter count for debug_backtrace() in /home/MY-USER-NAME/wp-content/plugins/firestats/php/utils.php on line 1042

I tested and saw there's no problem with RC-3.
Could you please tell me what is the problem and how can I solve it?
Thanks in advance

Attachments

Change History

  Changed 14 months ago by omry

  • milestone 1.6 deleted

hi, what is your PHP version? (you can see it in your FireStats tools tab).

follow-up: ↓ 4   Changed 14 months ago by omry

open php/utils.php, end change line 1042 from

$bt = debug_backtrace(false);

to

$bt = debug_backtrace();

did it help?

  Changed 14 months ago by Francis Augusto

It worked here with omry's solution.

in reply to: ↑ 2   Changed 14 months ago by anonymous

Replying to omry:

open php/utils.php, end change line 1042 from {{{ $bt = debug_backtrace(false); }}} to {{{ $bt = debug_backtrace(); }}} did it help?

Yes it did! Thanks a lot Omry! ;)

  Changed 14 months ago by omry

  • status changed from new to closed
  • resolution set to fixed

great.

Add/Change #945 (Wrong parameter count for debug_backtrace())

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.