Author Topic: FTP problem (I think)  (Read 8991 times)

tigers

  • Gentle Breeze
  • **
  • Posts: 79
Re: FTP problem (I think)
« Reply #15 on: May 22, 2012, 01:26:11 AM »
The yui-g stuff is from the Yahoo YUI css library. It's just a framework to (more easily) get cross browser compatible columns and what not without having to reinvent the wheel. Every template I've ever made makes use of them ;).


Anyway, can you also zip up your template directory and post it up here for us to look at? Something seems odd there. I was going to posit that it was a permissions thing on your server, but it looks correct to me.

wrw

  • Gentle Breeze
  • **
  • Posts: 14
  • Station Details: Davis Instruments, Vantage Pro2, interfaced through an Envoy; Computer is a Late 2013 Mac Pro, Quad 3.7 GHz Processor, 64 Gig of memory and 1 TB of Apple SSD
Re: FTP problem (I think)
« Reply #16 on: May 22, 2012, 01:56:44 AM »
Quote
Anyway, can you also zip up your template directory and post it up here for us to look at? Something seems odd there. I was going to posit that it was a permissions thing on your server, but it looks correct to me.

Sure, here it is.  There are three files: index.html, wx.css file, and the wxhistoric.html file.

Thanks,
Bill




WCDev

  • WeatherCat Developer
  • Administrator
  • Storm
  • *****
  • Posts: 2911
    • CW9739
    • ISCOTLAN25
    • Trixology
  • Station Details: Main Station: Vantage Pro-2, 24hr fars, solar, soil/leaf station, extra temp stations, no U.V. WeatherLink IP.
Re: FTP problem (I think)
« Reply #17 on: May 22, 2012, 04:47:30 PM »
Thanks Bill.

I can see the problem - instead of something like:
Code: [Select]
<img src="rh1.jpg" alt="External humidity graph"/>in your template, use:
Code: [Select]
GRHUMO$That will be replaced with:
Code: [Select]
<img src="rh1.jpg" alt="External humidity graph"/>AND tag the image for upload.

Note: Your current code works 'locally' because WeatherCat always dumps all the resources to the output directory every time it does a Custom Web run.
 
Hope this helps.



 

wrw

  • Gentle Breeze
  • **
  • Posts: 14
  • Station Details: Davis Instruments, Vantage Pro2, interfaced through an Envoy; Computer is a Late 2013 Mac Pro, Quad 3.7 GHz Processor, 64 Gig of memory and 1 TB of Apple SSD
Re: FTP problem (I think)
« Reply #18 on: May 23, 2012, 05:03:10 AM »
That was it - sorry for eating up so much time and bandwidth with my misunderstanding how custom web pages in LWC2/WC were supposed work.

Thanks for the help.

Bill