Title: PHP Error
Last modified: December 11, 2018

---

# PHP Error

 *  Resolved [FrankEck](https://wordpress.org/support/users/frankeck/)
 * (@frankeck)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-error-301/)
 * Hi, as soon as I work with the shortcoder (delete, edit or recreate shortcodes)
   I find the following in the debug log:
    PHP Notice: Trying to get property of
   non-object in /home/www/wp-content/plugins/shortcoder/admin/sc-admin.php on line
   610
 * Any idea what’s going on?
 * Cheers, Frank
    -  This topic was modified 7 years, 5 months ago by [FrankEck](https://wordpress.org/support/users/frankeck/).

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Thread Starter [FrankEck](https://wordpress.org/support/users/frankeck/)
 * (@frankeck)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-error-301/#post-10973663)
 * Sorry, it looks like the following PHP bugs belong to it:
 * PHP Notice: Undefined index: input in /home/www/wp-includes/kses.php on line 
   871
    PHP Notice: get_currentuserinfo is obsolete since version 4.5.0! Use wp_get_current_user()
   instead. in /home/www/wp-includes/functions.php on line 3861
 *  Thread Starter [FrankEck](https://wordpress.org/support/users/frankeck/)
 * (@frankeck)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-error-301/#post-10973673)
 * My problem is that I have a server crash almost every day. I can’t really narrow
   the problem down, but whenever a crash occurs, I’ve worked with the shortcoder
   shortly before. Today I activated the debug mode and received the above messages…
 *  Plugin Author [vaakash](https://wordpress.org/support/users/vaakash/)
 * (@vaakash)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/php-error-301/#post-10980140)
 * Hi [@frankeck](https://wordpress.org/support/users/frankeck/) glad that you found
   the issue.
 * The line number which is printed in your first post points this code `if( self::
   $pagehook == $screen->id ){` where `$screen` is not seen as an object. This is
   not possible because it is from an WP API.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘PHP Error’ is closed to new replies.

 * ![](https://ps.w.org/shortcoder/assets/icon.svg?rev=2222236)
 * [Shortcoder — Create Shortcodes for Anything](https://wordpress.org/plugins/shortcoder/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/shortcoder/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/shortcoder/)
 * [Active Topics](https://wordpress.org/support/plugin/shortcoder/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/shortcoder/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/shortcoder/reviews/)

## Tags

 * [php-error](https://wordpress.org/support/topic-tag/php-error/)

 * 3 replies
 * 2 participants
 * Last reply from: [vaakash](https://wordpress.org/support/users/vaakash/)
 * Last activity: [7 years, 5 months ago](https://wordpress.org/support/topic/php-error-301/#post-10980140)
 * Status: resolved