Closed (fixed)
Project:
XHProf
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Sep 2012 at 14:26 UTC
Updated:
22 Sep 2012 at 16:41 UTC
Jump to comment: Most recent file
XHProf -dev on Drupal 7.15 throws a fatal error when you try to sort any column from a xhprof run table. Patch coming up :)
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1776758.patch | 2.08 KB | amateescu |
Comments
Comment #1
amateescu commentedHere we go.
Comment #2
amateescu commentedEven with better english!
Comment #3
msonnabaum commentedHappy to fix this if I'm using the api wrong, but I definitely can't recreate the fatal error. What was the error you were getting?
Comment #4
amateescu commentedThis was the error: Fatal error: Unsupported operand types in D:\xampp\htdocs\cartier\www\includes\theme.inc on line 1071
It was trying to mix the 'desc' string with an array.
Edit: Also, the documentation says that theme_tablesort_indicator() requires an array.
Comment #5
msonnabaum commentedFair enough. Thanks.