Vheissu / acf-country-field

A country, city and state field for Advanced Custom Fields v4 & ACF Pro
GNU General Public License v2.0
36 stars 11 forks source link

installign #1

Closed leonardotessaroalves closed 9 years ago

leonardotessaroalves commented 10 years ago

I am not able to install the plugin.

fatal error

ACF: version 4.2.2

Vheissu commented 10 years ago

Oh, that's not good. Can you paste any error messages you are getting specifically (line numbers, files, etc). Make sure in your wp-config.php file wp_debug is on so you get more descriptive error messages.

ghost commented 10 years ago

INSERT INTO albus_cities (id, city, state, country) VALUES("914", "Bost/Laskar", "0", "237") made by do_action('activate_acf-country-field-master/acf-country.php'), call_user_func_array, acf_field_country_plugin->populate_db, dbDelta [09-Mar-2014 14:03:39 UTC] WordPress database error Duplicate entry '915' for key 'PRIMARY' for query

This is happening for all the insert records.

ghost commented 10 years ago

Do a replace of INSERT INTO with INSERT INGORE INTO (will do the fix)

ghost commented 10 years ago

MISSTYPE,

Do a replace of INSERT INTO with INSERT IGNORE INTO (will do the fix)

ghost commented 10 years ago

Generally i have problem using this plugin. Database will not configured correct. Quick solution is to add the data with phpmyadmin or any other kind of software.

Vheissu commented 9 years ago

This is fixed in the upcoming version with V5 support.