Kiran
Forum Replies Created
-
AuthorPosts
-
This reply has been marked as private.February 16, 2019 at 1:48 pm in reply to: Issue with object cache when adding/updating metadata? #469390
Hello Emlyn,
This has been fixed and updated on your site too.
Please check after clearing your browser cache and let us know.
Thanks,
KiranHello Kathy,
There are some JavaScript error because you are using Directory Starter v1.1.10 theme with GeoDirectory v2.
Please use Directory Starter v2.x with GeoDirectory v2 and check how it goes.Thanks,
KiranHello Michael,
There is a conflict with Google Map loaded by Enfold theme.
Add following code snippet in child theme functions.php or via snippet plugin.
/** * Fix Enfold theme Google map conflict. */ function gd_snippet_190216_enfold_fix_google_map_conflict() { if ( wp_script_is( 'avia-google-maps-api', 'enqueued' ) && wp_script_is( 'geodir-google-maps', 'enqueued' ) ) { wp_dequeue_script( 'avia-google-maps-api' ); } } add_action( 'admin_enqueue_scripts', 'gd_snippet_190216_enfold_fix_google_map_conflict', 600 );Kiran
Hi Jreth,
Admin credentials are not working for me, also provide us FTP credentials so we can do some debugging.
Thanks,
KiranHello Kendra,
I checked error log and there are some database query errors there, that could be a reason.
Please provide us a site link and admin credentials and FTP credentials to look into more.Thanks,
KiranHello Tsekka,
I have updated patch on your site, please check and let us know. If you find any text untranslated then provide screenshot.
Kiran
Hello Gavin,
The issue has been fixed and updated on your site too. Please check after clearing your browser cache.
There was a conflict between field id & website logo id.Let us know.
Kiran
Hello Carlos,
Issue has been fixed, there was one field missing in invoice table. I have added it and now checkout is working fine.
Please check and let us know.
Thanks,
KiranThis reply has been marked as private.February 15, 2019 at 2:09 pm in reply to: Issue with object cache when adding/updating metadata? #469158This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.February 15, 2019 at 1:06 pm in reply to: Issue with object cache when adding/updating metadata? #469146This reply has been marked as private.Hello,
I have applied this solution https://wpgeodirectory.com/support/topic/fatal-error-after-updating/#post-469107
Now WP Easy Updates links are back.Thanks,
Kiran -
AuthorPosts