https://bugzilla.wikimedia.org/show_bug.cgi?id=18914
--- Comment #2 from Sergey Chernyshev <[email protected]> 2011-11-12 06:09:29 UTC --- Can you try using "svn switch" and check if it breaks the permissions to the folder too? 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. If variable is not set, extension will fall back to old method. Simple change can be made to http://svn.wikimedia.org/viewvc/mediawiki/trunk/extensions/Widgets/WidgetRenderer.php?view=markup line 14 to use $wgWidgetsCompiledTemplates instead of default value if it is set. -- 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
