erros after upgrade 3.5

Any critical bugs will be fixed within 24-48 hours.
Post Reply
User avatar
lmilani
Posts: 24
Joined: 12 Jan 2024, 01:01
Name: Luciano Milani
Location: Portugal
Company Name: ML
Contact:

erros after upgrade 3.5

Post by lmilani »

Database Error: 1054 - Unknown column 'previous_value' in 'field list'
Query: insert into app_ext_track_changes_log_fields (log_id, fields_id, value, previous_value) values ('273', '275', '111222334', '111222333')
Page: /index.php?module=items/&action=save&id=1&token=7zV5dHvtUF
#0 includes/functions/database.php(99): mysqli_query()
#1 includes/functions/database.php(174): db_query()
#2 plugins/ext/classes/track_changes.php(209): db_batch_insert()
#3 plugins/ext/classes/track_changes.php(110): track_changes->log()
#4 plugins/ext/classes/track_changes.php(68): track_changes->log_update()
#5 modules/items/actions/items.php(257): track_changes->log_prepare()
#6 index.php(31): require('...')
#7 {main}

and error in dashboard:

MSQL error


Error also in Demo

https://rukovoditel.cloud/demo/3.5/inde ... mo_id=2983
Last edited by lmilani on 30 Jan 2024, 01:54, edited 1 time in total.
User avatar
lmilani
Posts: 24
Joined: 12 Jan 2024, 01:01
Name: Luciano Milani
Location: Portugal
Company Name: ML
Contact:

Re: erros after upgrade 3.5

Post by lmilani »

It is important to say that the preparation steps for the upgrade were carried out and the instructions were carried out as well.

The main errors that I could see were in the entity update where the error generated is the one presented in the previous post.

Error in change history reports (extensions) and error in the dashboard when presenting reports generated by extensions
User avatar
support
Site Admin
Posts: 6231
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: erros after upgrade 3.5

Post by support »

You did not update database. See https://www.rukovoditel.net/new_release.php?version=3.5
You have to execute update for Extension too.
User avatar
lmilani
Posts: 24
Joined: 12 Jan 2024, 01:01
Name: Luciano Milani
Location: Portugal
Company Name: ML
Contact:

Re: erros after upgrade 3.5

Post by lmilani »

Good morning, I will redo all the steps and forgive me for not realizing the need to update the SQL of the extensions.

I also posted the PT Portugal translation upgrade
User avatar
lmilani
Posts: 24
Joined: 12 Jan 2024, 01:01
Name: Luciano Milani
Location: Portugal
Company Name: ML
Contact:

Re: erros after upgrade 3.5

Post by lmilani »

support wrote: 30 Jan 2024, 08:52 You did not update database. See https://www.rukovoditel.net/new_release.php?version=3.5
You have to execute update for Extension too.
TKS!!!
Post Reply