Title: Errors in debug.log
Last modified: June 23, 2024

---

# Errors in debug.log

 *  [ikiterder](https://wordpress.org/support/users/ikiterder/)
 * (@ikiterder)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/errors-in-debug-log-9/)
 * Hi
 *     ```wp-block-code
       [23-Jun-2024 14:13:21 UTC] PHP Notice: Undefined property: stdClass::$ID in /home/xxxxxx/domains/xxx.yyy/public_html/wp-content/plugins/auto-post-scheduler/auto-post-scheduler.php on line 401[23-Jun-2024 14:13:21 UTC] PHP Notice: Undefined property: stdClass::$ID in /home/xxxxxx/domains/xxx.yyy/public_html/wp-content/plugins/auto-post-scheduler/auto-post-scheduler.php on line 401[23-Jun-2024 14:17:32 UTC] JPH users: Array([0] => stdClass Object([id] => 1[display_name] => Andry))[23-Jun-2024 14:17:32 UTC] PHP Notice: Undefined property: stdClass::$ID in /home/xxxxxx/domains/xxx.yyy/public_html/wp-content/plugins/auto-post-scheduler/auto-post-scheduler.php on line 401[23-Jun-2024 14:17:32 UTC] PHP Notice: Undefined property: stdClass::$ID in /home/xxxxxx/domains/xxx.yyy/public_html/wp-content/plugins/auto-post-scheduler/auto-post-scheduler.php on line 401[23-Jun-2024 14:24:47 UTC] JPH users: Array([0] => stdClass Object([id] => 1[display_name] => Andry))[23-Jun-2024 14:24:47 UTC] PHP Notice: Undefined property: stdClass::$ID in /home/xxxxxx/domains/xxx.yyy/public_html/wp-content/plugins/auto-post-scheduler/auto-post-scheduler.php on line 401[23-Jun-2024 14:24:47 UTC] PHP Notice: Undefined property: stdClass::$ID in /home/xxxxxx/domains/xxx.yyy/public_html/wp-content/plugins/auto-post-scheduler/auto-post-scheduler.php on line 401
       ```
   

Viewing 1 replies (of 1 total)

 *  Plugin Author [johnh10](https://wordpress.org/support/users/johnh10/)
 * (@johnh10)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/errors-in-debug-log-9/#post-17844990)
 *     ```wp-block-code
       class WP_User {
       	/**
       	 * User data container.
       	 *
       	 * @since 2.0.0
       	 * @var stdClass
       	 */
       	public $data;
   
       	/**
       	 * The user's ID.
       	 *
       	 * @since 2.1.0
       	 * @var int
       	 */
       	public $ID = 0;
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Errors in debug.log’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/auto-post-scheduler_bfcacf.svg)
 * [Auto Post Scheduler](https://wordpress.org/plugins/auto-post-scheduler/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/auto-post-scheduler/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/auto-post-scheduler/)
 * [Active Topics](https://wordpress.org/support/plugin/auto-post-scheduler/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/auto-post-scheduler/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/auto-post-scheduler/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [johnh10](https://wordpress.org/support/users/johnh10/)
 * Last activity: [1 year, 11 months ago](https://wordpress.org/support/topic/errors-in-debug-log-9/#post-17844990)
 * Status: not resolved