Introduction You can adjust the PHP execution on your own, here are some methods to try. I recommend starting at the top an working your way down the list. Apply only one change at a time, do not try to apply them all. Be aware that this requires advanced knowledge; it is not basic and …
The purpose of these warning and notices are to help developers debug potential issues with their code. Plugin and theme developers use this information to check for compatibility and that best practices are being adhered to in their code. However, it is considered a best practice to hide these warning and notices on live production …
Introduction You can adjust the memory allocated to PHP on your own, here are some methods to try. I recommend starting at the top an working your way down the list. Apply only one change at a time, do not try to apply them all. Be aware that this requires advanced knowledge; it is not …
This is temporary and only meant to identify if a there is a potential theme conflict which is causing Connections not to function as expected. Temporarily activate a default theme, such as TwentyThirteen or TwentyFourteen. Check to see if the issue is resolved. If the issue disappears, then you have identified the issue as a …
This is temporary and only meant to identify if a there is a potential plugin conflict which is causing Connections not to function as expected. Temporarily deactivate all other plugins except Connections and any of its extensions and templates. Check to see whether the issue has been resolved or not. If the issue is still occurring, …