I want to install phpfox, but after two steps, I see a blank page and not configuration page.
What can I do?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This is usually due to an error which is being hidden. A few things to check…
Most of this is defined in your php.ini file which you can modify to change it globally. You will have to restart apache.
error_logfileini_set('error_log', '/path/to/log');to specify log filedisplay_errorsini_set('display_errors', true);echo __LINE__ . "<br />";to see how far you get into the script.