Title: DEbug log error
Last modified: October 29, 2024

---

# DEbug log error

 *  [pradeeprp](https://wordpress.org/support/users/pradeeprp/)
 * (@pradeeprp)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/debug-log-error-6/)
 * PHP Deprecated: Creation of dynamic property Google\Site_Kit\Modules\Ads\Web_Tag::
   $home_domain is deprecated in /wp-content/plugins/google-site-kit/includes/Modules/
   Ads/Web_Tag.php on line 37

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

 *  Plugin Support [Adam Dunnage](https://wordpress.org/support/users/adamdunnage/)
 * (@adamdunnage)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/debug-log-error-6/#post-18101916)
 * Hello @pradeeprp, thanks for raising this with us.
 * These warnings are not uncommon when using PHP 8.2 and above. These should not
   impact Site Kit functionality, so please do let me know if you encounter otherwise.
 * I’ll also make the team aware of this and add a mention to the related [GitHub issue](https://github.com/google/site-kit-wp/issues/8331)
   that we have for this.
 * Note also that encountering deprecation errors only as a console error or within
   your PHP logs should have no bearing on Google Ads although you can check this
   with the product experts at the [Google Ads Help Center](https://support.google.com/google-ads/?hl=en-GB#topic=10286612).
 *  Thread Starter [pradeeprp](https://wordpress.org/support/users/pradeeprp/)
 * (@pradeeprp)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/debug-log-error-6/#post-18103328)
 * Can you atleast suppress the error reporting by using this code
   before the lines
   as// Your existing error suppression code$original_error_reporting = error_reporting();
 * // Set error reporting to only fatal errors and parse errors
   error_reporting(
   E_ERROR | E_PARSE | E_CORE_ERROR | E_COMPILE_ERROR);
 * and after the line as 
   // Restore the original error reporting level if needederror_reporting(
   $original_error_reporting);
 *  Plugin Support [Adam Dunnage](https://wordpress.org/support/users/adamdunnage/)
 * (@adamdunnage)
 * [1 year, 7 months ago](https://wordpress.org/support/topic/debug-log-error-6/#post-18104234)
 * [@pradeeprp](https://wordpress.org/support/users/pradeeprp/) Thank you for the
   suggestion. Please feel free to add any thoughts you have to the GitHub issue
   for the team to see.

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

The topic ‘DEbug log error’ is closed to new replies.

 * ![](https://ps.w.org/google-site-kit/assets/icon-256x256.png?rev=3141863)
 * [Site Kit by Google - Analytics, Search Console, AdSense, Speed](https://wordpress.org/plugins/google-site-kit/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/google-site-kit/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/google-site-kit/)
 * [Active Topics](https://wordpress.org/support/plugin/google-site-kit/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/google-site-kit/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/google-site-kit/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Adam Dunnage](https://wordpress.org/support/users/adamdunnage/)
 * Last activity: [1 year, 7 months ago](https://wordpress.org/support/topic/debug-log-error-6/#post-18104234)
 * Status: not resolved