Skip Navigation

[Resolved] 20-Feb-2023 18:53:22 UTC] PHP Fatal error: Uncaught InvalidArgumentException: I

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.

Sun Mon Tue Wed Thu Fri Sat
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by edgarF-2 1 year, 11 months ago.

Assisted by: Minesh.

Author
Posts
#2558277
2023-02-20_13-27-29_toolset_missing_conditional_template.png
2023-02-20_13-29-49_Fatal_eror.png

I am trying to:

Link to a page where the issue can be seen:hidden link

I expected to see:

Instead, I got:

#2558777

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

I'm checking the issue further - Please hold on for further update.

#2559175

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Can you please check now: hidden link

The issue was there was a corrupted conditions added to content template to display I've removed those and I can see now its working as expected.

To fix this you will have to interact with the database and you should run this query on the staging site:

SELECT * FROM `wp_8870a3hpnw_options` WHERE `option_name` = 'wpv_options' LIMIT 50

Once you run above query, you will get one result, You should copy the value of the "option_value" and update the "option_value" of "wpv_options" on your production site.

if you do not know how to do it, please send me access details for your production site after taking full backup of your database.

#2559639

My issue is resolved now. Thank you!