Author |
Message |
myrtletrees
Involved


Joined: Sep 13, 2005
Posts: 259
Location: Cornfields of Indiana
|
Posted:
Fri Aug 24, 2007 6:24 am |
|
OK..I have a weird one.
I recently changed web hosts.
I moved my database and entire site without a hitch. HOWEVER, ever single page of my site is blank.
I called my new web host support and they said they could see my site just fine. I said WHAT? After a minute they said they could see it fine from WITHIN their network, but when trying to access it from outside their LAN, they got the same blank pages.
So, my site works on their local network, but not when accessing it from the internet...
Any ideas? |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Fri Aug 24, 2007 6:35 am |
|
Sounds like an issue on their end to me. They need to be helping you with this.
However, I would check any .htaccess statements just to make sure there isn't something hard coded in there to your old domain account structure / environment. |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
myrtletrees

|
Posted:
Fri Aug 24, 2007 6:37 am |
|
Thanks montego. They have been unable to figure it out. I'll give them a couple more days and if they can't figure it out, I'll change web hosts again. I'm a pretty understanding a patient person. They seem like a good host, so I'll give them a chance.
I checked my htaccess, nothing there indicating any paths to my old host. |
|
|
|
 |
montego

|
Posted:
Fri Aug 24, 2007 6:46 am |
|
What did you do with your old site? Did you leave it up for a few days while the DNS name server changes would ripple through the DNS system? You have changed your domain name servers to point to the new web hosts ones right? |
|
|
|
 |
myrtletrees

|
Posted:
Fri Aug 24, 2007 6:52 am |
|
montego wrote: | What did you do with your old site? Did you leave it up for a few days while the DNS name server changes would ripple through the DNS system? You have changed your domain name servers to point to the new web hosts ones right? |
Old site is still with old host. Domain Name Servers changed for my .com. It actually propogated within 12 hours. All new emails are already working on new host |
|
|
|
 |
myrtletrees

|
Posted:
Fri Aug 24, 2007 7:16 am |
|
They have been looking at it for about 30 minutes now and still cannot figure it out.
I tried turning off ShortLinks and disabled sentinel to see if that does anything. However, if the site works internally, but not from the Web, then it must be something on their end and nothing to do with my scripts |
|
|
|
 |
montego

|
Posted:
Fri Aug 24, 2007 7:58 am |
|
myrtletrees wrote: | However, if the site works internally, but not from the Web, then it must be something on their end and nothing to do with my scripts |
I completely agree! Either they have given you wrong name server information or there is something within their network causing this issue! Stay on them!!! |
|
|
|
 |
myrtletrees

|
Posted:
Fri Aug 24, 2007 8:10 am |
|
I thought maybe it was because my .com has not fully propagated, however, I have a dedicated IP and I get the same blank pages when using the IP.
I have been in Live chat with support for about an hour and a half now and they still can't figure it out. They are just now starting to think maybe the DNS hasn't fl propagated. Email works though, using pop.mysite.com |
|
|
|
 |
myrtletrees

|
Posted:
Fri Aug 24, 2007 8:37 am |
|
Wow, this really stinks. They said it is PHP-Nuke and they cannot offer technical support for custom scripts. I informed them that the exact same site/scripts runs fine on my old web host to which they did not respond. So I asked them is it in my best interest to cancel my account and move back to my former host that WORKS? They said that choice is up to me. They also said I can run PHP-Nuke if I like, to which I responded, that is what I am trying to do, but it does not work on your servers apparently.
bummer. They seem like a very good host. |
|
|
|
 |
Gremmie
Former Moderator in Good Standing

Joined: Apr 06, 2006
Posts: 2415
Location: Iowa, USA
|
Posted:
Fri Aug 24, 2007 9:52 am |
|
Your new host sounds kind of clueless. |
_________________ Only registered users can see links on this board! Get registered or login! - An Event Calendar for PHP-Nuke
Only registered users can see links on this board! Get registered or login! - A Google Maps Nuke Module |
|
|
 |
evaders99
Former Moderator in Good Standing

Joined: Apr 30, 2004
Posts: 3221
|
Posted:
Fri Aug 24, 2007 12:27 pm |
|
Can you access any files at all? Even a simple .html file?
That could determine whether its an access/hosting issue or a phpNuke issue |
_________________ - Only registered users can see links on this board! Get registered or login! -
Need help? Only registered users can see links on this board! Get registered or login! |
|
|
 |
