So, I tried to use user.ini file to increase my max input time into 150.
I can add any variables like upload_max_filesize = 256M; and post_max_size = 256M; But after adding the max_input_time = 150; it only display this: ARRAY(0x27c2560)
What does this ARRAY(0x27c2560) means?? and beside my max_input_time is still 60 even after save the file...
I believe this is because of a syntax mistake.
You said you added the following:
But it should be
without any semicolon. And the same goes for all other modification.