Hi, guys new to the forums. Got a feeling Flywheel will become a new eHome as it really helps my workflow.
I am a bit stuck. I’ve got a local site running on windows 10 using the default configuration, but I need to change my PHP max. input time.
I uselly fix this by:
1- Theme Functions File - @ini_set( ‘max_input_time’ , ‘1000’ );
2- Create or Edit an existing PHP.INI file - max_input_time = 1000
3- htaccess Method - php_value max_input_time 1000
None of this has given me any pleasure. Does anybody have any suggestions?
