Search found 36 matches
- Wed Jun 17, 2026 5:16 pm
- Forum: Problems
- Topic: End of Meteotemplate
- Replies: 13
- Views: 3121
Re: End of Meteotemplate
Hi Cavaliere, Thanks, looks nice, I would be interested to try it out! Currently I am bit by bit busy to fix a few blocks, which are broken now in MT, but with little spare time it goes slow, because in the proces i'am learning PHP. what should I do to test it out ? Grtz Alex You need to install Wo...
- Tue Jun 16, 2026 8:55 pm
- Forum: Problems
- Topic: End of Meteotemplate
- Replies: 13
- Views: 3121
Re: End of Meteotemplate
Hello everyone, Unfortunately, as we all know, this weather template will run into several problems in a few months, or soon, due to the project's closure. So, I started looking for an alternative and came across a new, entirely Italian project based on WordPress, with a dedicated theme and plugin. ...
- Tue May 26, 2026 7:44 am
- Forum: Problems
- Topic: End of Meteotemplate
- Replies: 13
- Views: 3121
Re: End of Meteotemplate
Hi all, @Jachym I am willing to take over, maybe @SteveParry and i can split, considering if @davidefa is willing to join too and take care of the programming? Any others want to join, please! Grtz Alex It would be a great and wonderful initiative if someone could take over the project and carry it...
- Wed May 20, 2026 9:01 am
- Forum: Problems
- Topic: End of Meteotemplate
- Replies: 13
- Views: 3121
Re: End of Meteotemplate
I learned of this news today with great regret. I was hoping for an update to the entire CMS. You've done a truly great job, Jachym, over the years and have provided me with numerous support services!!! I can only thank you so much! The only major concern I have now, and one I'm asking the experts t...
- Fri Aug 01, 2025 9:28 pm
- Forum: Problems
- Topic: Sea Temperature Block Trouble
- Replies: 15
- Views: 28541
Re: Sea Temperature Block Trouble
Hi everyone, has a solution been found for this sea temperature freeze?
- Tue Aug 06, 2024 9:39 am
- Forum: Problems
- Topic: fireDanger Plugin Not working!
- Replies: 3
- Views: 19988
Re: fireDanger Block Not working!
Can anyone help me with the fire alert block?
I tried removing and re-installing the block, but nothing changes, when I try to edit the settings for this block, the earthquake block settings appear.
I tried removing and re-installing the block, but nothing changes, when I try to edit the settings for this block, the earthquake block settings appear.
- Wed Jun 19, 2024 2:50 pm
- Forum: Problems
- Topic: fireDanger Plugin Not working!
- Replies: 3
- Views: 19988
fireDanger Plugin Not working!
Hi everyone, today I decided to install the FIRE DANGER 2.1 block on my site.
But unfortunately when I go to configure the plugin settings, the earthquake block settings appear why???
But unfortunately when I go to configure the plugin settings, the earthquake block settings appear why???
- Wed Dec 13, 2023 10:11 pm
- Forum: Problems
- Topic: Problem Php 8.2 homepage admin
- Replies: 17
- Views: 17423
Re: [RESOLVED] Problem Php 8.2 homepage admin
Hi Davide I just checked on the site and saw that the data imported from wundeground has a totally different layout from that of Meteotemplate, in fact I found some values that were out of line for December. Can I delete these days that we imported entirely, to avoid ruining my statistical data? Or ...
- Sun Dec 10, 2023 1:30 pm
- Forum: Problems
- Topic: Problem Php 8.2 homepage admin
- Replies: 17
- Views: 17423
Re: Problem Php 8.2 homepage admin
All resolved, thanks so much for the support Davidefa!!
- Sat Dec 09, 2023 9:25 pm
- Forum: Problems
- Topic: Problem Php 8.2 homepage admin
- Replies: 17
- Views: 17423
Re: Problem Php 8.2 homepage admin
To check your database I can recommend the 'data quality control' plugin ( helps identifying problems, data inconsistencies... ) If you have a 'WeatheLink Live premium super pro' subscription ( sorry can't understand the davis naming ) you should be able to make a backup from their services. If not...
- Sat Dec 09, 2023 1:10 pm
- Forum: Problems
- Topic: Problem Php 8.2 homepage admin
- Replies: 17
- Views: 17423
Re: Problem Php 8.2 homepage admin
If you have a backup of the data ( in csv format ) you can import the missing data via the meteootemplate control panel. Post your csv data and I'll show how to configure the importer. Regarding the database, new data is added every 5 min to the database, and this new data should appear at the end ...
- Sat Dec 09, 2023 7:07 am
- Forum: Problems
- Topic: Problem Php 8.2 homepage admin
- Replies: 17
- Views: 17423
Re: Problem Php 8.2 homepage admin
No, this is only to check if the flag is enabled ( didn't see you already solved the problem ). So disregard my last reply. It is not normal that data is missing. I see in your extended graphs that you have missing data in the last few days ( a large gap from 5 to 7 and few smaller ones ), but last...
- Fri Dec 08, 2023 11:44 pm
- Forum: Problems
- Topic: Problem Php 8.2 homepage admin
- Replies: 17
- Views: 17423
Re: Problem Php 8.2 homepage admin
The page you posted is relative to the php settings. This is a settings of mysql For example in phpmyadmin, select your database and in the sql tab execute the following query: SELECT @@SQL_MODE, @@GLOBAL.SQL_MODE; Check in the result if the flag is present, in my local database is disabled: databa...
- Fri Dec 08, 2023 11:31 pm
- Forum: Problems
- Topic: Problem Php 8.2 homepage admin
- Replies: 17
- Views: 17423
Re: Problem Php 8.2 homepage admin
solved like this, thanks DAVIDEFA: - you could add the following to your config.php script near line 15 ( after line beginning with '$con =' ). I used in my aruba domain which has the same problem, and it seems working. CODE: SELECT ALL mysqli_query($con,"SET SESSION sql_mode=(SELECT REPLACE(@@...
- Fri Dec 08, 2023 11:19 pm
- Forum: Problems
- Topic: Problem Php 8.2 homepage admin
- Replies: 17
- Views: 17423
Re: Problem Php 8.2 homepage admin
Ok, if you are with aruba check if you have the ONLY_FULL_GROUP_BY problem ( see this thread for example:http://www.meteotemplate.com/forum/viewtopic.php?t=2100 ) In short you should disable this flag in the mysql database. P.S. The warnings you see are not 'super important', part of them are a few...
- Fri Dec 08, 2023 10:31 pm
- Forum: Problems
- Topic: Problem Php 8.2 homepage admin
- Replies: 17
- Views: 17423
Re: Problem Php 8.2 homepage admin
Hi Davidefa, but in reality I first on the previous supplier, I had version 8.2 and I didn't have any problems, everything went smoothly. Now I'm having this problem with Aruba. While for the other errors, could you help me solve them? I put the php 7 version back but there are still errors if I try...
- Fri Dec 08, 2023 5:20 pm
- Forum: Problems
- Topic: Problem Php 8.2 homepage admin
- Replies: 17
- Views: 17423
Problem Php 8.2 homepage admin
When I update the php version to 8.2, the admin home page is no longer reachable, it gives me this error https://www.ombarcellonapg.com/wdisplay/template/admin/index.php?errors Fatal error: Uncaught mysqli_sql_exception: Expression #1 of ORDER BY clause is not in SELECT list, references column 'Sql1...
- Fri Dec 08, 2023 5:15 pm
- Forum: Problems
- Topic: Weather data disappeared after changing domain and server
- Replies: 0
- Views: 2666
Weather data disappeared after changing domain and server
Hi everyone, Guys I need your help, in recent days I changed the domain and server of my site, I made a backup by exporting all the database tables, importing them into the new one. Except that yesterday I saw that the site doesn't show the data from previous years, even though I imported everything...
- Fri Dec 08, 2023 7:10 am
- Forum: Programming
- Topic: Weather data disappeared after changing domain and server
- Replies: 0
- Views: 11954
Weather data disappeared after changing domain and server
Hi everyone, Guys I need your help, in recent days I changed the domain and server of my site, I made a backup by exporting all the database tables, importing them into the new one. Except that yesterday I saw that the site doesn't show the data from previous years, even though I imported everything...
- Tue Nov 21, 2023 5:07 pm
- Forum: Problems
- Topic: Sea Temperature Block Trouble
- Replies: 15
- Views: 28541
Re: Sea Temperature Block Trouble
Block Seatemperature.
My site: www.ombarcellonapg.com
Regione seatemperature this: https://www.seatemperature.org/europe/italy/milazzo.htm
- Sun Nov 19, 2023 8:32 pm
- Forum: Problems
- Topic: Sea Temperature Block Trouble
- Replies: 15
- Views: 28541
Re: Sea Temperature Block Trouble
I just tested the file of the block in question, indicated above and now the block loads it, but the current data brings me 0.0 °C. And also if I change city, it doesn't change in the block.
Do you have a solution?
Do you have a solution?
- Sun Oct 01, 2023 8:04 pm
- Forum: Problems
- Topic: HTTP ERROR 500 - update from 18 to 19.
- Replies: 17
- Views: 50547
Re: HTTP ERROR 500 - update from 18 to 19.
Hi everyone, I followed the entire discussion, and I modified the function.php file indicated above, and activated the modules on the hosting server. But unfortunately my site continues to give error 500 in desktop mode, in mobile mode it shows perfectly. As suggested by you jachym below I insert th...
- Sun Sep 10, 2023 9:00 am
- Forum: Ideas
- Topic: Webcam - Add livestream option (Youtube)
- Replies: 1
- Views: 16760
Re: Webcam - Add livestream option (Youtube)
Hi @polbrieuc,
I tried to use your live webcam blocker today by putting my webcam stream from youtube. But why doesn't it work?
I tried to use your live webcam blocker today by putting my webcam stream from youtube. But why doesn't it work?
- Wed Dec 07, 2022 11:58 am
- Forum: Chat
- Topic: Any news on the new Meteotemplate?
- Replies: 14
- Views: 49486
Re: Any news on the new Meteotemplate?
Hello, I believe Jachym's last intervention is this: http://www.meteotemplate.com/forum/viewtopic.php?f=52&t=2321&p=11852#p11852 Even if he doesn't express himself often, he seems to follow his baby :-) and seems ready to make it evolve. Good day to all... Michel We hope we will soon have t...
- Sat Dec 03, 2022 11:33 am
- Forum: Chat
- Topic: Any news on the new Meteotemplate?
- Replies: 14
- Views: 49486
Re: Any news on the new Meteotemplate?
We hope that the new year also brings us the new version of meteotemplate.
Has anyone happened to get any updates or news from Jachym?
Has anyone happened to get any updates or news from Jachym?