Hello,
I've searched the forum for posts by users asking for assistance on their blocks all spinning. There were only 2 that I located and each time it had something to do with https. I do not have https enabled on my site, just http. I have tried to locate on the web or figure out on my own, what could be causing this issue, but I'm stumped. I am hosting my website on a AWS EC2 Ubuntu 20.04 instance and have a LAMP stack installed.
Here is my homepage:
http://www.torscor.com
Any guidance would be greatly appreciated.
melissa.
All blocks spin
-
davidefa
- Expert

- Posts: 905
- Joined: Tue Jan 12, 2021 8:03 am
- Location: Italy
- Station model: WH2650
- Software: WH2650 (direct upload)
- Contact:
Re: All blocks spin
Hi Melissa,
- you are trying to load a block named 'Welcome to Mel's TorScor!' ( that, clearly, does not exists, it is the first block you load )
- you should configure 'something' to upload your weather station data to meteotemplate, until you do this lot of blocks won't display anything ( apart from the spinning icon )
- you are trying to load a block named 'Welcome to Mel's TorScor!' ( that, clearly, does not exists, it is the first block you load )
- you should configure 'something' to upload your weather station data to meteotemplate, until you do this lot of blocks won't display anything ( apart from the spinning icon )
-
melallin
- Newbie

- Posts: 6
- Joined: Sat May 08, 2021 3:56 pm
- Station model: Davis Vantage Vue
- Software: WeatherLink
Re: All blocks spin
Thank you, David!
-
davidefa
- Expert

- Posts: 905
- Joined: Tue Jan 12, 2021 8:03 am
- Location: Italy
- Station model: WH2650
- Software: WH2650 (direct upload)
- Contact:
Re: All blocks spin
Another thing I noticed is that in your config.php you have $pageName = 'Mel's TorScor' ( note the apostrophe in the mid of the string ) and this will break some pages
A quick and dirty fix is to use a backtick or remove the apostrophe
P.S.
I can't read your config.php I only checked where the variable is used
A quick and dirty fix is to use a backtick or remove the apostrophe
P.S.
I can't read your config.php I only checked where the variable is used