Sandy Rozhon wrote:
Is this something I need to discuss with my website provider, or is there a setting that I need to change somewhere in the Wiki itself, or in LocalSettings.php?
Put .htaccess in the wiki root and inside it, add:
AddHandler x-httpd-php5 .php AddHandler x-httpd-php .php4
That will get files with the extension "php" to be handled by PHP5 and not PHP4. If you need PHP4 for some specific reason, you can use the extension "php4" to access it.
This should fix the error message you received.
Mike