How to create a phpinfo page
If you are having troubles some times a member of the support staff will ask you to create a php info page. This is just a standard php file with the following code in it:
<?php phpinfo(); ?>
You will then need to save it, upload it, and send a link to the support staff with its location.
Have more questions? Visit our community forums.