If you have a blank page it probably means a PHP error. Do this to turn on PHP errors and see what's broken.
Hello Team Webgalli,
When I say "counts the Entities That Have Been deleted!?" Is in fact my function that compares continues to show the same results when I removed an object instance. I'll go see if they are still contained in my database, and then I would see to remove cleanly.
Tomaw,
remember that the only way to delete an Elgg entity is:
$entity->delete();
In Elgg an entity has components scattered across multiple tables and the database should never be accessed directly.
Kevin is right. Elgg entity data and its comments, relations all are in different tabls. Whatever action you are doing on elgg, do it through elgg functions.
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.