I've moved the Drupal Jumpbox to a freshly built Windows 2000 Server. Now the Drupal pages are not browseable. Even on the host machine I am not able to view pages via Internet Explorer. The Jumpbox administration page works fine, but not the Drupal. What could possibly cause this problem?
--Harry
The page cannot be displayed
You haven't installed any plugins or themes right?
Ok, so you can access the JumpBox admin pages at:
https://IPADDRESS:3000/
but not the drupal app at the same IP address with http instead of https and without the port number:
http://IPADDRESS/
Lets try getting some static content from the drupal installation rather than loading the root page. Try and see if you can see this Logo:
http://IPADDRESS/drupal/themes/garland/logo.png
We are probably going to have to resort to enabling shell access and looking at logfiles. So go ahead and follow the instructions in the Enabling Shell Access tutorial. Let me know whether you can get access to that Logo.png if that works and the JumpBox admin interface works then there is probably some kind of php problem, which would be very strange.
Oh, also try to access
http://IPADDRESS/?q=admin
Let me know how it goes.
Austin
Hi Harry, Some questions
Hi Harry,
Some questions for you.
I would start by disabling the navbar in the admin interface then visiting the ip address indicated on the JumpBox console again.
These sort of moves should be possible but you must be careful. They can be complicated by snapshots or the virtualization software messing with pathnames in the configuration file. But usually the problems will manifest themselves at boot time, and not like you are describing.
Austin
The page cannot be displayed
Yes the navbar has been disabled since I first started the Jumpbox three hosts ago.
The IP was public static address before moving the Jumpbox. After moving I manually set the IP to 192.168.1.224 but was getting the "Page cannot be displayed" error. So I set the IP to dynamic and it changed to 192.168.1.213 but still was not serving pages.
I tried shutting down both the Jumpbox and host then restarting. Still not serving, so I manually set the IP to 192.168.1.224 and still not serving pages.
Not sure if I turned on Drupal caching, I may have.
I did not modify the JumpBox's virtualization configuration file. I am using the VMware Player. The Jumpbox folder location changed from D: to C: but there was a dialog requesting the new root location.
--Harry