Hi
We have used EE for over 6 years now, so are very familiar with the software. However after installing 3.2.0 (with no install issues), when we try to login to the Control Panel we get the following message after entering our username and password
The connection was reset
We are running Apache on Windows, with PHP as a module. We have tested the EE server compatibility report and that comes back completely fine.
Any help would be so appreciated.
Jonathan
It’s likely the issue is PHP related, so create a phpinfo file to check memory allocation etc. With mine I noticed that Zend OPcache (http://php.net/manual/en/book.opcache.php) free memory was minimal. IIRC OPcache is not enabled by default - if it’s not enabled you won’t see it listed when using phpinfo (and this solution will not help).
If you are using OPcache, try creating a PHP file that contains:
<?php opcache_reset(); ?>
…and upload the file, then access the file from a browser.
Note that running this command on the CLI will not help, as the CLI apparently uses a different cache.
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.