Issues after Upgrading to UNA 13.0.0-B3

Hello UNA Team,

After successfully upgrating my site from UNA 12.1.0 to 13.0.0-B3 using the Update button in the dashboard as explained here: https://una.io/cmts-view/9b488l?sys=bx_forum&cmt_id=41824 , i am having some issues:

Issue #1

I am having a Database query error on this page:

/page/view-persons-profile?id=1

The log email I received said:

Database error

Query:

SELECT `sys_profiles`.*, `c`.`added` FROM `sys_profiles` INNER JOIN `sys_profiles_conn_subscriptions` AS `c` ON (`c`.`content` = `sys_profiles`.`id` AND `c`.`initiator` = 3) INNER JOIN `sys_profiles` ON (`sys_profiles`.`id` = `c`.`content` AND `sys_profiles`.`status` = 'active') WHERE 1 ORDER BY `c`.`added` DESC LIMIT 0, 7

Mysql error:

Not unique table/alias: 'sys_profiles'

Location:

The error was found in getAllWithKey function in the file /home/xxxxx/public_html/xxxxx/inc/classes/BxDolProfileQuery.php at line 168.

collation_connection:

utf8mb4_unicode_ci

Issue #2:

I am having a 500 Internal Server Error on the Admin Frontend Dashboard,

/page/dashboard-content

Issue #3:

Missing Strings in:

/page/ads-licenses

_bx_ads_menu_item_title_licenses

_bx_ads_grid_column_title_lcs_entry

_bx_ads_grid_column_title_lcs_count

_bx_ads_grid_column_title_lcs_transaction

_bx_ads_grid_column_title_lcs_license

_bx_ads_grid_column_title_lcs_added

Also, in the account Pop-up (at the top right corner of the page), just after the Sign Out link:

_bx_ads_menu_item_title_offers_all

Please, how to fix these issues?

Many Thanks

  • 515
  • More
Replies (12)
    Login or Join to comment.