Author Topic: IONOS  (Read 1561 times)

0 Members and 1 Guest are viewing this topic.

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
IONOS
« on: October 20, 2023, 10:44:22 AM »
I switched from GoDaddy to IONOS hosting. I use Weather Display software. I corrected to settings under connections to reflect the new FTP host , FTP username and password. WD is not updating. Connects to host then disconnects . Any ideas?
« Last Edit: October 20, 2023, 10:52:41 AM by cospringswx »




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #1 on: October 20, 2023, 10:55:37 AM »
Disregard. Had to enable SFTP on WD .




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Offline CNYWeather

  • Forecaster
  • *****
  • Posts: 2298
    • CNYWeather
Re: IONOS
« Reply #2 on: October 20, 2023, 11:59:10 AM »
They will only allow SFTP on their hosting plans. Killed my uploads to the website site of GR Level 3 since that doesnt have SFTP.
Been with them almost 2 years. A couple site outages here and there but good value for the price!
Tony




Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #3 on: October 20, 2023, 12:08:53 PM »
Hi Tony!

I've had GoDaddy for a long time and it was time for renewal and decided to make the switch due to a steep increase in price. Just went live today




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #4 on: October 20, 2023, 12:14:46 PM »
Looks like I have to fix my sticker. Don't know what happened




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #5 on: October 20, 2023, 02:23:50 PM »
Anyone know what might be wrong?




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #6 on: October 22, 2023, 02:02:25 PM »
Attached is a snippet of my current config.txt file with the $data_file_path set as './clientraw.txt'




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9300
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: IONOS
« Reply #7 on: October 22, 2023, 05:35:44 PM »
You have a few updates to apply -- https://www.cospringsweather.com/check-fetch-times.php?show=versions
but that is not the issue with your wxgraphic.php

Since the background graphic and the conditions graphic show on the image, I suspect it is a problem with the TrueType font selected
As a test, in config.txt change
Code: [Select]
$font_file = './fonts/franklin_medium_condensed'; to
Code: [Select]
$font_file = "none";
and see if the text appears.  If it does, then re-upload the ./fonts/franklin_medium_condensed file using binary FTP and try reverting the $font_file to its original setting.

Also, check the Apache error_log for PHP error messages .. that can give a clue to what might be wrong.
« Last Edit: October 22, 2023, 05:44:09 PM by saratogaWX »
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #8 on: October 22, 2023, 10:26:56 PM »
Hi Ken,

Thanks for the response. The font is set to none and still nothing. I did update the other files that were outdated.




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9300
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: IONOS
« Reply #9 on: October 23, 2023, 10:25:24 AM »
Does the Apache error_log have any entries?  If not, temporarily add to the top of config.txt
Code: [Select]
error_reporting(E_ALL);
ini_set("display_errors","1");
then the view-source:https://www.cospringsweather.com/wxgraphic.php?type=banner2_big should show any errata
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #10 on: October 28, 2023, 08:04:49 PM »
Now my wind icon on the dashboard is not showing




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Online Jasiu

  • Forecaster
  • *****
  • Posts: 951
    • LexMAWeather
Re: IONOS
« Reply #11 on: October 28, 2023, 08:26:08 PM »
It's initially there but when when the javascript real time code runs to update it, it references a non-existent file (ajax-images/wr-NW.png). The initial page code references "/ajax-images/wr-NNE.gif", so it looks like you have a mismatch between the PHP and javascript as to whether you are using gif or png images.  It looks like the variable "wrType" in ajaxWDwx.js is the culprit (set at line 74).
https://lexmaweather.info
On Mastodon: @LexMAWeather@toot.community

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #12 on: October 29, 2023, 12:21:48 PM »
It magically fixed itself. I have not touched the ajaxWDwx.js file in a long time




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Online Jasiu

  • Forecaster
  • *****
  • Posts: 951
    • LexMAWeather
Re: IONOS
« Reply #13 on: October 29, 2023, 01:22:25 PM »
Weird. Looking at the source at line 74 now, it has:

Code: [Select]
var wrType   = '.gif';      // extension of the graphic filename
https://lexmaweather.info
On Mastodon: @LexMAWeather@toot.community

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #14 on: October 29, 2023, 05:40:22 PM »
Does the Apache error_log have any entries?  If not, temporarily add to the top of config.txt
Code: [Select]
error_reporting(E_ALL);
ini_set("display_errors","1");
then the view-source:https://www.cospringsweather.com/wxgraphic.php?type=banner2_big should show any errata

I am unsure how to check this Ken.




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9300
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: IONOS
« Reply #15 on: October 29, 2023, 06:49:12 PM »
I checked.. no errors being displayed on your image at https://www.cospringsweather.com/wxgraphic.php?type=banner2_big but.. no text either.

Since your thermometer.php and fire danger scripts are displaying text/image correctly, there's something else amiss that causes the wxgraphic.php to not display the text.

Can you put config.txt and wxgraphic.php into a .zip and attach it to a reply.  I'll take a closer look.
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #16 on: October 29, 2023, 07:55:48 PM »
I checked.. no errors being displayed on your image at https://www.cospringsweather.com/wxgraphic.php?type=banner2_big but.. no text either.

Since your thermometer.php and fire danger scripts are displaying text/image correctly, there's something else amiss that causes the wxgraphic.php to not display the text.

Can you put config.txt and wxgraphic.php into a .zip and attach it to a reply.  I'll take a closer look.

Hi Ken,

Thanks for the help




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9300
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: IONOS
« Reply #17 on: October 29, 2023, 08:36:59 PM »
I don't think you attached the wxgraphic set of files from your website.. the config.txt in the zip doesn't match the config.txt on your site.  It also seems to be missing your graphic templates (banner2_big.png etc.)
I need to replicate your issue on my test setup to help diagnose the issue, and for that I need your set of current files for wxgraphic (config.txt, wxgraphic.php and *.png files used by your wxgraphic.php script).
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline cospringswx

  • Forecaster
  • *****
  • Posts: 4136
    • Colorado Springs Weather
Re: IONOS
« Reply #18 on: October 29, 2023, 09:37:56 PM »
Fixed it Ken




Ryan 

Colorado Springs, CO
www.cospringsweather.com
Davis Vantage Vue
Weather Display Software
Amcrest HD IP Camera