Hello all,
I found a solution for the transclusion problem that I had emailed about earlier. Adding $wgTranscludeCacheExpiry = 0 to LocalSettings.php in your target wikis does the trick.
Thank you all for your help.
Sowmya Dhanasekaran
--------------------------------------------------------------------------------------------------------- Hello all,
I am having some problem with transclusion. Edits to the source wiki aren't getting reflected in the target wikis. I searched the mediawiki archives and found that someone else also had this problem earlier. They had suggested
that this: changing "?action=$action" to "&action=$action" in /includes/Parser.php.
would work. Mine doesn't work even after applying this change.
Please help !!
Thank you, Sowmya Dhanasekaran
On 08/09/2007, Sowmya Dhanasekaran sowmyamd@gmail.com wrote:
Hello all,
I found a solution for the transclusion problem that I had emailed about earlier. Adding $wgTranscludeCacheExpiry = 0 to LocalSettings.php in your target wikis does the trick.
Good find!! But it only refreshes it for me when I edit/save the page on the target wiki. Regular refresh of the browser still doesn't do it. Do you see the same behavior?
-Andi
Hey Andreas,
Try including this to your localsettings.
$wgEnableParserCache = false; $wgCachePages = false;
It works fine for me with these settings....
Sowmya
On 9/10/07, Andreas Rindler mediawiki@jenandi.com wrote:
On 08/09/2007, Sowmya Dhanasekaran sowmyamd@gmail.com wrote:
Hello all,
I found a solution for the transclusion problem that I had emailed about earlier. Adding $wgTranscludeCacheExpiry = 0 to LocalSettings.php in your target wikis does the trick.
Good find!! But it only refreshes it for me when I edit/save the page on the target wiki. Regular refresh of the browser still doesn't do it. Do you see the same behavior?
-Andi
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
On 10/09/2007, Andreas Rindler mediawiki@jenandi.com wrote:
On 10/09/2007, Sowmya Dhanasekaran sowmyamd@gmail.com wrote:
Hey Andreas,
Try including this to your localsettings. $wgTranscludeCacheExpiry = 0 $wgEnableParserCache = false; $wgCachePages = false;
It works fine for me with these settings....
Sowmya
you rock! it works.
mediawiki-l@lists.wikimedia.org