Make WordPress Core

Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#48253 closed defect (bug) (invalid)

export.php issue

Reported by: gianpaolocipicchia's profile gianpaolo.cipicchia Owned by:
Milestone: Priority: normal
Severity: normal Version: 5.2.3
Component: Export Keywords:
Focuses: administration Cc:

Description

Hello,
I'm trying to export products from a large wordpress/woocommerce site.
Export always fails reporting: Fatal error: Maximum execution time of 60 seconds exceeded in ... (everytime different wordpress files)

I tried:

  • to change dedicated server ( 16gbytes ram, 4cpu )
  • to change php version (tried all versions from 5 to 7.3.10)
  • to replace @set_time_limit( 1200 ) in deprecated.php line 3649,
  • to change php.ini max_execution time = 1200, max_input_time = 1200 in each php version
  • to put set_time_limit(1200); in wp-config
  • to put php_value max_execution_time 1200 in .htaccess
  • to update wordpress version to the last one
  • to change db server from mysql server to mariadb
  • tried Apache 2 Handler, php-cli, php-fpm installations

Same error when I launch export -> products from browser or wp-cli command:
wp export --path=/mnt/HC_Volume_2981279/wordpress/store/ --post_type=product --allow-root

(28555 products in wp_posts table)

Any idea?
Thanks in advance for your support!

Change History (3)

#1 @gianpaolo.cipicchia
4 years ago

  • Resolution set to invalid
  • Status changed from new to closed

An unkwnown plugin was causing the issue. Just solved, not a wordpress core problem.
Thank you

#2 @SergeyBiryukov
4 years ago

  • Milestone Awaiting Review deleted

#3 @SergeyBiryukov
4 years ago

  • Severity changed from major to normal
Note: See TracTickets for help on using tickets.