Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
379 views
in Q2A Core by

Running query: ALTER TABLE qa_posts MODIFY content VARCHAR(12000) ... 

Fatal error: Maximum execution time of 30 seconds exceeded in D:\xampp\htdocs\public\qa-include\qa-db.php on line 227

Maybe we should add a "set_time_limit(300)" to the upgrade script? 

https://stackoverflow.com/a/16171228/1066234

Q2A version: 1.8

1 Answer

+1 vote
by
edited by
someone else also complained about this. I feel we should increase time.

@pupi1985, @scott, do you think we should increase this time? thanks.
...