Report this

What is the reason for this report?

index.php appears blank for prosper202

Posted on May 12, 2014

I have set LAMP, DNS and SFTP on Ubuntu 14.0.4 I have uploaded my tracking software files onto it but the index.php for the application appears blank when i go the domain url. If i create a another index.php to view phpinfo() it works even if i create a index.html it works but can’t figure out why it wont work for this tracking application. It took the files and installed on a hostgator shared account and it worked fine. Any ideas. The application is prosper202 for online campaign sem tracking



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

how i fiw this plz

                                         PHP Error Message

Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/usr/local/apache/htdocs/202-config.php) is not within the allowed path(s): (/home/:/usr/lib/php:/tmp) in /home/a5813803/public_html/index.php on line 3

What webserver are you using? Assuming Apache, are you seeing any error messages in “/var/log/apache2/error.log” One likely problem, is that the webserver user doesn’t have the correct permissions. Try changing the file’s ownership: <br> <br><pre> <br>sudo chown -R www-data:www-data /var/www/html/ <br></pre>

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.