Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter XXLnote

    (@xxlnote)

    I know you didn’t mention that, but I was hoping for that functionality. And I got the idea that this information is useful to many. I need both menu adaptation and authorization checks in every page. Do you have recommendations for that?

    Thanks.

    XXLnote

    (@xxlnote)

    Hi logtail0602.

    I had the same problem and just resolved it. It was caused by a php session timeout. This can be set in the php.ini. The max_execution time is 30 seconds by default, the wordpress installer takes just a few seconds more to compete.

    max_execution_time = 600 ; Maximum execution time of each script, in seconds
    max_input_time = 600 ; Maximum amount of time each script may spend parsing request data

    Good luck

    P.S. it took me 4 hours to complete the famous 5 minutes installation procedure ??

Viewing 2 replies - 1 through 2 (of 2 total)