By LAC Webadmin on Wednesday, 14 February 2018
Posted in General Issues
Replies 1
Likes 0
Views 487
Votes 0
Upgraded to the latest version v1.1.2 of EasyArticles and I'm getting this error:

http://take.ms/KW0t9H
Hi there,

I am sorry for the delay of this reply.

Regarding your issue, it seems like the new table is not being created during the installation. Can you try to run below sql statement manually from your phpMyAdmin and it should fix your issue.


CREATE TABLE IF NOT EXISTS `jos_ea_params` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`uid` int(11) NOT NULL,
`type` varchar(255) NOT NULL,
`params` text NOT NULL,
PRIMARY KEY (`id`),
KEY `idx_uid_type` (`uid`,`type`),
KEY `idx_params` (`params` (255))
) DEFAULT CHARSET=utf8;


Remember to replace the jos_ prefix to your own Joomla table prefix.

Let us know if you still having issue after run the above sql statement.

Hope this help and have a nice day
Sam
·
Wednesday, 14 February 2018 10:45
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post