Page 1 of 1

All blocks spin

Posted: Sat May 15, 2021 4:50 pm
by melallin
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.

Re: All blocks spin

Posted: Sat May 15, 2021 9:02 pm
by davidefa
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 )

Re: All blocks spin

Posted: Sun May 16, 2021 8:01 pm
by melallin
Thank you, David!

Re: All blocks spin

Posted: Mon May 17, 2021 11:10 am
by davidefa
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