Thanks for the bug report. current ocal server has few issues and server
admins are working to solve it. this looks entirely not related to aiki.
the error you mentioned above is coming from varnish cache
I'll mark this bug as invalid but thanks a lot for taking the time to
report it. I'll notify the server admins if this can be solved in
varnish..
Keep up the great work you are doing, looking forward for more :-)
** Changed in: aikiframework
Status: New => Invalid
** Changed in: aikiframework
Milestone: None => 0.9
--
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/734861
Title:
time consuming queries make website unavailable
Status in Aiki Framework:
Invalid
Bug description:
I don't know if this is a bug in AIKI but when I run this query which
took few seconds to compute and try to access a site when it's still
executing site show "Guru Meditation" message.
this is a query (which is not working and don't returning any result
but it's not the point)
SELECT aiki_users.userid as id, aiki_users.username as username,
set_title, set_list_titles.date_added,
ocal_files.filename as filename,
ocal_files.id as image_id
FROM ocal_files, set_list_titles, set_list_contents, aiki_users
WHERE ocal_files.id = set_list_contents.image_id AND
set_list_contents.set_list_id = set_list_titles.id
ORDER BY set_list_titles.date_added DESC
_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to : [email protected]
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help : https://help.launchpad.net/ListHelp