Vikas
Forum Replies Created
-
AuthorPosts
-
Hi,
I found a problem in on of GD table, not sure what that happened.
I will check it thoroughly if it appears again for any one else.
Meantime I would suggest u to reinstall wp and all ad-ons again if possible.
Just drop all tables from database, then go to home page of site, it will show u setup process again.Thanks for ur help.
No luck!!
U have to do it manually at this moment please.
Try it now please
Your welcome.
Sorry!! Userid or password for database base access are not correct.
Let me know if u have cpanel access detail.
Please advise ?
Plz check it now and let me know.
Thanks
July 16, 2014 at 11:43 am in reply to: Browser not responding while accessing all cities on homepage #8646Your welcome.
July 16, 2014 at 10:07 am in reply to: Browser not responding while accessing all cities on homepage #8639Hi,
Plz find attached zip, extract it and upload all three files into your location manager plugin folder. Plz take backup of existing files first.
Plz let me know how it works?
These changes will be included in next release once u approve.Thanks
This reply has been marked as private.Hi,
Plz download attached zip and extract it.
Upload geodir_location_functions.php in your location manager adon folder.
Please take backup of ur existing file first.Thanks
OK,
here is what u can do if do not have phpmyadmin access.Put this piece of code in ur theme’s functions.php
add_action('init', 'geodir_temporary_remove_payment_methods'); function geodir_temporary_remove_payment_methods(){ global $wpdb; $get_pement_methods = $wpdb->get_results("SELECT * FROM <code>".$wpdb->prefix."options</code> WHERE <code>option_name</code> LIKE '%payment_method_%'"); if(!empty($get_pement_methods)){ foreach($get_pement_methods as $data){ $wpdb->query($wpdb->prepare("DELETE FROM ".$wpdb->prefix."options WHERE option_id = %d", array($data->option_id))); } //re-install default payment options geodir_payment_activation_script(); } }
after uploading functions.php , just run your site for once and then delete this code from functions.php and upload it again, then check your backend payment manager setting.
Thanks
HI,
Plz download attached zip and extract it.
Upload template_functions.php file in geodirectory > geodirectory-functions
Take backup of ur existing file before uploading and let me know this is what u were looking for. It will be included in next release too.Thanks
Your welcome.
This reply has been marked as private. -
AuthorPosts