jaunalgi
Forum Replies Created
-
I experimented the same problem after updating the Mailjet plugin.
I do not know why you marked it as resolved. Far from it! You may not have reproduced it but it does not mean there is not a problem. The logs speak for themselves and I even point out the line of the problem and the file.
After the update of plugin, the error still exist with PHP 8.0. By the way 8.0.0 is 1 year and a half old. I am stuck to a almost 2 year version of PHP.
Same error, same line, nothing has changed. Please fix it.log PHP Fatal error: Uncaught TypeError: Cannot access offset of type string on string in /home/XXX/public_html/wp-content/plugins/essential-addons-for-elementor-lite/includes/Traits/Generator.php:343
I mean, it is not that hard to fix. Just check you are dealing with an array and not a string. It is part of best practices.
* https://www.php.net/manual/en/function.is-array.php
* https://www.php.net/manual/en/function.array-key-exists.phpThank you
—
I used the contact form with the information reported here.
- This reply was modified 2 years, 11 months ago by jaunalgi.
Forum: Reviews
In reply to: [Yoast SEO] 11.1 broke my siteHello monbauza,
Can you check for “plugins/wordpress-seo/frontend/schema/class-schema-person.php on line 118” in Google ? There are a lot of websites that are suffering the same problem as we do.
The WordPress is updated as well the few plugins we have.
And we are using the default WordPress theme.Thank you
—
edit : this happens when the author does not exists.
Your code is referring to $user_data = get_userdata( $user_id );
It does not check if the user exists hence fail if it does not exist.Hope that helps.
- This reply was modified 5 years, 10 months ago by jaunalgi.
Forum: Reviews
In reply to: [Yoast SEO] Not very consistentThere was that and the config that was lost. For example the removal of /category/ in the url.
That one was hard to forget.Regards
Forum: Reviews
In reply to: [Yoast SEO] Removes variableThank you @monbauza
I’ll answer to the github issue. I do have the same use case and I know people having the exact use case. I will answer there anyway.
Forum: Reviews
In reply to: [Yoast SEO] Removes variable“They won’t appear in the Yoast snippet preview but will show up in the source code.” Deprecated means they will disappear. When will it be the case? (so we know the version NOT to update)
Thank you.Forum: Plugins
In reply to: [Yoast SEO] Issue with the new updateI had the problem as well. It seems they messed up things pretty bad with the last version. (at least this problem and the removal of the noindex subpage option)
I did removed the /category/ part in the plugin. (at the bottom of SEO Settings > Taxonomies)
The redirection made it by itself in my case.Forum: Plugins
In reply to: [Yoast SEO] Yoast 7.0.2 is killing us“This, therefore, should be better for the searcher.”
It you are not sure, you must have left the option!
Now we have to change all the customed meta title to add %%page%%.