https://bugzilla.wikimedia.org/show_bug.cgi?id=18914
--- Comment #3 from Gregor Hagedorn <[email protected]> 2011-11-12 09:06:24 UTC --- > Can you try using "svn switch" thanks, I confirm this is a better method in this case. First time it matters, I have to admit I overlooked this. > I think until Smarty 3 rewrite will happen, pathing problem can be solved by > introducing a new variable, e.g. $wgWidgetsCompiledTemplates which admins can > set to "$wgCacheDirectory/widgets_compiled_templates" or something like that, > making sure the folder is writable. I think the new variable does not necessarily needs to be set during installation (making it adjustable is a plus of course). $wgCacheDirectory is writable by webserver/php if it is used at all. Thus the folder can be easily created in the code. Fallback: if $wgCacheDirectory is false (default if no caching is used), then use $wgUploadDirectory, else fall back to present behavior. -- 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
