Change history

Post Reply
wrapt inc
Posts: 29
Joined: 10 Jan 2023, 14:48
Name: Adam Plozza
Location: Australia, Townsville
Company Name: Wally's Roos and Possum Carers
Contact:

Change history

Post by wrapt inc »

When I attempt to add another change history report, I am presented with this Database error. This only started after updating to 3.3, as I already had two working change history reports prior to the upgrade.
Attachments
change historyerror.png
change history1.png
User avatar
support
Site Admin
Posts: 6222
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Change history

Post by support »

Please open in your browser next url to update db

Code: Select all

http://[path_to_your_app]/install/ext_autoupdate/from_3.2_to_3.3.php
If it's not help, then run manually next query in phpmyadmin

Code: Select all

ALTER TABLE `app_ext_track_changes` ADD `track_actions` VARCHAR(255) NOT NULL AFTER `menu_icon`;
wrapt inc
Posts: 29
Joined: 10 Jan 2023, 14:48
Name: Adam Plozza
Location: Australia, Townsville
Company Name: Wally's Roos and Possum Carers
Contact:

Re: Change history

Post by wrapt inc »

Hi Sergey,

Thank you for your reply.

I had already performed the autoupdate function, so it didn't seem to work, however, the php query worked.

Thank you
Post Reply