I have installed PGV 4.2.2 on a solaris 10 server. I have followed the instructions to change the permissions etc. Whenver I browse to the install I am shown the directory listing for http://…./phpgedview/ . If I then click on the index.php I am taken to install.php which is completely blank. If I view the source it is also blank. I have checked the memory limit for my server and it is set at 128M. The server is not a hosted server but one here in my office. is the url. and a copy of are also available
and are you able to serve index.php from a directory. You shouldn't need to click on it from an index view, Apache should be using it as a default file to serve up.
I have installed PGV 4.2.2 on a solaris 10 server. I have followed the instructions to change the permissions etc. Whenver I browse to the install I am shown the directory listing for http://…./phpgedview/ . If I then click on the index.php I am taken to install.php which is completely blank. If I view the source it is also blank. I have checked the memory limit for my server and it is set at 128M. The server is not a hosted server but one here in my office. is the url. and a copy of are also available
thanks
: http://dearloves.homeip.net/phpgedview/
: http://dearloves.homeip.net/phpinfo.php
: http://dearloves.homeip.net/php.ini
Have you configured Apache to know to process .php files?
<IfModule mime_module>
# for php
AddType application/x-httpd-php .php
AddType application/x-httpd-php-source .phps
</IfModule>
and are you able to serve index.php from a directory. You shouldn't need to click on it from an index view, Apache should be using it as a default file to serve up.
<IfModule dir_module>
DirectoryIndex index.php index.html index.cgi
</IfModule>
What versions of Apache, php and MySQL (or other webserver & database) have you got installed?
Mark