https://bugzilla.wikimedia.org/show_bug.cgi?id=42730
--- Comment #9 from Ingo Malchow <[email protected]> --- Some additional information: Made some debugging on the original function, like: if ( $wgTmpDirectory !== false ) { var_dump($wgTmpDirectory); return $wgTmpDirectory; } This showed me paths like "<installpath>/images.community/tmp" or "<installpath>/images.techbase/tmp" (for another wiki). For some reason this directory doesn't exist for that certain wiki. It does for the others though. community.kde.org does habe images.community/temp, same for the others, but the others also have the images.xxx/tmp directory. Additionally, none of the wikis do have $wgTmpDirectory set, so it obviously falls back to the default. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
