Date Input

User avatar
support
Site Admin
Posts: 6186
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Date Input

Post 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
Attachments
install.zip
(4.66 KiB) Downloaded 145 times
entities.zip
(3.66 KiB) Downloaded 165 times
bernard.lee
Posts: 70
Joined: 14 Apr 2017, 10:50
Name: Bernard Lee
Location: Singapore

Re: Date Input

Post 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!
Post Reply