MacKen
Member
- Aug 8, 2019
- 99
- 33
- 18
Error
[05-May-2020 07:55:11 UTC] PHP Notice: Trying to get property 'site_id' of non-object in /home/xxxxxxxxxx/public_html/wp-content/plugins/wp-smush-pro/core/modules/class-cdn.php on line 335
[05-May-2020 07:55:11 UTC] PHP Notice: Trying to get property 'endpoint_url' of non-object in /home/xxxxxxxxxx/public_html/wp-content/plugins/wp-smush-pro/core/modules/class-cdn.php on line 337
Line:
/**
* Set the API base for the member.
*/
public function set_cdn_url() {
$site_id = absint( $this->status->site_id );
$this->cdn_base = trailingslashit( "https://{$this->status->endpoint_url}/{$site_id}" );
}
[05-May-2020 07:55:11 UTC] PHP Notice: Trying to get property 'site_id' of non-object in /home/xxxxxxxxxx/public_html/wp-content/plugins/wp-smush-pro/core/modules/class-cdn.php on line 335
[05-May-2020 07:55:11 UTC] PHP Notice: Trying to get property 'endpoint_url' of non-object in /home/xxxxxxxxxx/public_html/wp-content/plugins/wp-smush-pro/core/modules/class-cdn.php on line 337
Line:
/**
* Set the API base for the member.
*/
public function set_cdn_url() {
$site_id = absint( $this->status->site_id );
$this->cdn_base = trailingslashit( "https://{$this->status->endpoint_url}/{$site_id}" );
}