Beee4life / acf-city-selector

An ACF extension to create a new field type, where you can select a city based on country and provence/state.
37 stars 15 forks source link

Add cities gives message critical error #129

Closed jlb-1985 closed 2 months ago

jlb-1985 commented 4 months ago

Hello,

I've tried to add a new country (Belgium) and cities, when I click add I get the message "A critical error has occurred on this site. Check your site administrator email inbox for instructions."

When I want to add via CSV I also get this message.

image

jlb-1985 commented 4 months ago

The function remove transients gives also a critical error message.

jlb-1985 commented 3 months ago

I tried to deactive and remove the plugin, but it refuses it. I get the same critical error message. There is no conflict with other plugins, because I deactivated the other plugins and still get these critical error messages.

Beee4life commented 3 months ago

That should have been fixed in the last release.

Can you plz add a copy of the error here ?

jlb-1985 commented 3 months ago

I still have this problem. Is there something you can do? I can give you my login to see for yourself.

Beee4life commented 3 months ago

Can you plz add a copy of the error here ?

Without it, it's hard to track down.

jlb-1985 commented 3 months ago

In Dutch: "Er heeft zich een kritieke fout voorgedaan op deze site. Controleer je site beheerder e-mail inbox voor instructies. Meer informatie over probleemoplossing in WordPress."

Translated in English: "A critical error has occurred on this site. Check your site administrator email inbox for instructions. Learn more about troubleshooting in WordPress."

This is the only error message I get.

Beee4life commented 3 months ago

That is the on screen message.

You need to activate WP_DEBUG_LOG, so error notices get logged in /wp-content/debug.log. Explained here.

That shows more info. Show me that error please.

jlb-1985 commented 3 months ago

If I want to remove transients

image

jlb-1985 commented 3 months ago

If I want to import countries

image

jlb-1985 commented 3 months ago

If I want to import CSV data

image

Beee4life commented 3 months ago

Now those help :)

As you can see, it looks like the function acfcs_delete_transients can not be found.

I would l have to dig into it but now I have a handle.

Beee4life commented 2 months ago

It's fixed in https://github.com/Beee4life/acf-city-selector/releases/tag/1.13.0.

WP update will come a bit later today.

jlb-1985 commented 2 months ago

Thank you very much!!!

Beee4life commented 2 months ago

No prob.