Author Topic: No Sunlight Pie Chart  (Read 502 times)

0 Members and 1 Guest are viewing this topic.

Offline Bunty

  • Forecaster
  • *****
  • Posts: 2431
  • Stillwater, home of Oklahoma State University
    • Welcome to Stillwater Weather
No Sunlight Pie Chart
« on: January 20, 2021, 04:10:48 AM »
How do I get the sunlight pie chart showing where it's supposed to be on right side of page.  I do have a recent heavenpie.png in the cache. Thanks.

https://stillwaterweather.com/wxindex


Also the 2nd home page using modified AltDashboard 6.95 at http://stillwaterweather.com/2ndhome.php

Offline ConligWX

  • Forecaster
  • *****
  • Posts: 839
  • #conligwx
    • conligwx.org
Re: No Sunlight Pie Chart
« Reply #1 on: January 20, 2021, 04:52:37 AM »
Permission issue perhaps?

https://stillwaterweather.com/cache/heavenpie.png
Code: [Select]
Forbidden
You don't have permission to access this resource.Server unable to read htaccess file, denying access to be safe

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Also your code says:

Code: [Select]
src="cache/heavenpie.png"
Perhaps

Code: [Select]
src="./cache/heavenpie.png"
???
Regards Simon
Davis Vantage Pro2 Plus (6162UK) • Daytime FARS • WeatherLink Live • AirLink • PurpleAir PA-II-SD • CumulusMX •


Offline Bunty

  • Forecaster
  • *****
  • Posts: 2431
  • Stillwater, home of Oklahoma State University
    • Welcome to Stillwater Weather
Re: No Sunlight Pie Chart
« Reply #2 on: January 20, 2021, 01:52:29 PM »
Permission issue perhaps?

https://stillwaterweather.com/cache/heavenpie.png
Code: [Select]
Forbidden
You don't have permission to access this resource.Server unable to read htaccess file, denying access to be safe

Additionally, a 403 Forbidden error was encountered while trying to use an ErrorDocument to handle the request.

Also your code says:

Code: [Select]
src="cache/heavenpie.png"
Perhaps

Code: [Select]
src="./cache/heavenpie.png"
???

Adding ./ to code didn't help.  Update.  It works now.  Apparently adjusting file permissions in cache folder fixed problem.
« Last Edit: January 20, 2021, 02:34:38 PM by Bunty »

Also the 2nd home page using modified AltDashboard 6.95 at http://stillwaterweather.com/2ndhome.php

 

anything