myrtletrees

|
Posted:
Mon Aug 27, 2007 6:12 am |
|
HTML works, PHP-Nuke patched version does not. And they re-iterated, it does not work internally for them either.
Someone on their forums got it to work, but I'm not jumping through a bunch of hoops to get a simple CMS to work.
By the way, UNPATCHED versions work on this web host. Patch your Nuke and it does not work. |
|
|
|
 |
evaders99

|
Posted:
Mon Aug 27, 2007 2:01 pm |
|
That is very strange. We'd need some kind of error logs to determine what exactly is the problem. |
|
|
|
 |
myrtletrees

|
Posted:
Mon Aug 27, 2007 7:16 pm |
|
evaders99 wrote: | That is very strange. We'd need some kind of error logs to determine what exactly is the problem. |
Let me know exactly what you need, and I will provide.
The web host is actually better than mine as to I have full control over my Virtual Private hosting package. SSH, error logs, etc.
FYI: I just uploaded a complete patched version of PHPNuke 7.6 and the same results, blank pages. |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Tue Aug 28, 2007 1:43 am |
|
It must be server configuration thats the root problem (no pun intended).
Which versions of mySQl / PHP is the server using? |
|
|
|
 |
Guardian2003

|
Posted:
Tue Aug 28, 2007 1:46 am |
|
Could you PM me your;
new server IP
new name server
domain name
I'm curious and would like to just run a few reverse lookups |
|
|
|
 |
myrtletrees

|
Posted:
Tue Aug 28, 2007 6:39 am |
|
Well, Evaders figured it out. He changed $dbtype = "mysql"; to $dbtype = "MySQL"; in the config.php
Curiously, when I was trying to get everything to work before, I was getting Connection to DB error when specifying MySQL, so I changed to mysql per some instructions in their forums and that was connecting, but giving blank pages.
Thanks to all for your support. This is the best PHP-Nuke forum in the WORLD!
and a SPECIAL HUGE THANKS to EVADERS!!!! |
|
|
|
 |
montego

|
Posted:
Tue Aug 28, 2007 6:40 am |
|
That is just so odd. Why did it work from the host's internal network but not from the outside world? Does not make sense to me. Sounds to me like your host really didn't check it internally? Can that really be right?
I am glad its working, but would like to understand why the disconnect. |
|
|
|
 |
myrtletrees

|
Posted:
Tue Aug 28, 2007 6:46 am |
|
montego wrote: | That is just so odd. Why did it work from the host's internal network but not from the outside world? Does not make sense to me. Sounds to me like your host really didn't check it internally? Can that really be right?
I am glad its working, but would like to understand why the disconnect. |
You know what? I actually do not think it is working still.
I pointed my domain back to my old host to get my site back up and running. If you try to access the site on my new host using the static IP, it takes you to my domain name which is pointing to my old host which works.
This is still unresolved it appears.
I am pointing the domain name BACK to the new host and try to debug again.
Here it is
http://208.131.150.16/old/
NON-Patched:
http://208.131.150.16/nuke/html/
Patched:
http://208.131.150.16/html/ |
|
|
|
 |
montego

|
Posted:
Tue Aug 28, 2007 7:05 pm |
|
I think you said that you were using a VPS right? Had you created an account for this domain using your VPS control panel (it might be WHM?) rather than using the base IP? I am used to seeing something more like this:
http://208.131.150.16/~useraccount/blah-blah-blah
Sounds also like you can SSH into your server. Maybe try lynx to access your site from an SSH connection just to see if you really can see it from inside their network.
I honestly believe this is still a host issue. I just cannot figure out why they cannot fix it.
Try writing a quick script even to echo out "Hello World" to prove to them it isn't NUKE! |
|
|
|
 |
myrtletrees

|
Posted:
Wed Aug 29, 2007 6:19 am |
|
I've canceled my web hosting account with them. Sorry for the futile attempts at getting this to work. I appreciate everyone's help. |
|
|
|
 |
montego

|
Posted:
Wed Aug 29, 2007 6:46 am |
|
No problem. Sorry to hear this. I understand your frustration. I had issues with another host before moving to RavenWebHosting. What a "dream" that was... you can't get better support for PHP-Nuke (especially). |
|
|
|
 |
|