Please post a mirror cant download from the source here!
Can someone install the demo page of the new 2.4.1 ver? I cannot install them because Maximum execution time of 60 seconds exceeded in C:\xampp\htdocs\wp\wp-includes\class-http.php on line 1422
I fix the exection time in PHP and wp.config.php but no work. Does someone know how to fix it?
I can fix the error now, just add this code to the file 'class-http.php' in '\wp\wp-includes\' line 1422
ini_set('max_execution_time', '259200')
That will work.
Thank you kindly for sharing. +++++ added.