Page 46 of 48

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Sat 30 Dec 2023 9:04 am
by freddie
Did you do a recursive chown or did you just do the top level www directory?

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Sat 30 Dec 2023 10:04 am
by elobilo
Update and fix for anybody else that happens to see this problem themselves.
The user and group ids of the mxtest dir both on the docker container and nas file system that they are mapped from were uid=33(www-data) gid=33(www-data) groups=33(www-data) This was after creating the user/group for www-data in synology and manually changing the created ids to 33, to match the container and chown (recursively) the linked www dir on synology.
So the container dir mxtest/jpgraph/cache (./jpgraph/cache) should have been writable and I don't know why it wasn't.

The workaround was to put the cache in /tmp, and this was done by editing the file: mxtest\jpgraph\jpg-config.inc.php
and changing:
define('CACHE_DIR','./jpgraph/cache/');
define('CACHE_HTTP_DIR','./jpgraph/cache/');
to
define('CACHE_DIR','/tmp/jpgraph/cache/');
define('CACHE_HTTP_DIR','/tmp/jpgraph/cache/');

Now for getting the optional modules working :)

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Wed 03 Jan 2024 8:25 pm
by BCJKiwi
New Version 2.2.7 uploaded to first page.
Only minor changes.

:bash: :bash: :bash:
OOPs
Some files missing from the MXUIwebsite 2.2.7.zip files set.
Please download again if you were in quickly !!!

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Tue 06 Feb 2024 9:51 am
by mrrickau
Hi There,

I have my install working great, but does anyone know if its possible to change the Charts on the main page to only show the last 24 or 48 hours?

Cheers

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Tue 06 Feb 2024 2:14 pm
by meteosini
Hello everyone I have rearranged my site, unfortunately there is a problem. I can't see the monthly records anymore but only of all time. can anyone help me?? the weather page of the site. Thank you

http://meteomarreno.altervista.org/records.php

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Tue 06 Feb 2024 4:26 pm
by PaulMy
Hi,
If I do a [F12] on your site it indicates an issue with records.php
Did you do any edits on this file? or possibly some error when you added the Radar tab?
Possibly reload records.php

Enjoy,
Paul

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Tue 06 Feb 2024 5:29 pm
by meteosini
PaulMy wrote: Tue 06 Feb 2024 4:26 pm Hi,
If I do a [F12] on your site it indicates an issue with records.php
Did you do any edits on this file? or possibly some error when you added the Radar tab?
Possibly reload records.php

Enjoy,
Paul
Thanks for the reply, link radar when I added it I already had the problem with monthly records. I try to see the record.php file and reload it

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Wed 07 Feb 2024 12:00 pm
by alexvanuxem
I had the same problem, I found out that the problem was caused by clicking the incremental option in the extra web pages next to the upload of the records-sa.js file.

Don't know if this will help your problem, .....

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Fri 23 Feb 2024 8:11 pm
by alpha13
Good afternoon
I get the following error in the console with F12. I can't find where I put the extra bar. Aid

XHRGET
https://meteodosrius.es//Cumulus/cumulu ... 8718863199
[HTTP/3 404 72ms]

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Fri 23 Feb 2024 10:09 pm
by BCJKiwi
Don't understand what you are saying - need more info
I can't access your website using this link:- https://meteodosrius.es//Cumulus/cumulu ... 8718863199

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Fri 23 Feb 2024 10:18 pm
by PaulMy
Hi,
I get the following error in the console with F12. I can't find where I put the extra bar. Aid
XHRGET
You are missing some files.
Make sure all the files in the Main and Options websiteMX are uploaded, and to the correct folders. And that the realtime.txt and realtimegauges.txt are uploaded and that the files in webMX are included in your Extra web files for processing and upload. You may need to tweak some settings so MXUI can find the files - i.e. NOAA Reports.

Enjoy,
Paul

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Sat 24 Feb 2024 7:39 am
by BeaumarisWX
Hi Brian,
I've been fairly quiet for a while, but just noticed many users have not updated the ("#wchillL and #TwchillL") tags.
On all your Records pages it display's nill. I updated mine back at Build 3269.

Note : also your Saratoga templates (tags etc. need amending as per above also).

Build 3269 - Version 3.28.0
New
........................
All time low wind chill web tags were miss named wchillH and TwchillH. They are now wchillL and TwchillL
The default web site page record.htm has been changed to reflect this
As has the websitedataT.json file

Examples :

https://silveracorn.nz/cumulusmx/records.php
https://beaumaris-weather.com/MXUI/records.php

https://silveracorn.nz/weather/wxrecords.php
https://beaumaris-weather.com/wxrecords_cu.php

Kindest Regards,
Tony

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Sat 24 Feb 2024 8:27 am
by alpha13
BCJKiwi wrote: Fri 23 Feb 2024 10:09 pm Don't understand what you are saying - need more info
I can't access your website using this link:- https://meteodosrius.es//Cumulus/cumulu ... 8718863199
sorry
https://meteodosrius.es/Cumulus/cumulus2/index.php

Now error: XHRGET
https://meteodosrius.es/Cumulus/Cumulus ... 8764974645
[HTTP/2 404 48ms]

duplicate cumulus/cumulus/

Where is the address of "realtimegauges.txt" configured?

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Sat 24 Feb 2024 9:12 am
by water01
In the Internet Settings > Web/Upload Site > Remote FTP Directory

This is the base directory for all file uploads.

Re: CumulusMX and Cumulus1 UI style Multilingual Websites

Posted: Sat 24 Feb 2024 9:42 am
by alpha13
I mean in MXUI Template. In CumulusMX it is correct and arrives at its place