Re: Can't edit pages after upgrade

Petko Yotov <[email protected]> Sat, 12 Apr 2025 19:48:55 +0200
Newsgroups gmane.comp.web.wiki.pmwiki.user
Message-ID <[email protected]>
The Monobook cookbook page has an updated script "monobook72.php" that 
can replace the one in the skins/monobook folder:

   https://www.pmwiki.org/wiki/Skins/Monobook

The (:notabs:) directive should work on recent PHP versions.

Petko

-- 
If you upgrade :  https://www.pmwiki.org/Upgrades

On 12/04/2025 16:24, Madhu Siddalingaiah wrote:
> Petko, Gregor, you were spot on!
> 
> I had PmWiki version 2.2.48 installed previously.
> 
> My config.php included this recipe, which was the culprit:
> 
> include_once("$FarmD/cookbook/swf-sites.php");
> 
> Once I commented that out, editing worked normally.
> I guess that recipe is no longer supported.
> 
> qq: what is the replacement for (:notabs:), or how do I disable
> View|Edit|History and other tabs/menus?
> 
> I looked all over, but couldn't find the answer.
> 
> Thanks for the quick response!
>