What can cause reset connection when running PHP script?
        Posted  
        
            by marcin_koss
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by marcin_koss
        
        
        
        Published on 2010-05-24T20:24:08Z
        Indexed on 
            2010/05/24
            20:31 UTC
        
        
        Read the original article
        Hit count: 210
        
I've developed a web application with CodeIgniter that works perfectly on my local machines (one with windows and one with Linux). When I moved it to my hosting server, connection gets reset when running one particular PHP script that does a few MySQL queries and some operations on arrays. The data I'm querying is small, just a few tables with up to 25 records. Firefox returns "The connection was reset" after maybe 2-3 seconds. I checked the servers error logs but there was nothing there. Unfortunately I don't have access to Apache error logs.
What can cause this behavior?
© Stack Overflow or respective owner