Advertisement
fruffl

WP Error class-wp-comments-list-table.php

Jun 22nd, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.81 KB | None | 0 0
  1. ::Core\Std\Throwable\Trapped:ErrorException
  2.  
  3. NODE JCubDqcQ
  4. HASH JCubDqcQ | TYPE fired | STATUS unsolved | CODE 0x8
  5.  
  6. NEXT NODE null
  7. PREV NODE null
  8.  
  9. ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  10.  
  11. Trying to get property of non-object
  12.  
  13. ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  14.  
  15. TRIGGER
  16. 00000507 /web/blog/wp-admin/includes/class-wp-comments-list-table.php [internal]::
  17. (
  18.  
  19. )
  20.  
  21. SOURCE
  22. 00000504 $this->comments_bubble( $post->ID, $pending_comments );
  23. 00000505 echo '</span> ';
  24. 00000506 $post_type_object = get_post_type_object( $post->post_type );
  25. 00000507* echo "<a href='" . get_permalink( $post->ID ) . "'>" . $post_type_object->labels->view_item . '</a>';
  26. 00000508 echo '</div>';
  27. 00000509 if ( 'attachment' == $post->post_type && ( $thumb = wp_get_attachment_image( $post->ID, array( 80, 60 ), true ) ) )
  28. 00000510 echo $thumb;
  29.  
  30. THROWN IN
  31. 00000507 /web/blog/wp-admin/includes/class-wp-comments-list-table.php
  32.  
  33. TRACE
  34. 00000246 /web/blog/wp-admin/edit-comments.php WP_Comments_List_Table->display
  35. 00000295 /web/blog/wp-admin/includes/class-wp-comments-list-table.php WP_List_Table->display_rows_or_placeholder
  36. 00000796 /web/blog/wp-admin/includes/class-wp-list-table.php WP_List_Table->display_rows
  37. 00000813 /web/blog/wp-admin/includes/class-wp-list-table.php WP_Comments_List_Table->single_row
  38. 00000318 /web/blog/wp-admin/includes/class-wp-comments-list-table.php WP_List_Table->single_row_columns
  39. 00000860 /web/blog/wp-admin/includes/class-wp-list-table.php [php]::call_user_func
  40. [php] [php] WP_Comments_List_Table->column_response
  41. 00000507 /web/blog/wp-admin/includes/class-wp-comments-list-table.php ::Core\Std\Throwable::ILLI\Core\Std::FireTrapper
  42.  
  43. ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  44.  
  45. PHP
  46. Version 5.4.16-1~dotdeb.0
  47. Mode 0x7fff
  48. API CGI/FastCGI
  49. System 2.6.38.2-grsec-xxxx-grs-ipv6-64 #2 SMP Thu Aug 25 16:40:22 UTC 2011 x86_64
  50. TSafety disabled
  51. other -- see ::Trap::php
  52.  
  53. WordPress
  54. Version 3.5.2
  55. Network false
  56. other -- see ::Trap::wordpress
  57. database -- see ::Trap::wordpress.mysql.dump
  58.  
  59. ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  60.  
  61. FireTrapper::config.code
  62. Throwable::shutdown.at <flag> 0x7fff
  63.  
  64. FireTrapper::config.fire
  65. Throwable::shutdown.with <action<once>> Throwable.toTrack()->asText()->plain()
  66.  
  67. FireTrapper::parser.ignore 3 matches
  68. <pattern> wp-admin/network/*
  69. <pattern> wp-admin/user/*
  70. <directory> wp-includes
  71.  
  72. ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  73.  
  74. Solution:
  75.  
  76. a) check https://github.com/WordPress/WordPress/blob/master/wp-admin/includes/class-wp-comments-list-table.php
  77.  
  78. b) Add item(s) to FireTrapper::parser.ignore
  79. <directory> wp-admin
  80. <source> wp-admin/class-wp-comments-list-table.php
  81.  
  82. c) Add item(s) to FireTrapper::backtrace.ignore
  83. <method> WP_Comments_List_Table::column_response()
  84.  
  85. ════════════════════════════════════════════════════════════════════════════════════════════════════════════════════════
  86.  
  87. Have a nice day :)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement