On Sat, Nov 13, 2010 at 10:22 AM, Martine <[email protected]> wrote: > "Warning! > The upload directory (public) is not writable from the web server. " > Rather than give permission anyway, maybe there specific instructions? You need to make the /images directory writable by the web server. Use chmod for this. If you can make the directory owned by, or in the group of, the web server, you can chmod it to 750 or 770. Otherwise, you'll need to set it to 777.
> Another concern, some images are not displayed and the error message is: > 'Unable to run external Programs in safe mode' This might have to do with ImageMagick. If the error doesn't go away when you fix the permissions problem, try setting $wgUseImageMagick = false; in LocalSettings.php _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
