Convertkit plugin problem

Hi guys!
Updated to the new version of Convertkit and it’s giving me this mistake:

Notice: Undefined offset: 0 in /home/fabianap24/public_html/wp-content/plugins/convertkit/includes/class-convertkit.php on line 260

I have A LOT OF forms in my site using Convertkit - so it’s not an option to remove this plugin
Any suggestions to fix this?

Thanks

Hi There @fabipaolini

Thanks for writing in! PHP notices you can ignore by disabling your WP_DEBUG mode on WordPress. You just need to edit your wp-config.php file in the root of your WordPress installation and change the following line.

define( 'WP_DEBUG', true );
change as follows
define( 'WP_DEBUG', false );

You can also try switching to a different PHP version between PHP v5.6.x and v7.1.x to see if that resolves your issue.

Thanks!

Yaaaaay!! It worked!! Thank you SO much! :slight_smile:

Glad we were able to help :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.