Closed (fixed)
Project:
Cache Graceful
Version:
7.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2013 at 05:11 UTC
Updated:
2 Jul 2013 at 14:28 UTC
Jump to comment: Most recent file
Comments
Comment #1
gielfeldt commentedHi
Thanks for the bug report.
The column for "args" is a BLOB which should be able to hold 64KiB. I'm not sure why the view would be this large. If you can add some debugging code, perhaps we can find out.
in cache_graceful.module:52 add:
To solve your immediate problem, you might get away with just altering the column to a larger datatype:
Comment #2
gielfeldt commentedComment #3
dmitlantis commentedI've do that. Now, when i visit /admin/reports/dblog, this error occures:
Comment #4
gielfeldt commentedArg ... same error, just in locale :-). I guess it probably shouldn't try to translate the views object.
Try this instead:
Comment #5
gielfeldt commentedIn any case, I think I'll update the cache graceful module to use a longblob for the args. It makes sense to do so.
Comment #6
gielfeldt commentedI of course meant the Background Process module. I've updated the Background Process module to increase the size of the args column.
I've look at the dump of the view in your error_1.txt. I don't think there's anything wrong with it, it's just big.
I believe you can remove the debug-code I posted, and then it should work for you. Can you confirm this? If so, I will make a new release of Background Process.
Comment #7
gielfeldt commentedfixed in dev
Comment #9
holtzermann17 commentedDear Gielfeldt:
Should this also be fixed in 7.x-1.10-dev?
git clone --branch 7.x-1.10-dev http://git.drupal.org/project/background_process.gitmore background_process.install...
Comment #10
gielfeldt commentedHi, that's an old an obsolete/intermediate branch and shouldn't be used for anything. All the relevant dev branches are up to date with big blob size.
Comment #11
gielfeldt commentedComment #11.0
gielfeldt commentedasdf