Page 2 of 8
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Wed May 07, 2025 10:01 am
by alexvanuxem
Hi Boris,
When downloading the master.zip file, all folders seem to be empty.
(also from the link you provided in this thread), should I wait some time ?
The cloud version works fine.
KR
Alex
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Wed May 07, 2025 10:34 am
by wvdkuil
Confirmed.
The master and update are the same and have the "same" size.
All items in the main folder are available.
The sizes of the downloads are nearly identical 2.767.501 versus 2.765.713 bytes
All folders which should contain items (images, fonts, js, a.s.o.) are empty
Regards,
Wim
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Wed May 07, 2025 10:17 pm
by admin
Silly me, I did the zips without recursive option. Files are updated, please try again.
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Thu May 08, 2025 4:12 pm
by lorenz1982
All very nice, thank you.
Would it be possible to have the update interval every 10 seconds as well?
Thanks.
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Thu May 08, 2025 6:50 pm
by alexvanuxem
folders contain now stuff.
the updatere doesn't work, nore the master file.
500 internal error.
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Thu May 08, 2025 10:30 pm
by admin
lorenz1982 wrote: ↑Thu May 08, 2025 4:12 pm
Would it be possible to have the update interval every 10 seconds as well?
Sorry, no chance, because that would grill my web server, when hundreds of Meteobridges are simultanously sending data.
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Fri May 09, 2025 10:59 am
by lorenz1982
Maybe there is a time zone issue in the forecast update time?
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Sat May 10, 2025 12:39 pm
by pwilman
Morning Brian,
Everytime I update my current webserver install of MB with either the simple update or master update I get the following error message:
Fatal error: Uncaught Error: Call to undefined function exec() in /customers/8/4/1/paulwilman.com/httpd.www/pw2/index.php:9 Stack trace: #0 {main} thrown in /customers/8/4/1/paulwilman.com/httpd.www/pw2/index.php on line 9
I am sure I am doing something wrong.
I am trying to do the update top my original version so that I can download my full archive back to 2018 to upload into the new cloud based instance.
Cloud based instance is working 100% fine
Thanks
Paul
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Sat May 10, 2025 12:59 pm
by admin
pwilman wrote: ↑Sat May 10, 2025 12:39 pm
Morning Brian,
Everytime I update my current webserver install of MB with either the simple update or master update I get the following error message:
Fatal error: Uncaught Error: Call to undefined function exec() in /customers/8/4/1/paulwilman.com/httpd.www/pw2/index.php:9 Stack trace: #0 {main} thrown in /customers/8/4/1/paulwilman.com/httpd.www/pw2/index.php on line 9
I am sure I am doing something wrong.
I am trying to do the update top my original version so that I can download my full archive back to 2018 to upload into the new cloud based instance.
Cloud based instance is working 100% fine
Thanks
Paul
I will have a look.
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Sat May 10, 2025 1:10 pm
by admin
The exec functions are added to the new templates by me. They are needed to start some automated tasks without having external triggers available.
Your php install might have the exec function blocked as a default security option. Please read here where to look and how to lift the lock:
https://forum.directadmin.com/threads/w ... xec.71314/
Please report back, if you are able to resolve the issue that way.
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Sat May 10, 2025 3:15 pm
by pwilman
Brian,
Thanks for looking into this. I have tried to read the documents that you have linked to and they are well beyond me unfortunately. I dont even know where to start to update my php settings!
Thanks for trying to help.
Paul
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Sat May 10, 2025 3:23 pm
by pwilman
Found my phpinfo:
www.paulwilman.com/phpinfo.php
I cant find exec listed which I assume means it is diabaled. Not sure how I add it?
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Sat May 10, 2025 4:13 pm
by admin
Thanks for sharing your phpinfo. In the "Core" section it lists "exec" in the "disabled functions" row. This needs to be changed as explained here:
https://www.namecheap.com/support/knowl ... able-exec/
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Sat May 10, 2025 5:09 pm
by pwilman
Just contacted me hosting company (one.com) and apparently the exec function is not supported on their servers. Does not look like it will work for me.
Re: Weather34 Aurora becomes Meteobridge Aurora and goes into the Cloud
Posted: Sat May 10, 2025 5:40 pm
by admin
ok, then I will have a look, how to circumvent this for non-cloud installs.