HI Trajan
what frame do you mean?
i'm not particularly asking for ideas for my site, i'm wanting to open a general discussion about how people got users to their sites and grew their communities.
@jaxcats, thanks for your input well hopefully talk more later.
T
First time I loaded your home page in CHrome it showed a strange extra frame at the bottom of the page. It has since disappeared. Maybe a strange Chrome anomaly.
Ok Thanks for the feedback, i use chrome so ill keep an eye out for it.
Cheers
It's better not to delete things manually in the database. If you know the GUID of the entity you want to delete, do (for 1.7):
elgg_set_ignore_access(TRUE);
$entity = get_entity($guid);
$entity->delete();
This will handle updating all the tables required.
What's happening in your case is there is still an entry in the entities table that should be removed.
Do you remember what you put in the page that was causing an MySQL exception?
Thanks brett ill check that out
I didn't put anything special in the page, it was actually a test page, i just gave it a title and put a bit of text in it.
thanks again
If it causes another DB exception, could you open a ticket in trac and post the page content? It shouldn't do that...
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.