• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Yoast SEO Premium - Best Seo Plugin For WP

Yoast SEO Premium - Best Seo Plugin For WP v22.5

No permission to download
Babak updated Yoast SEO Premium - Best Seo Plugin For WP with a new update entry:

Yoast SEO Premium v19.7 Nulled

Download Yoast SEO Premium v19.7 for WordPress Plugin Nulled Free
v19.7 - January 10, 2023

The latest version of Yoast SEO Premium, 19.7, includes the first set of improvements to the inclusive language analysis feature. These updates make the analysis more effective at identifying terms used in specific contexts and provide better feedback to writers. Give it a try! Read more about what’s new in Yoast SEO Premium 19.7 in our release post!

Enhancements
Improves the prominent words...

Read the rest of this update entry...
 
PHP Version: 8.1.12

19.6 work, 19.7 have error:

Got error 'PHP message: PHP Fatal error: Uncaught Error: Attempt to assign property "prominent_words_version" on bool in /home/.../public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/save-action.php:89\nStack trace:\n#0 /home/.../public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/save-action.php(73): Yoast\\WP\\SEO\\Premium\\Actions\\Prominent_Words\\Save_Action->link()\n#1 /home//public_html/wp-content/plugins/wordpress-seo-premium/src/routes/prominent-words-route.php(212): Yoast\\WP\\SEO\\Premium\\Actions\\Prominent_Words\\Save_Action->save()\n#2 /home/.../public_html/wp-includes/rest-api/class-wp-rest-server.php(1171): Yoast\\WP\\SEO\\Premium\\Routes\\Prominent_Words_Route->run_save_action()\n#3 /home/.../public_html/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server->respond_to_request()\n#4 /.../public_html/wp-includes/rest-api/clas...', referer: https://.../wp-admin/admin.php?page=wpseo_dashboard
 
PHP Version: 8.1.12

19.6 work, 19.7 have error:

Got error 'PHP message: PHP Fatal error: Uncaught Error: Attempt to assign property "prominent_words_version" on bool in /home/.../public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/save-action.php:89\nStack trace:\n#0 /home/.../public_html/wp-content/plugins/wordpress-seo-premium/src/actions/prominent-words/save-action.php(73): Yoast\\WP\\SEO\\Premium\\Actions\\Prominent_Words\\Save_Action->link()\n#1 /home//public_html/wp-content/plugins/wordpress-seo-premium/src/routes/prominent-words-route.php(212): Yoast\\WP\\SEO\\Premium\\Actions\\Prominent_Words\\Save_Action->save()\n#2 /home/.../public_html/wp-includes/rest-api/class-wp-rest-server.php(1171): Yoast\\WP\\SEO\\Premium\\Routes\\Prominent_Words_Route->run_save_action()\n#3 /home/.../public_html/wp-includes/rest-api/class-wp-rest-server.php(1018): WP_REST_Server->respond_to_request()\n#4 /.../public_html/wp-includes/rest-api/clas...', referer: https://.../wp-admin/admin.php?page=wpseo_dashboard

The error you are seeing is at this line:
PHP:
$indexable->prominent_words_version = WPSEO_Premium_Prominent_Words_Versioning::get_version_number();
which can be "fixed" by adding some code around it that will only assign the version value if the "indexable" variable is an object... like this
PHP:
if(is_object($indexable)){
    $indexable->prominent_words_version = WPSEO_Premium_Prominent_Words_Versioning::get_version_number();
}
or
PHP:
if(property_exists($indexable,'prominent_words_version')){
    $indexable->prominent_words_version = WPSEO_Premium_Prominent_Words_Versioning::get_version_number();
}
BUT, this is unlikely to help because this file "save-action.php" is binary same as the one from the previous release 1.9.6, so whatever is causing the problem for you is likely somewhere else and making changes to this file is unlikely to address the underlaying problem.
 
  • Like
Reactions: angeeezeee
Babak updated Yoast SEO Premium - Best Seo Plugin For WP with a new update entry:

Yoast SEO Premium v20.0

Download Yoast SEO Premium v20.0 for WordPress Plugin Nulled Free
Yoast SEO Premium 20.0

January 24, 2023
Yoast SEO 20.0 Premium comes with a brand new settings interface, which we've put in a lot of effort to make visually pleasing and functional. You'll find it a breeze to work on your SEO, and it's just the start of many amazing developments. Check it out! Find out more about what's new in Yoast SEO 20.0 Premium in our release post...

Read the rest of this update entry...
 
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock