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
moved and reloading will these versions work
-
FSC830
- 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
HI,
yes, the versions are ok.
Here is what I am runinng at my test site (a virtual server):
At this site there is currently no certificate for https too.
Regards
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))Regards
-
spd2612
- 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
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
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
-
FSC830
- 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
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?
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?
-
spd2612
- 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
I seen that post but I cant figure out how to make that change
The change explanation is not clear
The change explanation is not clear
-
FSC830
- 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
If you have sudo permissions (or root access) just edit /etc/mysql/my.cnf and add following line(s):
This is the global setting.
Afterwards just login to mysql, choose the database and set the same for the local value.
Regards
Code: Select all
[mysqld]
sql_mode=
Afterwards just login to mysql, choose the database and set the same for the local value.
Regards