https://bugzilla.wikimedia.org/show_bug.cgi?id=58128
Tyler Romeo <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Tyler Romeo <[email protected]> --- The only thing I can think of is that maybe the thumbnail generation is failing. File::transform can return false on failure. If this is the case, then it makes sense that calling ->getUrl() would cause a fatal error (if you try just doing ->url on a variable that is false, it just gives a Notice). If the above is true, then there may have been some lurking bug in that code that we had no idea about until this change, because the Linker code does not seem to be doing any error checking. ;) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
