Problem Logging In To Concrete 5 Website

Permalink
I can no longer log in to my concrete 5 website.
Every time I try, I get checking for updates, permanently looping.
Tried changing my password, still the same message looping.
Anybody got the fix for this?
Best regards. Darrell

 
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
What is your website address?
djdmc replied on at Permalink Reply
https://whatisabitcoin.co.uk
JohntheFish replied on at Permalink Reply
JohntheFish
You can disable marketplace integration on a 5.6 site by adding constants to config/site.php.

https://legacy-documentation.concrete5.org/tutorials/white-labelling...
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
This is from one of my 5.6 sites
define('ENABLE_NEWSFLOW_OVERLAY', false);
define('MARKET_PLACE_SUPPORT', true);
define('APP_NEWS', false);
define('STATISTICS_TRACK_PAGE_VIEWS', false);

Try adding the above lines to the bottom of your config/site.php file.
djdmc replied on at Permalink Reply
Now I can log in, but no edit controls!
Weird or what?
So cant config anything guys.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
No Edit Controls usually means javascript clashing, when you are logged in do you see any errors listed in your browser console?
EDIT
You appear to be calling the same java script file twice in a html block?
<div id="HTMLBlock1165" class="HTMLBlock">
<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4e03888a30ac3693"></script>
<!-- Go to www.addthis.com/dashboard to customize your tools --> 
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-4e03888a30ac3693"></script>
</div>

Was this intentional?
djdmc replied on at Permalink Reply 1 Attachment
Console errors as per attachment.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
"Blocked By Client" ... This could be caused by ModSecurity settings on the server...
Could also be an 'ad blocker' in your browser
djdmc replied on at Permalink Reply
Thanks for your help Weyboat.
Thing is, have had my site up for a few years now, problems with log in etc
only started this week. I have my site whitelisted in my ad blocker.
Strange thing is, this morning I was able to log in and see edit controls. Only that once, then, system showed me as logged in, but with no edit controls.
I am happy to give you my login if you could investigate for me?
Gondwana replied on at Permalink Reply
Gondwana
See if your host has upgraded the default version of php recently. That's a common cause of sudden 'I didn't do it' problems.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
It wouldn't hurt to take a look..
PM me the details.
djdmc replied on at Permalink Reply
Please email me.
darrellmcc@gmail.com
Don't know how to PM you.
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Email Sent..
ConcreteOwl replied on at Permalink Best Answer Reply
ConcreteOwl
The problem was being caused by the website connection with the cloudflare servers, pausing cloudflare fixed the problem, at least until the cloudflare admins can identify conflict..