not able to save changes after last update
after last update i got too many errors not able to save not even a layout
and these two warnings on my home page i had to edit the plugin code:
Warning: Attempt to read property "post_type" on null in /home/tajainne/public_html/wp-content/plugins/brizy/admin/blocks/main.php on line 207
Warning: Attempt to read property "ID" on null in /home/tajainne/public_html/wp-content/plugins/brizy/admin/blocks/main.php on line 208
only solved this 207 and 208 warning:
blocks/main.php at line 126: added if ($wpPost)
if ($wpPost) { // Added if ($wpPost) to check for $wpPost
$matching_brizy_blocks = $this->getMatchingBrizyBlocks( $wpPost );
and blocks/main.php at line 204: changed else to else if ($wpPost)
else if ($wpPost) {
$ruleMatches[] = [
and when i open editing page i have so many errors like this:
Warning: Attempt to read property "post_status" on null in /home/tajainne/public_html/wp-admin/includes/template.php on line 2298
Warning: Attempt to read property "ID" on null in /home/tajainne/public_html/wp-admin/includes/template.php on line 2316
Warning: Attempt to read property "ID" on null in /home/tajainne/public_html/wp-content/plugins/polylang/admin/admin-static-pages.php on line 51
and my webserver: apache so please i need help with this problem
-
Hi Ahmed,
We're sorry to hear you're having this issue with Brizy.
The issues you're experiencing should be resolved in the next update. In the meantime, we recommend hiding them on the front end, which has worked for several users facing similar issues. You can find more information in these community posts:
https://support.brizy.io/hc/en-us/community/posts/22265089193618
https://support.brizy.io/hc/en-us/community/posts/22293366465810Please note that these are non-fatal errors and should not affect the overall functionality of your website.
If you need assistance hiding the warnings, please provide us with temporary access to your WordPress Admin page so we can check this for you. You can add us as an Admin user and send the following details to communitysupport@brizy.io.
Community Post link: https://support.brizy.io/hc/en-us/community/posts/22429971558034
WordPress Admin URL:
Username:
Password:Additionally, we will also need temporary access to cPanel/FTP:
cPanel/FTP host address:
Username:
Password:As a precaution, we recommend creating a full backup of your site.
Best regards,
Ariel H.0
Please sign in to leave a comment.
Comments
1 comment