Hallo zusammen
Ich habe folgendes Problem:
Wenn ich in der setup.php auf Save gehe, erschein im nächsten Fenster folgende Meldung:
Config created/updated.
und obehalb eine Menge fehler
http://www.ms30.at/Fehler.png
Vielleich kann mir bitte einer helfen was ich falsch mache
Danke
createConfig.php
-
- Expert
- Posts: 862
- Joined: Tue Jan 12, 2021 8:03 am
- Location: Italy
- Station model: WH2650
- Software: WH2650 (direct upload)
- Contact:
Re: createConfig.php
Which version of php are you using?
Currently meteotemplate is not compatible with php 8.0 or higher ( but I'm working on it ).
Currently meteotemplate is not compatible with php 8.0 or higher ( but I'm working on it ).
Re: createConfig.php
Thank you for your answer. I am currently using php 8.0.
-
- Expert
- Posts: 862
- Joined: Tue Jan 12, 2021 8:03 am
- Location: Italy
- Station model: WH2650
- Software: WH2650 (direct upload)
- Contact:
Re: createConfig.php
You should be able to change php version trough the control panel of your hosting provider
-
- Forecaster
- Posts: 153
- Joined: Thu Aug 02, 2018 11:40 am
- Station model: Davis Vantage Pro2
- Software: Meteobridge
Re: createConfig.php
Hi,
any idea when PHP 8 will be supported?
Seems that my provider is going to drop any PHP 7 in near future (7.4 is still available).
Regards
any idea when PHP 8 will be supported?
Seems that my provider is going to drop any PHP 7 in near future (7.4 is still available).
Regards
-
- Expert
- Posts: 862
- Joined: Tue Jan 12, 2021 8:03 am
- Location: Italy
- Station model: WH2650
- Software: WH2650 (direct upload)
- Contact:
Re: createConfig.php
Sorry I don't have a date ( a calendar date ; - ), I'm working on porting meteotemplate to php 8.0.
I'd say soon... but don't hold your breath ( I mean my site, in my signature, is already working on php 8.0 but if you navigate between menu entries you'll find 'a few' problems... )
I'd say soon... but don't hold your breath ( I mean my site, in my signature, is already working on php 8.0 but if you navigate between menu entries you'll find 'a few' problems... )
-
- Forecaster
- Posts: 153
- Joined: Thu Aug 02, 2018 11:40 am
- Station model: Davis Vantage Pro2
- Software: Meteobridge
Re: createConfig.php
Ok, thanks.
Just another question: transferring meteotemplate to PHP 8.x also means modifying database access from mysql to mysqli?
Regards
Just another question: transferring meteotemplate to PHP 8.x also means modifying database access from mysql to mysqli?
Regards
-
- Expert
- Posts: 862
- Joined: Tue Jan 12, 2021 8:03 am
- Location: Italy
- Station model: WH2650
- Software: WH2650 (direct upload)
- Contact:
Re: createConfig.php
No, already meteotemplate uses mysqli.
The main changes are due to warning -> error conversion ( previous warning, almost unnoticed, that now throw an error )
The main changes are due to warning -> error conversion ( previous warning, almost unnoticed, that now throw an error )