moved and reloading will these versions work

Post Reply
spd2612
Forecaster
Forecaster
Posts: 192
Joined: Thu Jan 23, 2020 4:00 pm
Location: Jonesboro Ar
Station model: Davis Pro 2
Software: Meteobridge Pro 2
Contact:

moved and reloading will these versions work

Post by spd2612 » Fri Mar 28, 2025 1:50 pm

I have moved and am trying to get my server back online with a fresh install of ubunto 24.04
Not able to get the meteotemplate config page to load or anything else for that matter
It does have PHP Version 8.3.6
MySql 8.3

I used meteotemplate from my old server configuration and built the new ubunto 8.3
I can get php info to load but nothing else I was getting a mysql error but I manually created the scheme in mysql and that error went away
I do not have a ssl cert applied to it yet
First will these versions work ? i was running this on PHP 8.1 and mysql 5.x
Any input will be greatly appreciated
http://jonesboroweather.com/info.php
Image

Davis Pro 2
Meteobridge Pro2

GW 2000
WH57 Lightning Detector

FSC830
Forecaster
Forecaster
Posts: 195
Joined: Thu Aug 02, 2018 11:40 am
Station model: Davis Vantage Pro2
Software: Meteobridge

Re: moved and reloading will these versions work

Post by FSC830 » Sun Mar 30, 2025 9:44 am

HI,
yes, the versions are ok.
Here is what I am runinng at my test site (a virtual server):

Code: Select all

root@ubuntu:~# php -v
PHP 8.3.11 (cli) (built: Aug 30 2024 09:28:18) (NTS)
Copyright (c) The PHP Group
Zend Engine v4.3.11, Copyright (c) Zend Technologies
    with Zend OPcache v8.3.11, Copyright (c), by Zend Technologies
root@ubuntu:~# mysql -V
mysql  Ver 8.0.41-0ubuntu0.24.04.1 for Linux on x86_64 ((Ubuntu))
At this site there is currently no certificate for https too.

Regards
Image

spd2612
Forecaster
Forecaster
Posts: 192
Joined: Thu Jan 23, 2020 4:00 pm
Location: Jonesboro Ar
Station model: Davis Pro 2
Software: Meteobridge Pro 2
Contact:

Re: moved and reloading will these versions work

Post by spd2612 » Sun Mar 30, 2025 1:22 pm

I could not get it to work
Did you make any changes to Your Mysql?
I loaded back to 22.04 ysterday after spending hours setting up things I some how lost sudo Rights and I cant seem to get this VM to safe mode which sucks because I will have to start over again
I usually make more then one Admin but this time I did not

My signature is running off my old install
Image

Davis Pro 2
Meteobridge Pro2

GW 2000
WH57 Lightning Detector

FSC830
Forecaster
Forecaster
Posts: 195
Joined: Thu Aug 02, 2018 11:40 am
Station model: Davis Vantage Pro2
Software: Meteobridge

Re: moved and reloading will these versions work

Post by FSC830 » Sun Mar 30, 2025 1:54 pm

Hi,

for the only setting I modified please see here: https://www.meteotemplate.com/forum/vie ... 608#p13731.

But at my hosted site I did not change this as I do not have permissions there.

Regards

Edit: Where exactly do you stuck?
Image

spd2612
Forecaster
Forecaster
Posts: 192
Joined: Thu Jan 23, 2020 4:00 pm
Location: Jonesboro Ar
Station model: Davis Pro 2
Software: Meteobridge Pro 2
Contact:

Re: moved and reloading will these versions work

Post by spd2612 » Sun Mar 30, 2025 2:00 pm

I seen that post but I cant figure out how to make that change
The change explanation is not clear
Image

Davis Pro 2
Meteobridge Pro2

GW 2000
WH57 Lightning Detector

FSC830
Forecaster
Forecaster
Posts: 195
Joined: Thu Aug 02, 2018 11:40 am
Station model: Davis Vantage Pro2
Software: Meteobridge

Re: moved and reloading will these versions work

Post by FSC830 » Sun Mar 30, 2025 2:51 pm

If you have sudo permissions (or root access) just edit /etc/mysql/my.cnf and add following line(s):

Code: Select all

[mysqld]
sql_mode=
This is the global setting.
Afterwards just login to mysql, choose the database and set the same for the local value.

Regards
Image

Post Reply