Tagged: civicrm

Removing fields from CiviCRM

Sometimes after launching a new site our clients find that there are fields and features in CiviCRM that they don’t use. We are working with a client that wants to remove all fields and features that aren’t useful in order to simplify their user interface and make it easier to use. This includes things like

Read more »

The dreaded “MySQL has gone away” error

In environments where there are many databases running on the same machine (ex. shared hosting), or in high traffic environments (ex. enterprise sites) it is a common problem that unterminated connections to the database linger around indefinitely until MySQL starts spitting out the “Too many connections” error. The fix for this is decrease the wait_timeout

Read more »