Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Installation step 3 error – cannot create forum


mjjinvincible
Participant

@mjjinvincible

This issue is because of PHP4. If your server supports PHP5 you can force PHP5 to execute all .php files. Add the following into an .htaccess file in the directory of your forum:

AddHandler x-httpd-php5 .php

I just tried it and it worked.

Skip to toolbar