By Abraham Tol on Wednesday, 29 December 2021
Posted in Technical Issues
Likes 0
Views 453
Votes 0
Hello, tried to add category and get this error. Also have re-installed to no avail. Hope you can fix. Thank you
Hello,

I tried to access your backend but I am getting this: https://take.ms/OKESz . By the way, can you provide the access to your FTP as well?
·
Wednesday, 29 December 2021 18:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Selected license atol but there was wrong url. updated ticket with all credential;s
·
Wednesday, 29 December 2021 18:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Abraham,

Can you run this SQL in you Phpmyadmin and try to create the category again?


ALTER TABLE `j38_easyblog_category` ADD COLUMN `repost_autoposting` tinyint(1) unsigned NOT NULL DEFAULT 0;
ALTER TABLE `j38_easyblog_category` ADD COLUMN `repost_autoposting_interval` tinyint(4) unsigned NOT NULL DEFAULT 0;
·
Wednesday, 29 December 2021 18:42
·
0 Likes
·
0 Votes
·
0 Comments
·
one moment nick
·
Wednesday, 29 December 2021 18:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Alter sql is no good table does not exist
·
Wednesday, 29 December 2021 18:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Error #1146 - Tabel 'malawit1_atol.j38_easyblog_category' does not exist
·
Wednesday, 29 December 2021 19:01
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

I am sorry, use this instead:


ALTER TABLE `J38_easyblog_category` ADD COLUMN `repost_autoposting` tinyint(1) unsigned NOT NULL DEFAULT 0;
ALTER TABLE `J38_easyblog_category` ADD COLUMN `repost_autoposting_interval` tinyint(4) unsigned NOT NULL DEFAULT 0


If you still facing the same error, you can provide us the access to your phpmyadmin.
·
Wednesday, 29 December 2021 19:07
·
0 Likes
·
0 Votes
·
0 Comments
·
That worked! And can add categories again! Thank you
·
Wednesday, 29 December 2021 19:11
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Abraham,

You're welcome.
·
Thursday, 30 December 2021 10:29
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post