• Author
    Posts
  • #32419

    dgenc
    Participant

    Hi, im not make install demo. only waiting % 50

    I set

    htaccess

    php_value upload_max_filesize 128M
    php_value post_max_size 128M
    php_value max_execution_time 360
    php_value max_input_time 360

    funcs

    <?php
    @ini_set( ‘upload_max_size’ , ‘128M’ );
    @ini_set( ‘post_max_size’, ‘128M’);
    @ini_set( ‘max_execution_time’, ‘360’ );

    wp conf

    define(‘WP_LOAD_IMPORTERS’, true);
    define(‘WP_MEMORY_LIMIT’, ‘256M’);

    But, same only waiting % 50

    Attachments:
    1. 2018-02-04_20-04-12.png

You must be logged in to reply to this topic. Click here to login or register