I am getting the following issues during the upgrade from 5.1.2 to 5.2.0-Beta2 Upgrade
(In-Portal, In-Link, Custom modules only with Advanced interface):
1. Unknown column 'l1_ColumnTranslation' (see screenshot)
2. Missing Catalog sections in Menu on the first Login right after the upgrade is finished (see screenshot)
a. I am not able to fix this even after Rebuilding Category Cache, Reseting SMS Cache (Tools) or all other Caches + it does NOT work with Clean install too!
b. Add/Editing Sections in catalog work just fine, but Admin Catalog Sections Menu + Front end Advanced drop-down menu still won't work.
========== Ajax Response =====
<tree>
<item
icon="../../core/admin_templates/img/icons/icon24_section.png"
onclick="checkCatalog(2, 'adm')">Directory</item>
<folder
name="Platform"
icon="../../core/admin_templates/img/icons/icon24_section_menuhidden_system.png"
onclick="checkCatalog(3, 'adm')"
</folder>
<folder
name="My Account"
icon="../../core/admin_templates/img/icons/icon24_section_menuhidden_system.png"
onclick="checkCatalog(8, 'adm')"
</folder>
<item
icon="../../core/admin_templates/img/icons/icon24_section_menuhidden_system.png"
onclick="checkCatalog(59, 'adm')">Home</item>
</tree>
==========
My guess is that is somehow related with latest XML changes
3. Also, it looks like Promo Blocks section got broken the same way.
This is what Ajax Response shows:
Fatal error: Class 'kDBtagProcessor' not found in /home/jurmala/tests/5.2.x/core/units/promo_block_groups
/promo_block_group_tp.php on line 17
4. Step 9 - System Configuration is fully skipped during the upgrade - not sure how critical this is, but the additional config.php settings upgrade the upgrade are:
$_CONFIG['Misc']['WriteablePath'] = '/system';
$_CONFIG['Misc']['RestrictedPath'] = '/system/.restricted';
$_CONFIG['Misc']['WebsitePath'] = '/tests/5.2.x';
while after clean install we have much more saved in config.php, ie:
$_CONFIG['Misc']['AdminDirectory'] = '/admin';
$_CONFIG['Misc']['AdminPresetsDirectory'] = '/admin';
$_CONFIG['Misc']['ApplicationClass'] = 'kApplication';
$_CONFIG['Misc']['ApplicationPath'] = '/core/kernel/application.php';
$_CONFIG['Misc']['CacheHandler'] = 'Fake';
$_CONFIG['Misc']['MemcacheServers'] = 'localhost:11211';
$_CONFIG['Misc']['CompressionEngine'] = 'yui'
Attaching both 5.1.2 + 5.2.x (after upgrade) DBs here too.
Please check, create necessary tasks and fix were needed.