Not signed in (Sign In)

SkillShare - A place to discuss Web Standards and Web Design topics

Categories

Vanilla 1.1.9 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthormorfunk
    • CommentTimeMar 30th 2006
     permalink
    Hi,

    I've spent the last two months developing an Ajax app for an ordering form, and I just started running into some issues-

    On the development server we've been using, the form works fine for everyone. However, once we push the app to the main server, suddenly the Ajax calls hang - but only for people using IE6 SP2.

    I'm at a complete loss! The fact that it runs on the development server and not the main leads me to believe it's a server matter, but the fact that the problem is isolated in IE6 SP2- well, you get the idea.

    Also, the version of PHP on the development server is 4.1.2, while the main server is running 4.3.3. Any help at all on this would be tremendously appreciated!
    •  
      CommentAuthornifkin
    • CommentTimeMar 30th 2006
     permalink
    $0.02 worth of personal opinion: having a development server that doesn't exactly mirror your live environment defeats the purpose. ;)

    Are any externals JS files used on the site up to date on both servers?

    Does PHP on the live server have REGISTER_GLOBALS disabled (the default for PHP 4.2+, I believe) and does your code depend on it being turned on?
    • CommentAuthormorfunk
    • CommentTimeMar 30th 2006
     permalink
    I completely agree on the development server thing- I was just brought on for this project, so I was never really part of the set up.

    Thanks for the REGISTER_GLOBALS idea- unfortunately, it's turned on in both servers (don't get me started on the security...). Also, the Javascript files are synced & match.

    Thanks for the response though, I really appreciate the feedback-
Add your comments
    Username Password
  • Format comments as (Help)