In the manage currency section, when I click on set default currency there is nothing. Also the supported currency list is missing. I also have the clasicraft theme and it works fine in that so I am unable to see what the issue is.
Hello, Go to function.php present in your theme directory and add the code given below Code: global $wpdb; $table='wp_inquiry'; echo $wpdb->query("DROP TABLE IF EXISTS $table"); and refresh your website and after few seconds remove this code and again refresh your website. This will solve your issue.