Hi, I've got some PHP5 compatibility issues with my
PostNuke installation, version 0.726. I'm trying to install an XML and DOM based Menu. So I'm relying heavily on the DOM functions of PHP5 to parse the XML data for my menu system. There is no bug in the code, since it's working elsewhere on the same server. The server requires a ".php5" mime type extension to recognize code as PHP5.
The main problem seems to be, that my
PostNuke doesn't recognize simple PHP5 code. It even complains about things like the "protected" keyword and of course DOM methods. Can I change something in my settings or what's wrong?
Your help is highly appreciated.
Peter