• Inside file “/inc/acfcs-actions.php” line 30 you have this:

    add_action( 'acfcs_delete_transients', 'i will try acfcs_delete_transients' );

    I just commented that line and all works (almost) well.

    There seems to be bugs in the import process because neither the raw import neither the file import worked so we had to manually import to the table in wp_cities with mysql.

    Also, we had to delete all entries and reimport because we had a mistake in my cities but then this created some type of cache (we don’t use any cache in our development server) and I still see the incorrect options although transients were (supposedly) cleared and no cache is active.

    • This topic was modified 11 months, 3 weeks ago by maidot.
  • The topic ‘[BUG] Inside file “acfcs-actions.php”’ is closed to new replies.