Hi everybody!
I’m having problems in accessing my site with SC8 in Godaddy’s servers. My database is MySQL and have an application that allow users to constantly register data throw forms that have many fields, some of them with ajax procedures. The problem is intermittent connection to database. After a few time registering, the connection is lost and restored aproximately 60 seconds later. I defined a file “user.ini” with the following statements:
memory_limit = 1G
session.gc_maxlifetime = 36000
mysql.connect_timeout = 14400
default_socket_timeout = 14400
But nothing happens. It remains the problem even tested with different internet providers and forms. In root directory there is a file named .htaccess with nothing and my .user.ini file. What’s the difference of both files?
I’m still a beginner in server configurations. Thanks for any help or recommendation.