I ma trying to import xml file to my new wordpress when i am trying to import after 1 minute i am getting the below error:
Fatal error: Maximum execution time of 60 seconds exceeded in C:\wamp\www\demo6\wp-includes\wp-db.php on line 1811
i added below line to wp-db.php
but still iam getting same error
ini_set('max_execution_time', 1900);
and in php.ini i changed too still same error
max_execution_time