Closed GoogleCodeExporter closed 8 years ago
I apologise for not deleting the first part asking about clearing cache
Original comment by Korgy...@gmail.com
on 19 Mar 2013 at 10:11
What web server/OS are you using on the host? Check the error log and see if
you are getting any errors.
Can you access to server via http://blah.com/?
Have you tested PHP to make sure it is working correctly?
Original comment by auer.cha...@gmail.com
on 29 Mar 2013 at 8:49
I am using Ubuntu 12.10 64bit server with Apache. My domain is still
accessible ie. the 'This Works' page appears. However my knowledge of error
logs etc. is limited. Other things using php seem to be working fine with
other things using php.
I will add that this problem only seems to have arisen when I was prompted to
update Apache recently by webmin however everything else seems to be working
fine.
Original comment by Korgy...@gmail.com
on 29 Mar 2013 at 9:25
Hrm. I am running it on 12.04 with Apache 2.2.22-1ubuntu1.3 and PHP5
5.3.10-1ubuntu3.6
Create a file in your document root named phpinfo.php and add this to it:
<?php phpinfo(); ?>
If that runs, PHP is working as expected. Otherwise, check the apache error log:
tail -n 15 /var/log/apache2/error.log
Original comment by auer.cha...@gmail.com
on 29 Mar 2013 at 9:31
please create a new issue if you are still seeing this problem
Original comment by imooreya...@gmail.com
on 11 Jul 2013 at 4:29
Original issue reported on code.google.com by
Korgy...@gmail.com
on 19 Mar 2013 at 10:10