Weather by You!

Templates and Projects support => Php templates => Topic started by: oh6mqm on November 15, 2013, 04:13:12 PM

Title: Weather Blue V2 PHP wt_data_inc.php emty
Post by: oh6mqm on November 15, 2013, 04:13:12 PM
I have set my system but this files (wt_data_inc.php)  transfered into FTP server has always 0 length.
I have double check my setting. I could not find any error ?

Br. Esko
Title: Re: Weather Blue V2 PHP wt_data_inc.php emty
Post by: Mr.Meteo on November 16, 2013, 09:03:36 AM
Hi Esko,

These files are data file to be processed by Cumulus
See: Cumulus configuration (http://weatherbyyou.com/wb_install.php#install) in installation guide.

Regards,
Jacques
Title: Re: Weather Blue V2 PHP wt_data_inc.php emty
Post by: oh6mqm on November 16, 2013, 12:29:39 PM
Hello

This is what I have been doing.
File is generated to Remote (FTP) size but it is always empty (0 bytes)
This happens to all files what I try to use.
Only standard files works I a good way

Br. Esko P
Title: Re: Weather Blue V2 PHP wt_data_inc.php emty
Post by: Mr.Meteo on November 16, 2013, 06:07:50 PM
Hi Esko,

To be sure that Cumulus is processing the file correctly, you could
check the folder where you put wt_data_inc.php in your Pc
and see if you find the temporary file (created by Cumulus
just before it sent file to your site) it is supposed to be named
wt_data_inc.phptmp.

If file content is ok (processed), problem is with your FTP config,
some provider doesn't accept file replacement. so in Cumulus menu
Configuration --> Station --> Sites/Options --> Web settings box
You'll find these 2 options:

- Use FTP rename (File is renamed before new one take place)
- delete before upload (Current file is deleted before new one sent)

You can confirm that in a easy way: Delete current wt_data_inc.php
file on your web site and check what happen when Cumulus try to send
new one.

Hope this help,
Jacques