Hi - I'm moving my site to another server and decided to do a fresh install of Wordpress 4.1. When I activate the GeoCraft them, I get kicked off the site completed and receive a number of errors like below. Is it not compatiable or is there something with my install that isn't working? Thanks Dave Code: WordPress database error Duplicate entry '1' for key 'PRIMARY' for query INSERT INTO `hE7VA2_price` (`pid`,`price_title`,`price_desc`,`price_post_cat`,`is_show`,`package_cost`,`validity`,`validity_per`,`status`,`is_recurring`,`first_billing_per`,`first_billing_cycle`,`rebill_time`,`rebill_period`,`second_price`,`second_billing_per`,`second_billing_cycle`,`is_featured`,`feature_amount`,`feature_cat_amount`,`package_type`,`package_type_period`) VALUES ('1','Free Business Listing','No Charge for placing your listing. You won\'t receive any leads. Listing Expires after 4 Months. You can reactivate listing later','','1','0','4','M','1','','','','','','','','','','','','pkg_free','pkg_period_one') made by require('<path>\wp-load.php'), require_once('<path>\wp-config.php'), require_once('<path>\wp-settings.php'), include('<path>\wp-content\themes\geocrafttheme-v2\functions.php'), gc_do_include, include_once('<path>\wp-content\themes\geocrafttheme-v2\library\lib_main.php'), require_once('<path>\wp-content\themes\geocrafttheme-v2\library\model\db_main.php'), gc_do_include, include_once('<path>\wp-content\themes\geocrafttheme-v2\library\model\table_creation.php') WordPress database error Duplicate entry '2' for key 'PRIMARY' for query INSERT INTO `hE7VA2_price` (`pid`,`price_title`,`price_desc`,`price_post_cat`,`is_show`,`package_cost`,`validity`,`validity_per`,`status`,`is_recurring`,`first_billing_per`,`first_billing_cycle`,`rebill_time`,`rebill_period`,`second_price`,`second_billing_per`,`second_billing_cycle`,`is_featured`,`feature_amount`,`feature_cat_amount`,`package_type`,`package_type_period`) VALUES ('2','One Time Listing Payment','One time charge for placing your listing. You can feature the listing on Homepage or Category Page. You will receive leads in your Dashboard. Listing Expires after 6 Months. You can reactivate listing later for no extra charge.','','1','26','6','M','1','','','','','','','','','1','12','10','pkg_one_time','pkg_period_two') made by require('<path>\wp-load.php'), require_once('<path>\wp-config.php'), require_once('<path>\wp-settings.php'), include('<path>\wp-content\themes\geocrafttheme-v2\functions.php'), gc_do_include, include_once('<path>\wp-content\themes\geocrafttheme-v2\library\lib_main.php'), require_once('<path>\wp-content\themes\geocrafttheme-v2\library\model\db_main.php'), gc_do_include, include_once('<path>\wp-content\themes\geocrafttheme-v2\library\model\table_creation.php')
Hi Dave, It may not help but I've been using Geocraft v2 on WP 4.1 - not as a new install but upgraded from earlier versions of Wordpress and have very few problems. Regards, Roger B NB Also just a small point, on the code that you show, line 1 has a '\' embedded in part of the text and that could be a recipe for disaster - you have to look closely to see it! You may have to correct this using mySQL manager!