Moved to a new server & issues

Post Reply
meteo
Newbie
Newbie
Posts: 1
Joined: Mon Sep 18, 2017 7:40 am
Station model: Davis VP2+
Software: WD

Moved to a new server & issues

Post by meteo » Sat Mar 09, 2024 4:11 pm

Hi, I had to move to a new dedicated server as my oldone of 10+ years is nearing EOL.

I also moved my domain too, the server has php 8.2. Breckland Weather

I have multiple issues of which i have been trying for nearly 6 days now to sort out.

1, database is not updating
2, slow loading (in comparison, BW Leuven, BW PWS Dashboard and BW Saratoga)
3, items not working (steel gauges, the whole middle column)

I did hit it with

Code: Select all

SET GLOBAL sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));
that seemed to resolve my admin area issue as I couldnt access it before today.

I have also tried running the import script to backfill the days missing (jumping the gun, i know)
Test was spot on, no errors, ran the import and it says "Starting to parse data" and thats it,
Inspecting the page shows 60 of these errors...

Code: Select all

importFile.php:1 Unchecked runtime.lastError: A listener indicated an asynchronous response by returning true, but the message channel closed before a response was received
So thats another issue i have, i suspect they must be all related because for the most part, the script worked.

I hope someone can shed some light on this, please.

Regards

Martin

RonnyT
Observer
Observer
Posts: 18
Joined: Wed Jun 21, 2023 7:13 pm
Station model: Davis Vantage Pro 2
Software: Weather Display

Re: Moved to a new server & issues

Post by RonnyT » Tue Apr 02, 2024 8:22 am

My ISP changed me over to a new server and I seem to have the exact same problem ... -30 degrees etc...
(have a separate post over here)
But it looks like you got it working again ... What did you have to do? :)

Post Reply