Yoast SEO Premium - Best Seo Plugin For WP

Yoast SEO Premium - Best Seo Plugin For WP v24.9 Nulled

No permission to download

tanierlyons

Well-known member
Staff member
Administrative
Moderator
May 24, 2018
75,058
111,714
120
Tomz 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...
 

mml

Well-known member
Trusted Uploader
Dec 4, 2020
575
461
63
FREEDOM
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
 

maxv

New member
Dec 10, 2022
9
10
3
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

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu