Viewing 1 replies (of 1 total)
  • Plugin Support crisanbogdan

    (@crisanbogdan)

    Hello @satansalam,

    Thank you for reaching out to us with your concern.

    Based on your description of the issue it appears to be server related. We would kindly ask you to add the following lines of code in wp-config.php at the top of the file and let us know if it resolves the issue for you.

    
    @ini_set( 'upload_max_size' , '120M' );
    @ini_set( 'post_max_size', '120M');
    @ini_set( 'max_execution_time', '600' );
    

    We are looking forward to hearing from you.

Viewing 1 replies (of 1 total)
  • The topic ‘Installation issues WP 6.0.1’ is closed to new replies.