Duy Trinh wrote:
Hi all!
After building texvc and setting $wgUseTex = true in my LocalSettings.php I am running into a warning message:
Warning: wfMkdirParents: failed to mkdir "/path_to_mw/images/tmp" mode 511 in /path_to_mw/includes/GlobalFunctions.php on line 2324
This warning also occurs after manually mkdir "tmp" in "images" -- there's also no change with both directories set to 777.
What am I doing wrong? Any hint is greatly appreciated.
Thanks a bunch -- Duy
So is it trying to create images/tmp directory, even though it's already there? Which version are you using?