Hi,
I found the error below in the debug.log file, what does this mean and what should I do?
[24-Jun-2022 05:05:05 UTC] PHP Warning: Trying to access array offset on value of type bool in /httpdocs/wp-content/plugins/wpai-toolset-types-addon/libraries/toolset-fields/field.php on line 568
Thanks, Jelle
Hi there,
That plugin is maintained by the WP All Import company and not use.
Please kindly contact their support to report the issue.
As a context, it seems to be just a PHP warning, so it is not an error and the plugin should work ok anyways. Also, you can turn off the debug mode to avoid showing the warnings:
Would you please access your website files and edit the "wp-config.php" file on the root folder of your WordPress installation and add the code below into the file:
define( 'WP_DEBUG', false );
define( 'WP_DEBUG_DISPLAY', false );
Please add the code above the line below:
/* That's all, stop editing! Happy blogging. */
Now, I guess the issue is related to a PHP 8, and if you use PHP 7.4 you will not see the warning, but that is something that you need to follow up with WP All Import as they are the developers of the plugin.
Thank you.
Hi Christopher,
Oke, thanks. In that case I will contact them.
Good to know it seems just a warning. I'm already using php 7.4.3, so I'm not sure if that's the case.
Thanks!
Br, Jelle
Hi Jelle,
Thank you. Just to let you know, I had the impression that you used PHP 8.0.2 because that is what the Debug information you pasted in the ticket shows.
So maybe worth the check? Surely, that does not change the fact that you need to follow up with WP ALL Import 🙂
Thank you.
Hi Christopher,
That's correct. I switched afterwards. I already contacted WP All Import to investigate the issue.
Thanks, Jelle