| Project: | Organic Group Statistics |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | batch mysql |
Issue Summary
Hi,
A quick bug note & solution for some environments. When I tried to run the Rebuild OG Statistics batch operation, it would fail at the batch URL with an access denied / login error. This is apparently a well known problem with Batch & resolved more in D7 now. The solution here was using the Drupal Tweaks module
http://drupal.org/project/drupal_tweaks
to boost the Max_allowed_packet size to 64MB. This isn't an option for many shared hosts but bumping this number up does work.
For more info see #434032: Batch update fails with access denied message (earlier: #292060: Access denied on /batch update). I may try to contribute some documentation to this module after I've got it set, thanks for the work.