-
MODX Staff
- 12,272 Posts
I suspect you have a boatload of manager actions. Might want to pop into phpMyAdmin and trunc some then try again.
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
Holy crap, it was 80000+ entries.
Maybe MODx should have some sort of flag that warns the user when it’s getting close to the fatal limit?
-
MODX Staff
- 12,272 Posts
That’s entirely environment dependent, that said, you’ve been busy!
Ryan Thrash, MODX Co-Founder
Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
-
MODX Staff
- 10,725 Posts
This actually would be a good warning for the Manager Home page/Dashboard IMO, but the record limit should be configurable somehow with a reasonable default. It would also be nice to have an easy way to truncate the table from the manager, maybe with a link directly in the warning notice. Adding an optional feature to dump the existing records to an archive format before truncating would also be a nice touch.
I’ve just started getting what I guess must be a similar error when I try to access Reports -> Manager Actions on my site:
[Wed Jul 08 15:02:16 2009] [error] [client my.ip.ad.dr] PHP Fatal error: Allowed memory size of 16777216 bytes exhausted (tried to allocate 35 bytes) in /data/html/www/manager/actions/logging.static.php on line 10, referer:
https://my.web.site/manager/index.php?a=1&f=menu
Upthread somebody mentioned needing to clear out data from the manager logs in the database: whereabouts in my database should I be looking?
Thanks,
David.
Please don't PM me unless it's absolutely essential: if a technical question is worth asking, it's worth asking in public, so that others can share their experience, and so that all can learn from the answers.