Yes I recommend using XAMPP, but close skype because he uses the same port as xampp or wamp
Printable View
Yes I recommend using XAMPP, but close skype because he uses the same port as xampp or wamp
I have another problem: Fatal error: Maximum execution time of 30 seconds exceeded in
change php.ini setting.
]Find:Code:post_max_size = 8M
upload_max_filesize = 2M
max_execution_time = 30
max_input_time = 60
memory_limit = 8M
Change to:
post_max_size = 750M
upload_max_filesize = 750M
max_execution_time = 5000
max_input_time = 5000
memory_limit = 1000M
You may only need to change the max_execution_time.
Credit to yfastud http://forum.wampserver.com/read.php?2,28660,81982
Thanksss.
How can I edit the settings without starting from 0?