Page 1 of 1
moved and reloading will these versions work
Posted: Fri Mar 28, 2025 1:50 pm
by spd2612
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
Re: moved and reloading will these versions work
Posted: Sun Mar 30, 2025 9:44 am
by FSC830
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
Re: moved and reloading will these versions work
Posted: Sun Mar 30, 2025 1:22 pm
by spd2612
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
Re: moved and reloading will these versions work
Posted: Sun Mar 30, 2025 1:54 pm
by FSC830
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?
Re: moved and reloading will these versions work
Posted: Sun Mar 30, 2025 2:00 pm
by spd2612
I seen that post but I cant figure out how to make that change
The change explanation is not clear
Re: moved and reloading will these versions work
Posted: Sun Mar 30, 2025 2:51 pm
by FSC830
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