Quote Originally Posted by k1ra View Post
How do I uninstall Easy Populate?

I got an error when trying to run the install.sql in Admin
Code:
'WARNING: An Error occurred, please refresh the page and try again.'
In phpMyAdmin the error says
Code:
SQL query:

INSERT INTO admin_pages
VALUES (
'easyPopulate', 'BOX_TOOLS_EASY_POPULATE', 'FILENAME_EASYPOPULATE', '', 'tools', 'Y', @configuration_group_id
);

MySQL said: Documentation
#1062 - Duplicate entry 'easyPopulate' for key 'page_key'
and thus I have no Admin->Configuration->Easy Populate menu item.

The Admin->Tools->Easy Populate required me changing all the php [<? ] tags in the tempEP/fileList.php, since I cannot for some reasons get shortcodes enabled on my localhost.

When I upload a file with two sample items, I get an error 1054

Code:
MySQL error 1054: Unknown column 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
When executing:
INSERT INTO products SET
						products_model					=	'P1010669' ,
						products_price					=	'15.9' ,
						products_image					=	'P1010669.jpg' ,
						products_weight					=	'0' ,
						products_tax_class_id			=	'' ,
						products_date_available			=	'' ,
						products_date_added				=	CURRENT_TIMESTAMP ,
						products_last_modified			=	CURRENT_TIMESTAMP ,
						products_quantity				=	'3' ,
						master_categories_id			=	'9' ,
						manufacturers_id				=	'1',
						products_status					=	'1',
						metatags_title_status			=	'',
						metatags_products_name_status	=	'',
						metatags_model_status			=	'',
						metatags_price_status			=	'',
						metatags_title_tagline_status	=	'' , EASYPOPULATE_CONFIG_CUSTOM_FIELDS='' 
MySQL error 1054: Unknown column 'EASYPOPULATE_CONFIG_CUSTOM_FIELDS' in 'field list'
When executing:
INSERT INTO products SET
						products_model					=	'J17960B' ,
						products_price					=	'15' ,
						products_image					=	'P1010328.jpg' ,
						products_weight					=	'0.5' ,
						products_tax_class_id			=	'' ,
						products_date_available			=	'' ,
						products_date_added				=	CURRENT_TIMESTAMP ,
						products_last_modified			=	CURRENT_TIMESTAMP ,
						products_quantity				=	'2' ,
						master_categories_id			=	'9' ,
						manufacturers_id				=	'1',
						products_status					=	'1',
						metatags_title_status			=	'',
						metatags_products_name_status	=	'',
						metatags_model_status			=	'',
						metatags_price_status			=	'',
						metatags_title_tagline_status	=	'' , EASYPOPULATE_CONFIG_CUSTOM_FIELDS=''
I can only gather this is stemming from whatever options should be showing in Admin->Configuration->Easy Populate.

So...how do I a)get the configuration menu item to show OR b)uninstall this thing and try again?
Unfortunately I don't know the answer about uninstalling, but it looks like you may be missing a language file which would seem to explain the error message text.