Sandaysoft

Support forum for Cumulus weather station software
It is currently Thu May 23, 2013 5:14 pm
Please click here before posting. Help me to help you!
Useful Links: Cumulus FAQ • Enhancement requests • Wiki (documentation)
Please put your approximate location into your profile
Add your web site to the Cumulus user map
Vantage Pro2 users with firmware 3.00 should upgrade to fw 3.12 and Cumulus 1.9.4

All times are UTC




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: iCumulus help needed
PostPosted: Thu Dec 08, 2011 5:12 pm 
Offline

Joined: Thu Dec 08, 2011 5:05 pm
Posts: 11
Location: Neffsville, PA
Weather Station: Fine Offset
Operating System: Windows Vista X64
I'm trying to configure iCumulus, but when viewing the site, all data values are reported as hash tags.

I verified everything is set up correctly, and searched the forum, finding another user with a similar issue. However, the fix they used isn't working for me.

site: http://www.neffsvillewx.hostoi.com/weather/iCumulus

remote filename: /public_html/weather/iCumulus/index.html

local filename: G:\Documents\Wx Cam Images\index.html


the cumulus data is uploaded via FTP to /public_html/weather, with the index.html being uploaded to the iCumulus folder within /public_html/weather.

I have checked both process? and FTP?

Where did I mess up?


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Fri Dec 09, 2011 2:15 pm 
Offline

Joined: Mon Aug 10, 2009 10:16 pm
Posts: 1772
Location: World...
Weather Station: No weather station
Operating System: No operating system
I just looked at the original files - the 'index.html' file must be processed by Cumulus and then uploaded by Cumulus - I do not understand why you are not using Cumulus for the uploads!

If you look at the source code of the 'index.html' file, you will notice a large number of tags, such as (for example) '<#location>' - when Cumulus reads (processes) the 'index.html' file, it replaces all those tags with the appropriate values - so the '<#location>' tag is replaced with (for example) 'Neffsville, Pa Weather'.

I really do not recommend that you use the iCumulus file for your weather station current conditions page - the file are meant to be used by (displayed on) a cellular phone (iPhone) browser and not on a computer browser...

Have a look at my iCumulus page by clicking on the 'External Links' menu option (of the left-side menu) and then selecting the 'iCUmulus' option.

Note: The pages on my site are produced using PHP and HTML.


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Fri Dec 09, 2011 3:00 pm 
Offline

Joined: Thu Dec 08, 2011 5:05 pm
Posts: 11
Location: Neffsville, PA
Weather Station: Fine Offset
Operating System: Windows Vista X64
I am using cumulus for my uploads, and I'm trying to set up iCumulus in addition to my PC site, for better iPhone integration.

The PC site works just fine, but iCumulus doesn't work. If you omit /iCumulus, you will be taken to the PC site which uses the standard cumulus site template.


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Fri Dec 09, 2011 3:14 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17582
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
I grabbed the source of your page, and got Cumulus to process and upload it, and the web tags were replaced by data.

If Cumulus is uploading that page, then it isn't being asked to process it. Did you manually upload an 'unprocessed' copy once, perhaps? Perhaps you have specified an incorrect remote path so the file isn't actually being uploaded. If you turn on ftp logging, then the ftplog.txt file will show any problems with the ftp part of the process.

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Fri Dec 09, 2011 3:29 pm 
Offline

Joined: Thu Dec 08, 2011 5:05 pm
Posts: 11
Location: Neffsville, PA
Weather Station: Fine Offset
Operating System: Windows Vista X64
I think I might have Manually uploaded an unprocessed copy using an FTP program. I'll delete that, then let cumulus upload it when I get home.


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Fri Dec 09, 2011 3:35 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17582
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
In that case the problem is likely to be that the ftp is failing because the path does not exist (assuming the local file does). Try it without the leading slash; absolute paths can cause problems for some ftp servers.

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Fri Dec 09, 2011 4:30 pm 
Offline

Joined: Thu Dec 08, 2011 5:05 pm
Posts: 11
Location: Neffsville, PA
Weather Station: Fine Offset
Operating System: Windows Vista X64
Just got home and checked FTP log:

11:16:51:875 ! HighLevelAsync 0
11:16:51:931 TWSocket will connect to 31.170.161.16:19335
11:16:52:009 ! Data Session opened (Put)
11:16:52:009 FTP Command: STOR \public_html\weather\iCumulus\index.html
11:16:52:009 050469C0 TriggerDataSent 1020
11:16:52:009 050462B0 TriggerDataSent 1372
11:16:52:094 FTP Response: 553 Prohibited file name: \public_html\weather\iCumulus\index.html
11:16:52:094 >|553 Prohibited file name: \public_html\weather\iCumulus\index.html|


