Update from 5.7.5.8 to 8.0.0

Permalink
Hi,

I want to upgrade my Concrete5 website to 8.0.0 so I can upgrade it to the latest version. But after I upgraded the website is working but the Autonav is gone. When I trying to add it again, I get the following error.
call_user_func_array() expects parameter 1 to be a valid callback, class 'Concrete\Core\Permission\Key\AddBlockBlockTypeKey' does not have a method 'canAddBlock'.


What am I doing wrong here ?


My current version,
# concrete5 Version
Core Version - 5.7.5.8
Version Installed - 5.7.5.8
Database Version - 20160412000000

And this is what I do,

~$ cd concrete5-8.0.0/
~/concrete5-8.0.0$ cp -R concrete/ composer.* ../website/
~/concrete5-8.0.0$ 
~/concrete5-8.0.0$ cd ../website
~/website$ rm application/config/update.php
~/website$ ./concrete/bin/concrete5 c5:update
Are you sure you want to update this concrete5 installation?yes
Renaming problematic tables...
Updating tables found in doctrine xml...
Preparing problematic entity database tables...
Installing entity Concrete\Core\Entity\File\File...
Installing entity Concrete\Core\Entity\File\Version...
Installing entity Concrete\Core\Entity\Package...
Installing entity Concrete\Core\Entity\Block\BlockType\BlockType...
Installing entity Concrete\Core\Entity\Site\Site...



I did some searches and think it has too do with the global stacks are gone or multilanguage ? But how do I get it back ?

1 Attachment