Hello Ross, I think I found the problem. It was related to the file encoding on Windows/Unix system.I was editing the file in windows and running it on Unix. I was using FTP to transfer the files and Filezilla was set to use "Automatic"transfer mode. I forced it to "binary" and that solved the problem.
Thanks a ton for your help and patience. I really appreciate it, Alok On Sun, Aug 1, 2010 at 12:10 AM, Alok Watve <[email protected]> wrote: > Thanks a lot for the help (And patience). > The page cache is now cleared but even after the refresh, I still see > the original wiki command as the final result. I don't know what to > do. > I will try to get permission on the log files (its not my system) > > Alok > > On Sat, Jul 31, 2010 at 6:43 PM, Ross McKay <[email protected]> wrote: >> Jan Luca wrote: >> >>>I don't create a parser extension, but on special pages you output a text >>>with $wgOut->addWiki( '<wikitext>' ); or $wgOut->addHtml( '<html text>' ); >> >> With special pages, the extension is creating the whole page and must >> feed all of the output. With tag and parser extensions, the extension is >> only handling a magic word and must return either wikitext to be further >> parsed or HTML to be directly embedded in the output. >> -- >> Ross McKay, Toronto, NSW Australia >> Man's Prayer: >> "I'm a man, but I can change. >> If I have to. >> I guess." - Red Green >> >> _______________________________________________ >> MediaWiki-l mailing list >> [email protected] >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >> > _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
