I recently had trouble logging into the Control Panel on a fresh install, locally. I could enter my username/password, but could never reach the actual CP. The php error log read:
PHP Fatal error: Maximum execution time of 300 seconds exceeded in C:\xampp\htdocs\site\system\expressionengine\helpers\version_helper.php on line 47
I have a different site installed locally that has been fine for months, but any new install results in the above error. I’ve tried multiple users/db’s and both fresh WAMP and XAMPP (Win 7 64) installs. Also different config overrides and EE 2.5.0 and 2.5.3.
Finally I decided to just delete version_helper.php, and then acc.expressionengine_info.php which finally allowed me to login to the control panel. But I’m wondering what the issue could have been? Thanks.