I have tried several times to delete accounts (mainly spam accounts) and keep getting an AJAX failure. It looks like it is something to do with entity but am not sure how to fix it. I would just disable it but it appears that half the modules have dependencies going back to it. I guess if I have to I will but if anyone has any other thoughts I would sure appreciate it. Please find the error below:
__________________________________________________________________
An AJAX HTTP error occurred. HTTP Result Code: 500 Debugging information follows. Path: /batch?id=178&op=do StatusText: Service unavailable (with message) ResponseText: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'base.label' in 'field list': SELECT base.pid AS pid, base.type AS type, base.uid AS uid, base.label AS label, base.created AS created, base.changed AS changed FROM {profile} base WHERE (base.uid = :db_condition_placeholder_0) ; Array ( [:db_condition_placeholder_0] => 171 ) in EntityAPIController->query() (line 152 of /home/vist/public_html/sites/all/modules/entity/includes/entity.controller.inc).
__________________________________________________________________
By rlhenson on
Comments
Same problem :/ anybody can
Same problem :/ anybody can solve it? PLEEEEAASE :(
I also have this issue.
I also have this issue.
In my experience this is an
In my experience this is an issue of Seven theme. Change administration theme to Garland, and everything works.
Same here
I tried with Garland theme (I usually use Root Candy for Admin) and it still doesn't work. Anyone add luck with this yet?
Partly solved
I uninstalled Entity cache and the was able to delete user account.
So for me it's a fix. But now... my pages take an eternity to load!
Is this an issue with Entity cache?
A similar error: An AJAX HTTP
A similar error:
(There was no response text listed.)
Changing to Garland did not fix the problem. I do not have Entity cache module installed.
I've had a similar problem
I've had a similar problem deleting spam accounts a couple times. The issue was the quantity of posts associated with that account. There were so many related posts, that trying to delete them all was causing a timeout issue in the script. To resolve the issue, I used View Bulk Operations to delete all the posts/comments associated with the account, and then I was able to delete it. Hope that helps. Good luck!