You should not have deleted the database I said to upgrade according to their documentation!
The error tells you exactly what is wrong:
All you needed to do was import that database table into sentora_roundcube. Although I figured by doing the update it would fix it.
At any rate, find the roundcube SQL file, look for the cache_shared table and using phpmyadmin, add/import that table and its contents from the original roundcube SQL file.4
The error tells you exactly what is wrong:
Code:
Table 'sentora_roundcube.cache_shared' doesn't exist
All you needed to do was import that database table into sentora_roundcube. Although I figured by doing the update it would fix it.
At any rate, find the roundcube SQL file, look for the cache_shared table and using phpmyadmin, add/import that table and its contents from the original roundcube SQL file.4