Passer la navigation

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

This support ticket is created Il y a 3 years, 4 months. 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.

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 -

Fuseau horaire du supporter : Asia/Kolkata (GMT+05:30)

Ce sujet contient 3 réponses, a 2 voix.

Dernière mise à jour par edgarF-2 Il y a 3 years, 4 months.

Assisté par: Minesh.

Auteur
Publications
#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:lien caché

I expected to see:

Instead, I got:

#2558777

Minesh
Supporter

Les langues: Anglais (English )

Fuseau horaire: 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

Les langues: Anglais (English )

Fuseau horaire: Asia/Kolkata (GMT+05:30)

Can you please check now: lien caché

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!