• Resolved emanuelcelano

    (@emanuelcelano)


    I have a problem to load the plugin page after 1000 pages added ..
    this is my log error
    mod_fcgid: stderr: PHP Fatal error: Maximum execution time of 120 seconds exceeded in ******/wp-includes/post.php on line 1908 or 1902, referer: https:*******wp-admin/

    I try to add :
    FcgidBusyTimeout 300
    FcgidIOTimeout 250

    and change the max_execution_time to 120

    But nothing.
    Can you help me? thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Dotstore

    (@dots)

    Hello @emanuelcelano,

    Hope you are doing well…!!!

    Thanks for reaching out.how to set execution limit properly method mention below.increase limit more then 120

    There are few ways to increase the execution time for an initiated process. Either you can increase that by adding a line in wp-config.php or HTACCESS or php.ini file hosted on your web server. There is no need to make all three changes as any one of these works fine. That means, it is up to your convenience to choose any one of these three ways to increase the set maximum execution time for your server. For WordPress, it is much easier to do that by changing Wp-config.php file which is available in the root of the installation.

    1. By Wp-config.php Changes
    set_time_limit(60);
    Important – If you are making changes in wp-config.php, then add this line above “/* That’s all, stop editing!. */” comment.

    2. In htaccess
    php_value max_execution_time 60

    3. Addition in php.ini file
    max_execution_time = 30 ;

    • This reply was modified 8 years ago by Dotstore.
    • This reply was modified 8 years ago by Dotstore.
    Thread Starter emanuelcelano

    (@emanuelcelano)

    Hi, thanks for the reply but not work.
    I try all solution above.

    The browser give me this error :
    ERR_CONTENT_DECODING_FAILED

    The page of plugin not load at all.
    On error log of domain :
    mod_fcgid: stderr: PHP Fatal error: Maximum execution time of 60 seconds exceeded
    httpdocs/wp-includes/post.php on line 1943

    Are you sure that there isn’t a problem with loading thousand of pages …
    perhaps for special characters contained in the titles?

    Plugin Author Dotstore

    (@dots)

    Hey @emanuelcelano,

    If you getting this ERR_CONTENT_DECODING_FAILED error then you can enable zlib.output_compression in php.ini it seemed to fix the issue.if you still getting issue then share the screenshot so we try to give you proper solutions.

    Thank You,
    Multidots

    Thread Starter emanuelcelano

    (@emanuelcelano)

    Hi, sorry but this is not the reason.
    I have involved my cusotmer care ( hosting provider ) and i can confirm that the server configuration is ok.
    Nobody have the same problem ?
    Thanks

    Plugin Author Dotstore

    (@dots)

    Hello @emanuelcelano,

    Nobody getting this kind of Problem.Also, we have tested more than 1000 post created by our plugin you can see the screenshot so you can trust :).I think something wrong with your configuration.
    screenshot:https://www.dropbox.com/s/feqns79v6twp7bx/screenshot.png?dl=0

    Thank You,
    Multidots

    • This reply was modified 8 years ago by Dotstore.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Time-out error on Loading plugin page with many pages’ is closed to new replies.