New Installation - Unable to upload Store Images
My Website:
https://www.myfunblog.xyz
This is a new wordpress installation on the latest Clipper theme available at the time of writing.
After I upload the theme and hit activate the page loads for a few seconds and I am stuck on a white blank page. On close inspection in the PHP error logs I see these errors:
"[21-Nov-2019 17:00:34 UTC] WordPress database error Table 'lw0fj81b_gsq2x.wp_clpr_storesmeta' doesn't exist for query SELECT wp_clpr_storesmeta.stores_id FROM wp_clpr_storesmeta WHERE wp_clpr_storesmeta.meta_key = 'clpr_store_active' AND wp_clpr_storesmeta.meta_value = 'no' made by require('
wp-load.php'), require_once('
wp-config.php'), require_once('
wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, APP_Listing_Search_Index->init, APP_Listing_Search_Index->register, APP_Listing_Form->get_form_fields, CLPR_Coupon_Listing_Form->apply_atts, clpr_hidden_stores
[21-Nov-2019 17:00:34 UTC] WordPress database error Table 'lw0fj81b_gsq2x.wp_clpr_storesmeta' doesn't exist for query SELECT wp_clpr_storesmeta.stores_id FROM wp_clpr_storesmeta WHERE wp_clpr_storesmeta.meta_key = 'clpr_store_active' AND wp_clpr_storesmeta.meta_value = 'no' made by require('
wp-load.php'), require_once('
wp-config.php'), require_once('
wp-settings.php'), do_action('init'), WP_Hook->do_action, WP_Hook->apply_filters, APP_Listing_Search_Index->init, APP_Listing_Search_Index->register, APP_Listing_Form->get_form_fields, CLPR_Coupon_Listing_Form->apply_atts, clpr_hidden_stores"
When I go back to the Wordpress admin interface and try to add a store, I am unable to upload any image. Please also note the following:
a. I have no plugins activated.
b. This is a new and completely plain latest Wordpress installation with the clipper theme. Nothing fancy whatsoever.
c. I am running PHP 7.3 with MySQL 5.6
d. I have also tried installing the developer version. It installs fine and upon activation successfully redirects to the Wordpress admin dashboard, but the PHP errors persist and I am still unable to add store images.
Please help.