pangzhongliang / phpvirtualbox

Automatically exported from code.google.com/p/phpvirtualbox
Other
0 stars 0 forks source link

Nothing is appearing on the web address other than the background #676

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
If you have just updated phpVirtualBox, don't forget to clear your
browser's cache!!!

Please see the Common Errors and Issues wiki page located at
http://code.google.com/p/phpvirtualbox/wiki/CommonErrors before posting
here.

What steps will reproduce the problem?
1.visiting the web address that phpvirtualbox defaults at 
http://blah.com/phpvirtualbox
2.
3.

What is the expected output? What do you see instead?
Usually if its the first time I opened the page I would expect the password 
prompt.  Currently when going to the phpvirtualbox page all I currently see is, 
what I assume to be the background format for the standard page once logged in.

What version of phpVirtualBox, VirtualBox, and PHP are you using? On what
operating system?
Virtual Box 4.2.4
phpVirtualBox 4.2-4
php5

Please provide any additional information below.

Original issue reported on code.google.com by Korgy...@gmail.com on 19 Mar 2013 at 10:10

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
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