Skip to main content
Inspiring
February 16, 2011
Answered

CF8 tanks after php 5.2 install

  • February 16, 2011
  • 1 reply
  • 337 views

We have a dev server that is running CF8 on IIS6.  It also runs CF9 on the internal webserver.

CF8 has been running just fine for forever.  We installed php 5.2 - thread-safe ISAPI version for some new projects.  It installed fine (ie, we ran a test page with the usual phpInfo() call it it worked.  Then we tried to access a CF page, and got a 404 error.  A quick check in IIS mappings shows CFM mapping to the jrun IIS6 isapai DLL in /wsconfig, and if I look in that folder the file is there.

I don't have a lot more details at this point, since the IT guy that installed php is doing the detective work on it, but I figured I'd ping you guys to see if anyone has run into this and has info that might help.

thanks,

-reed

    This topic has been closed for replies.
    Correct answer Dave Watts

    If you can reorder the ISAPI extensions, try putting the CF one first. Otherwise, try uninstalling and reinstalling the CF 8 connector.

    Dave Watts, CTO, Fig Leaf Software

    http://www.figleaf.com/

    http://training.figleaf.com/

    1 reply

    Dave WattsCommunity ExpertCorrect answer
    Community Expert
    February 17, 2011

    If you can reorder the ISAPI extensions, try putting the CF one first. Otherwise, try uninstalling and reinstalling the CF 8 connector.

    Dave Watts, CTO, Fig Leaf Software

    http://www.figleaf.com/

    http://training.figleaf.com/

    Dave Watts, Eidolon LLC