getting "Another user is currently editing this page" when trying to edit
Permalink 1 user found helpful
When I try to edit my page, I get "Another user is currently editing this page". Also, I can't sign out from that page. I can sign out from the concrete5 website, and sign back in, with the same result. Changed password to no effect.
Shortly before this, I think I opened up the permissions to allow everyone to edit and tried to initiate editing on another computer, which it wouldn't allow. That's when it began.
Does this sound familiar to anybody?
Shortly before this, I think I opened up the permissions to allow everyone to edit and tried to initiate editing on another computer, which it wouldn't allow. That's when it began.
Does this sound familiar to anybody?
Yes! I have the same error. Go tohttp://www.gasolineguru.com. The editing toolbar doesn't go away even after you sign out. Have you found a solution to this problem yet? Thanks!
We're also having this issue, it started when we set 'apc' as the c5 caching engine. Any ideas?
I have a client reporting a similar problem.
"Someone else is currently editing this page" shows up even though it's clear no one else is editing the page.
"Someone else is currently editing this page" shows up even though it's clear no one else is editing the page.
you can manually check them in in the db, try executeing this query:
UPDATE `Pages` SET `cIsCheckedOut` = 0, `cCheckedOutUID` = null WHERE `cIsCheckedOut` = 1
I have the same issue. Any way to remedy this?
We were going crazy trying to figure out this problem. We ended up contracting concrete5 to address the issue... it turns out fastcgi or fcgi has issues with APC as noted on this page:http://stackoverflow.com/questions/598444/how-to-share-apc-cache-be...
The solution was to switch to php-fpm (we went with nginx + php-fpm)
The solution was to switch to php-fpm (we went with nginx + php-fpm)