Page 2 of 2

Re: Date Input

Posted: 23 Feb 2020, 09:53
by support
Found issue. I have used wrong field type in database for this field type. Now we have to correct it.

There are two steps to fix this (DO BACKUP FIRST):
1) File from archive entities.zip replace to includes\classes\model\
so new field Date will be created with correct field type (BIGINT)
2) To update exist tables do next: files from install.zip unpack to folder where app is installed then open in browser next url:

Code: Select all

http://[your-site]/install/autoupdate/data_prepare_from_2.6_to_2.7.php
Once it's done, remove 'install' folder.

Let me know if it works ok now. This fix will be included in 2.7

Re: Date Input

Posted: 23 Feb 2020, 11:57
by bernard.lee
Hi Sergey,

I did option 2. I must say is perfect!
It is now running orderly.

Please make this for the next version.

Case Closed - Solved.

THANK YOU!