By Alexandre Ndobe on Wednesday, 27 April 2016
Posted in Technical Issues
Replies 1
Likes 0
Views 359
Votes 0
Hi!
I am getting this errors (screenshot attached) after installing ED4. i was running ED3.
I will appreciate your help.
I have php7
Hello,

Can you try to execute these SQL queries and see how it goes:

ALTER TABLE `jos_discuss_posts` ADD COLUMN `cluster_id` INT(11) NOT NULL default 0;
ALTER TABLE `jos_discuss_posts` ADD COLUMN `cluster_type` VARCHAR(255) NULL;
ALTER TABLE `jos_discuss_thread` ADD COLUMN `cluster_id` INT(11) NOT NULL default 0;
ALTER TABLE `jos_discuss_thread` ADD COLUMN `cluster_type` VARCHAR(255) NULL;

May I know which version are you updating from? If this doesn't help, can you provide us your phpmyadmin access so that we can take a look on your database tables.
·
Wednesday, 27 April 2016 12:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post