Skip Navigation

[Resolved] WP All Import Toolset add-on

This support ticket is created 2 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

This topic contains 5 replies, has 2 voices.

Last updated by Christopher Amirian 2 years, 4 months ago.

Assisted by: Christopher Amirian.

Author
Posts
#2404751

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

#2405305

Christopher Amirian
Supporter

Languages: English (English )

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.

#2405977

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

#2406927

Christopher Amirian
Supporter

Languages: English (English )

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.

#2406943

Hi Christopher,

That's correct. I switched afterwards. I already contacted WP All Import to investigate the issue.

Thanks, Jelle

#2406953

Christopher Amirian
Supporter

Languages: English (English )

Great. Thanks.