https://bugzilla.wikimedia.org/show_bug.cgi?id=25182
--- Comment #2 from Roan Kattouw <[email protected]> 2010-09-15 20:14:19 UTC --- Meh. Does replacing file_exists() with is_file() fix this? Alternatively, could you try changing this: if ( file_exists( $file ) ) { some code here } with wfSuppressWarnings(); if ( file_exists( $file ) ) { some code here } wfRestoreWarnings(); and see if that helps? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- 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