i tried changing iCumulus to iphone, thinking the capital C is throwing things off, still doesn't work.

It uploads the cumulus site template data just fine to /public_html/weather, it just won't upload anything else, as I'm getting the same "553 prohibited file name" error when I try to upload cumuluswebtags.php to /public_html/weather.

It's weird because the file names work just fine in filezilla, in fact, i just uploaded cumuluswebtags.txt (renamed to cumuluswebtags.php once uploaded) into /public_html/weather

Thinking it might be the processing that was messing things up, i tried disabling it, but that didn't work either.

If the leading slash was the problem, wouldn't it cause problems for the cumulus data as well, since that is being uploaded to /public_html/weather?


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Fri Dec 09, 2011 5:20 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17582
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
gbru316 wrote:
11:16:52:094 FTP Response: 553 Prohibited file name: \public_html\weather\iCumulus\index.html

Looks like you've used 'Windows style' backlashes instead of 'ftp/unix style' forward slashes.

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Fri Dec 09, 2011 5:40 pm 
Offline

Joined: Thu Dec 08, 2011 5:05 pm
Posts: 11
Location: Neffsville, PA
Weather Station: Fine Offset
Operating System: Windows Vista X64
steve wrote:
gbru316 wrote:
11:16:52:094 FTP Response: 553 Prohibited file name: \public_html\weather\iCumulus\index.html

Looks like you've used 'Windows style' backlashes instead of 'ftp/unix style' forward slashes.


that did it! Thanks! :clap:

i'm an FTP noob, and don't remember a whole lot of unix :bash:


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Sun Jan 22, 2012 3:23 pm 
Offline
User avatar

Joined: Thu Sep 22, 2011 5:22 pm
Posts: 563
Location: Newton Poppleford, Devon, UK
Weather Station: Davis Vantage Vue
Operating System: Windows 7 SP2
Hi there, please reply.

I have iCumulus on my computer and on my web server but everything has like <temp> in them and stuff Why? I'm also stuck on the actual Cumulus file bit where it says remote filename and local filename Help!!!

Will


http://www.newton-poppleford-weather.co.uk

:D

_________________
William Grimsley - Newton Poppleford Weather
http://www.newton-poppleford-weather.co.uk
Davis Vantage Vue - Cumulus v1.9.4-b1076

Image


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Sun Jan 22, 2012 4:40 pm 
Offline
Site Admin
User avatar

Joined: Mon Jun 02, 2008 6:49 pm
Posts: 17582
Location: Sanday, Orkney
Weather Station: Davis VP2
Operating System: Windows Home Server 2011
williamwilbur wrote:
I have iCumulus on my computer and on my web server but everything has like <temp> in them and stuff Why?

If you have 'unprocessed' web tags in files on your web server, then either:

1. You uploaded the file yourself for some reason, or
2. you didn't tick the 'process' box, or
3. you edited the file with something which changed the '<' and '>' in the web tags into &lt; and &gt;, or
4. ...something else

_________________
Steve
Sanday Weather
----------------------------------------------------------------------------------------------------------------------------------
Like Cumulus and want to support it? Please donate! Image


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Mon Aug 06, 2012 3:10 pm 
Offline
User avatar

Joined: Thu Sep 22, 2011 5:22 pm
Posts: 563
Location: Newton Poppleford, Devon, UK
Weather Station: Davis Vantage Vue
Operating System: Windows 7 SP2
Hi Again,

I deleted iCumulus but have tried again. Still the same problem! I think it's something to do with the remote filename but I don't know what it is! Just guess work!

Thanks

Will

_________________
William Grimsley - Newton Poppleford Weather
http://www.newton-poppleford-weather.co.uk
Davis Vantage Vue - Cumulus v1.9.4-b1076

Image


Top
 Profile  
 
 Post subject: Re: iCumulus help needed
PostPosted: Mon Aug 06, 2012 11:07 pm 
Offline

Joined: Mon Aug 10, 2009 10:16 pm
Posts: 1772
Location: World...
Weather Station: No weather station
Operating System: No operating system
Will, maybe, just maybe, a link to the iCumulus files/templates installed on your hosting server might be of assistance to some of us wanting/trying to help solve the problem... :mrgreen:

Oh, by the way, Will, deleting and re-installing something usually (in more than 80% of the situations) does not solve any problems! ;)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  

Protected by Anti-Spam ACP Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group