PDA

View Full Version : I installed it and after that everything is blank no errors



jimmybsilva
07-29-2010, 10:29 PM
I installed it and after that everything is blank no errors just blank even the install path.

Citizen
07-29-2010, 10:32 PM
Did you CHMOD the proper folders to 777? Usually, not setting the folders as writable will cause this problem.

jimmybsilva
07-31-2010, 05:45 AM
This issue was that I need to add an .htaccess file because this script requires php 5


For anyone that needs help and does not have php 5 as default

Create a .htaccess file

AddType x-mapp-php5 .php


Add the following line and that should solve the issue.

Citizen
08-01-2010, 07:29 PM
I'm glad to hear its working for you now :) Let us know if there's anything else we can help you with.