I am using MediaWiki 1.33
I have installed PhpTags and have this line in my LocalSettings.php:
$wgPhpTagsNamespaces = array( NS_WIDGET => true );
Then on a page (Widget:Grabber) I have this code:
<phptag>
echo file_get_contents($_GET['url']);
</phptag>
I save the page and view the Widget:Grabber page.
This produces the following error:
PhpTags Fatal error: Extension PhpTags is disabled for the namespace "Widget". in Command line code on line
I think the problem is in $wgPhpTagsNamespaces, but I cannot find any documentation on this wg variable.