Entity Cache requires that all updates be done thru the proper *_save methods, rather than db_update/drupal_write_record/whatever. Patch forthcoming.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 1851540-make-video-compatible-with-entit_cache.patch | 679 bytes | jpstrikesback |
Comments
Comment #1
jpstrikesback commentedHere it is, seems to fix the "The video conversion process has failed. You might want to submit a simpler video format like mpeg or divx avi.
If the problem persists contact your website administrator. Please check logs for further debugging." message, which is shown when Entity Cache is installed and the video has actually been converted fine but a cache clear is required to see the update.
Comment #2
jpstrikesback commentedComment #3
Jorrit commentedI have replaced all instances of
drupal_write_record()withfile_save(), there were two more. Now there are nodrupal_write_record()invocations that write to entity tables.Comment #4
jpstrikesback commentedNice! Thanks!
Comment #6
jpstrikesback commentedUnfortunately I need to open this again as any video file deletion causes a big blowup. I'll paste it in and supply more details soon.
Comment #7
Jorrit commentedAny news?
Comment #8
Jorrit commented