Page 1 of 1
install/setupBlocks
Posted: Tue Jan 04, 2022 6:05 pm
by Jolumarali
Hello Davide
Do you have any idea about this problem, after clicking on the install / setupBlocks icon, I need at least 1 minute to access the block conguration panel.
Best wishes 2022
José Luis
https://meteo-lignerolles.fr/forum/inst ... Blocks.jpg
Re: install/setupBlocks
Posted: Tue Jan 04, 2022 9:06 pm
by davidefa
Ciao José Luis, you may try pinpointing the problem with the firefox tools ( chrome has similar tools too ):
- in firefox enable the web developer tools
- enable Network tab and All
- load the page
You should see the total time for page loading (869mS in my case) and should also see each page element timing.
You may also verify in the Console tab for errors or other useful warnings.
Re: install/setupBlocks
Posted: Wed Jan 05, 2022 8:18 am
by Jolumarali
Hello Davide here attaches the result. in fact it only happens if you click on install/setupBlock and intermittently. Thank you José Luis
Opening without error attention 1.1 minutes
error encounter evec firefox
Certains cookies utilisent incorrectement l’attribut recommandé « SameSite » 3
Le cookie « _ga » sera bientôt rejeté car son attribut « SameSite » est défini sur « None » ou une valeur invalide et il n’a pas l’attribut « secure ». Pour en savoir plus sur l’attribut « SameSite », consultez
https://developer.mozilla.org/docs/Web/ ... e/SameSite analytics.js:35:486
Le cookie « _gid » sera bientôt rejeté car son attribut « SameSite » est défini sur « None » ou une valeur invalide et il n’a pas l’attribut « secure ». Pour en savoir plus sur l’attribut « SameSite », consultez
https://developer.mozilla.org/docs/Web/ ... e/SameSite analytics.js:35:486
Le cookie « _gat » sera bientôt rejeté car son attribut « SameSite » est défini sur « None » ou une valeur invalide et il n’a pas l’attribut « secure ». Pour en savoir plus sur l’attribut « SameSite », consultez
https://developer.mozilla.org/docs/Web/ ... e/SameSite analytics.js:35:486
Re: install/setupBlocks
Posted: Wed Jan 05, 2022 11:24 pm
by davidefa
The problem seems to be the '500 internal server error'.
You may check if the server error log contains other useful information ( trough your provider's control panel ) as this may be connected to different problems.
I don't know if this is related to the 'samesite' warning ( I don't think so ), but I should have solved it in the php 8.0 conversion:
viewtopic.php?f=50&t=2170#p10660
It is ( should be ) safe to install all the mod ( or should be enough to install only the indexDesktop.php and scripts/cookieconsent.js, don't remember well if other files are required )
Make a backup of your files ( if you want to test this mod )
Re: install/setupBlocks
Posted: Thu Jan 06, 2022 7:09 am
by Jolumarali
Thank you for the information Davide