I have my site nearly working even though the setup says i have safe mode running. I personally dont think it is but i have a fault that makes me wonder. The fault aside i cant run the phpinfo.php file from the setup as it just goes to a blank page.
My hosting server is running php 4.2 Any ideas? Why cant i run phpinfo.php
Please help as im gonna scrap the idea soon.
Posts: 120
Did you create the phpinfo file?
You can check you httpd.conf if php is added, for more information about httpd.conf configuration visit http://www.php.net.
Cheers.
Posts: 11
Hi.
I am a newbie to all this php stuff and i dont understand any of the script but i used to phpinfo.php file that came with the gallery 1.3. I looked at that site u sent me too but it was all far over my head, i did try a few things but that never worked cos i dont understand it.
Do i have to put something into the phpinfo file, i thought id seen itt somewhere but i cant remember. :cry: :cry: :cry: :cry:
Posts: 120
Ok, please put your phpinfo.php file to your website for ex. http://www.searchdomain.info/phpinfo.php, then let me know so I can see it from my end.
the phpinfo.php file should contain this line only.
<? phpinfo() ?>
then you will see your php configuration settings here ...
NOTE: don't forget to delete this file, for security reason.