Title: Errors with PHP 7.08
Last modified: June 3, 2023

---

# Errors with PHP 7.08

 *  Resolved [mesmer7](https://wordpress.org/support/users/mesmer7/)
 * (@mesmer7)
 * [3 years ago](https://wordpress.org/support/topic/errors-with-php-7-08/)
 * My development environment is limited to PHP 7.08. The Asset Cleanup Overview
   displays about 50 copies of the following error:
 * ` **Notice**: Trying to get property of non-object in **/Users/dja1701/Local 
   Sites/wordpress/wp-content/plugins/wp-asset-clean-up/classes/Overview.php** on
   line **852** `
 * My live site is running PHP 8.1, and I don’t see any errors there.

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

 *  Plugin Author [Gabe Livan](https://wordpress.org/support/users/gabelivan/)
 * (@gabelivan)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/errors-with-php-7-08/#post-16869092)
 * [@mesmer7](https://wordpress.org/support/users/mesmer7/) this error related to
   the fact that the post that the plugin is attempting to retrieve information 
   from, does not exist anymore. Asset CleanUp attempts to retrieve the “post_title”
   which is not within the $postData variable. This error should not show anymore
   because in the latest version of Asset CleanUp, a verification is done and if
   the post is null, then the plugin will not process “post_title” and “post_type”
   objects.
 * This happened because you applied a rule to a post/page (e.g. an article or a
   dummy page for test) and then that post got deleted from the database. I hope
   it helps!
 *  Thread Starter [mesmer7](https://wordpress.org/support/users/mesmer7/)
 * (@mesmer7)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/errors-with-php-7-08/#post-16880202)
 * Nope, that’s not the problem. I’m definitely trying to retrieve data for an existing
   post. And the upgrade did not fix the problem.
 * Although…. when I installed rank math last Dec, I did change the URL structure
   of my product pages. Is it possible that Rank Math’s redirects are contributing
   to the problem?
 *  Thread Starter [mesmer7](https://wordpress.org/support/users/mesmer7/)
 * (@mesmer7)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/errors-with-php-7-08/#post-16880592)
 * oops, wrong thread. Please ignore my previous message.

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

The topic ‘Errors with PHP 7.08’ is closed to new replies.

 * ![](https://ps.w.org/wp-asset-clean-up/assets/icon-256x256.png?rev=1981952)
 * [Asset CleanUp: Page Speed Booster](https://wordpress.org/plugins/wp-asset-clean-up/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-asset-clean-up/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-asset-clean-up/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-asset-clean-up/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-asset-clean-up/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-asset-clean-up/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [mesmer7](https://wordpress.org/support/users/mesmer7/)
 * Last activity: [2 years, 11 months ago](https://wordpress.org/support/topic/errors-with-php-7-08/#post-16880592)
 * Status: resolved