mahara-contributors team mailing list archive
-
mahara-contributors team
-
Mailing list archive
-
Message #18276
[Bug 1308792] Re: institution data daily cron failing
Ah ha: PHP Fatal error: Allowed memory size of 134217728 bytes
exhausted (tried to allocate 71 bytes) in /var/www/mahara-org-staging-
mahara/releases/20140417001344/htdocs/lib/adodb/adodb-exceptions.inc.php
on line 78
So yeah, trying to deal with 46000+ users to make the piegraph seems to
freak things out.
--
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1308792
Title:
institution data daily cron failing
Status in Mahara ePortfolio:
New
Bug description:
It looks like the cron_institution_data_daily may be failing to create
the pie graph due to the sql IN statement needing to deal with a too
large sql statement. On mahara.org it tries to create a sql statement
with an IN clause containing 46000+ ids.
There should be a better way of handling this rather than doing such a
great big sql statement.
To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1308792/+subscriptions
References