Steve, That has partially fixed the problem; I can now see gauge-data.txt is being uploaded to your web server, though it is appearing in a different directory to that expected by the SteelSeries Gauges javascript. I recommend leaving the SteelsSeries gauges as is and altering post_gauge-data.php to save gauge-data.txt to the correct directory. If you can edit the post_gauge-data.php file on your web server and locate the following line (circa line 28):
$json_file = "./gauge-data.txt"; then change it to read: $json_file = "./ss/gauge-data.txt"; Save the file. Note depending on your host you may not be able to edit files directly on the web server, you may need to edit a local copy and then manually upload it. No need to restart anything, the gauges should start to work again in a few seconds. Gary On Monday, 19 September 2022 at 03:53:49 UTC+10 Steve2Q wrote: > > Gary: my host told me how to access my log files, and in the instructions > was this: > > " I checked on the error logs, and today's log is empty, which is good in > the way that it would indicate the hosting environment is working > correctly. Please check on the logs and if you need further support let > us know, we'll be happy to help." > > The error.log for today is empty. > > The .php file WAS missing from /Weather, but my adding it does not appear > to have changed anything. > > > -- You received this message because you are subscribed to the Google Groups "weewx-user" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/weewx-user/b92f8f92-9702-41dd-9803-b2aecd5e7941n%40googlegroups.com.
