PDA

View Full Version : works on some servers but not others


richnpark
12-01-2008, 12:30 PM
When I test my FPP pano's on my server they work fine, when uploaded to the clients server they don't. I also uploaded to a friends server and they worked fine. Any clue to why this happens,

my sever. http://www.virtualperspectives.co.uk/parkhouseclub/panorama/

clients. http://87.106.188.234/panorama/index.html

nidrig
12-01-2008, 02:15 PM
Hi,

Are you using .mov panos?

If so, the movdecoder plugin is missing.

In Flash tracer, I have the following errors displayed:

Error #2035: URL Not Found. URL: files/movdecoder.swf
Error #2035: URL Not Found. URL: files/cylConverter.swf

then:

Unknown panoType!

cu

richnpark
12-01-2008, 02:26 PM
hi nidrig,

yes I am using .mov and the movdecoder is in the files folder.

files/movDecoder.swf

Why does it work on my server and not the clients, they are exact duplicates.

richnpark
12-01-2008, 02:33 PM
hi nidrig,

yes I am using .mov and the movdecoder is in the files folder.

files/movDecoder.swf

Why does it work on my server and not the clients, they are exact duplicates.

nidrig
12-01-2008, 02:34 PM
hi,

You don't have the file not found error for the movdecoder anymore and it seems to work in your client's server.

cu

richnpark
12-01-2008, 02:35 PM
changing movDecoder.swf to movdecoder.swf was the difference.

But this doesn't tell me why it worked on one server and not the other.

richnpark
12-01-2008, 02:37 PM
oh, and thanks for pointing me in that direction nidrig.

nidrig
12-01-2008, 02:44 PM
Your server is a Windows one, running IIS, which isn't case sensitive.

Your client is on Unix/Apache, which is case sensitive OS..

richnpark
12-01-2008, 02:46 PM
I guess thats why. thanks again. headache now gone.