By Richard on Thursday, 13 August 2015
Posted in General Issues
Likes 0
Views 1K
Votes 0
I always update EB5 using the full package option via Joomla Extension Manager and it has been fine up until now.

The update from 5.0.19 to 5.0.20 hangs at 45% at "Initializing" the Post Installation Clean Up, so I went back out of the install process.

Would you advise how to fix the problem or access my site to correct the problem and install the new version?

Thank you in advance.
Hey Richard,

It seems like this `#_easyblog_acl_group` got 622957 records, so it hitting timeout issue in installation process.

SELECT COUNT(*) FROM  `g6ex7_easyblog_acl_group`


What I did is run this query delete all the record in this table `#__easyblog_acl_group`

TRUNCATE TABLE `g6ex7_easyblog_acl_group`


After you truncate all the record in this table `#__easyblog_acl_group` then try update again.

If the installation is work fine, then re-save all the ACL user group settings from backend > Easyblog > ACL

it should work fine now.
·
Thursday, 13 August 2015 18:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex, why would it have so many (622957) records? It seems to have 40 acl ids for each content id at the moment (407 records), will it just keep building again and hit the same problem?

What is it for?
·
Thursday, 13 August 2015 18:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey Richard,

You're welcome, what this data for every time you change some setting from the ACL user group, the system will store in this table `g6ex7_easyblog_acl_group`.

Example : I changed some ACL settings under `Registered user group`, so it will store 40 records row under this changes.
·
Thursday, 13 August 2015 19:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you Arlex, final question, do I need to clear the table now and again to prevent it getting too large or will it automatically clear from now on every time there is an update to EasyBlog?
·
Thursday, 13 August 2015 19:44
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome, I believe those large data was stored from your Easyblog 3.9 that time.

By the way, I already help you cleared 1 time, so no need to clear again before you update.
·
Thursday, 13 August 2015 19:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect Arlex, thank you.
·
Thursday, 13 August 2015 20:12
·
0 Likes
·
0 Votes
·
0 Comments
·
You're welcome
·
Thursday, 13 August 2015 23:39
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post