Welcome to the Cumulus Support forum.

Latest Cumulus MX V3 release 3.28.6 (build 3283) - 21 March 2024

Cumulus MX V4 beta test release 4.0.0 (build 4018) - 28 March 2024

Legacy Cumulus 1 release v1.9.4 (build 1099) - 28 November 2014 (a patch is available for 1.9.4 build 1099 that extends the date range of drop-down menus to 2030)

Download the Software (Cumulus MX / Cumulus 1 and other related items) from the Wiki

Issue with inserting realtime.txt in mysqlDB

Discussion and support for 3rd-party (non-Sandaysoft) tools for Cumulus
Post Reply
Raijin
Posts: 8
Joined: Fri 09 May 2014 6:39 am
Weather Station: Davis VP2 6152
Operating System: Windows 7
Location: Thaiyur,Chennai

Issue with inserting realtime.txt in mysqlDB

Post by Raijin »

Hi...

I need some help

I am using cron job to insert realtime.txt data into mysql DB

php -q /home/xxxxx/public_html/utils/importCumulusFile.php type=realtime key=xxxx table=RealTime file=../data/realtime.txt

cron job works fine but the LogDateTime field is inserted with 0000-00-00 00:00:00 instead of current time stamp for the first time imsert and then no other records are inserted

Thanks in Advance
Raijin
Raijin
Posts: 8
Joined: Fri 09 May 2014 6:39 am
Weather Station: Davis VP2 6152
Operating System: Windows 7
Location: Thaiyur,Chennai

Re: Issue with inserting realtime.txt in mysqlDB

Post by Raijin »

Solved the issue...The issue is with system date format settings...
Post Reply