Ok - I'm shaking with excitement here... I may have stumbled on the answer...
Testing with my copy (I haven't tried on the hosted sites yet)
What does this do?I've googled for the configuration.php property but I couldn't find anything specific. I assume this is the SSL/TLS control for the database connection and - because ours was set to '1' and the database server doesn't have a valid certificate, the MySQLi connection was aborting (hence "MySQL has gone away").
I've changed the value to '0' and I can now access the site/administrator site!
Next step is to see if the same test works on the live sites. Stay tuned...
Testing with my copy (I haven't tried on the hosted sites yet)
What does this do?
Code:
public $dbencryption = 1;
I've changed the value to '0' and I can now access the site/administrator site!
Next step is to see if the same test works on the live sites. Stay tuned...
Statistics: Posted by ohall — Sat Aug 10, 2024 1:20 pm