I installed MAMP on this Mac OSX 10.6.6. A phpinfo test seems to say that PHP is installed. But when I open a file (e.g. index.php) in the browser, it comes up blank. What could be the problem?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
Did you check file permissions on the PHP files? If the owner of the files does not have permission to execute PHP result could end up blanc. |
|||
|
|
|
The phpinfo() command will show you where the error log is located. This should provide some clues. |
|||
|