https://bugzilla.wikimedia.org/show_bug.cgi?id=53463
--- Comment #9 from Daniel K. Schneider <[email protected]> --- Found the problem. Actually, after the first bug fix it would have worked in my production wiki but I only tried the updated code in a test server.... In Localsettings.php make sure to have enough memory, for example $wgMaxShellMemory = 512000; If you use Batik (nothing to do with SMW), then make it much bigger: $wgMaxShellMemory = 5000000; As an alternative, you also could run this Jobs with a cron script. Advantage would be that you get it done faster (as opposed to wait for people to click). https://www.mediawiki.org/wiki/Manual:Job_queue thanx again :) -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
