Help with Server / Website Install Question???

by 7 replies
8
Hey Everyone!!

I have a site that I installed on what I'll call server A. You can see it here:
http://www.chucksplace.net/healthcare

And everything works great!!

I also installed the exact same site on server B. You can see it here:
http://www.justcare.info/healthcare

And when you go to the videos page and click on a video it does not play.

Has anyone seen this problem before?

Could this be a server issue?

Any Hints or ideas would be appreciated!

Thanks,
Chuck :confused:
#programming #install #question #server #website
  • I'm not sure what your using to port the youtube videos into that flash player and change your links around, but on your second website the url received in the flash player is simply "http://justcare.info/healthcare/videoplay.php?id=" without any actual forwarding url information.

    Going to the direct link, rather than letting the video pop up does the same. Which means that somewhere in your backend code there is probably a non-variable that should be a $_SERVER variable and its screwing your whole system.

    Hope that helps!
    • [1] reply
    • Hey Nochek,

      Thanks for the reply.

      I'm so new to programming I'm like an infant here with this. I didn't write the code for this site so I'm really not sure where to start with it.

      But let me ask this, both sites are exactly the same. I used exactly the same files to upload to both servers. What could cause one server to work properly and one server doesn't?

      I appreciate any ideas you can give me.

      Thanks!
      • [2] replies
  • If it's a script you used and had to install it on the first server, you might wanna "install" it on the 2nd server as well and not just create a 1:1 copy.
    Often when running an installer it creates a config files which is specific to your host settings.
    • [1] reply
    • All Fixed!!

      Thanks to everyone for your advice and help!!

      With a special Thanks to Nochek for getting this fixed quickly for me!!

Next Topics on Trending Feed