Author Topic: Moved to Ionos from GoDaddy - 1 issue right now  (Read 758 times)

0 Members and 1 Guest are viewing this topic.

Offline CNYWeather

  • Forecaster
  • *****
  • Posts: 2297
    • CNYWeather
Moved to Ionos from GoDaddy - 1 issue right now
« on: February 11, 2022, 08:52:02 PM »
After 17 years, I moved my site and domain from GoDaddy to Ionos.
A hour of so struggling to understand the FTP addresses needed for Weather Display, I got that all set.

I have 1 error on my dashboard that I can't seem to figure out.

 [ You are not allowed to view attachments ]

I commented out that line of code in my dashboard for now. Did I miss some files that I copied
from GoDaddy to Ionos?

Here's the dashboard code also.
 [ You are not allowed to view attachments ]

And 1 more thing. Anyone uploading GR Level 3 Radar with Ionos? I can't seem to get it to upload
using the same credentials as I am for Weather Display.

Thanks!!
Tony




Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9288
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: Moved to Ionos from GoDaddy - 1 issue right now
« Reply #1 on: February 11, 2022, 09:51:10 PM »
Looks like you're in PHP8 land now, and http://www.cnyweather.com/check-fetch-times.php?show=versions shows some downlevel scripts that should be updated (to become error free).  In particular, the common.php needs updating.  Likewise, your alt ajax-dashboard has some fixes for PHP 8.1+

Also, in header.php, change
Code: [Select]
$tuom = split( to
Code: [Select]
$tuom = explode( so you won't fatal error when updating to PHP 8.1.

As for the GRLeve3 FTP issue, I suggest you create a new FTP userid/password for GRLevel3 to use.
« Last Edit: February 11, 2022, 09:58:11 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 CNYWeather

  • Forecaster
  • *****
  • Posts: 2297
    • CNYWeather
Re: Moved to Ionos from GoDaddy - 1 issue right now
« Reply #2 on: February 12, 2022, 08:15:16 AM »
I fixed the moon error and updated many of the scripts. I get a blank for the illumination now Ken.

 [ You are not allowed to view attachments ]


As far as the FTP for GR Level 3, Ionos has some weird looking FTP hosts that I can't seem to get the ftp correct for the GR radar

 [ You are not allowed to view attachments ]
Tony




Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9288
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
Re: Moved to Ionos from GoDaddy - 1 issue right now
« Reply #3 on: February 12, 2022, 12:17:02 PM »
About the Moon issue, you're running an old version of the alt ajax dashboard (Alternative-ajax-dashboard.php - 6.81 - 20-Mar-2013).
I'd suggest you download from my legacy-scripts the current ajax-dashboard6.php and compare what it does for moon v.s. what your version does.  I don't have a 6.81 version of that script around.

For the SFTP/SSH, use port 22

You may need to set a default path to public_html/ otherwise the files will end up in a non-web-accessable location for your userid.
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 CNYWeather

  • Forecaster
  • *****
  • Posts: 2297
    • CNYWeather
Re: Moved to Ionos from GoDaddy - 1 issue right now
« Reply #4 on: February 15, 2022, 09:42:03 AM »
Got everything squared away yesterday. Had to fix some UV code last night.
Brian from Weather-Display helped me find a missing "use SFTP" checkbox I didn't enable.

As far as the GR Level 3 Radar FTP, looks like that isn't possible since Ionos only supports SFTP from what I read
and the author of GR 3 isn't going to change the upload methods. Was thinking of Fling or something, but decided
just to leave the GR radar for me to use at home now and not on the website.

Thanks for the 17 years GoDaddy. Moved my domain and hosting and have a secure site included in the cost of hosting.
Tony