[SOLVED] WP_Import::bump_request_timeout()
-
(WordPress 3.9.1) seeing error while importing from theme-unit-test-data.xml, in my xubuntu laptop with apache2 & nginx, SOLVED with kpdesign solution:
#################
wordpress-importer.php
line 1110 before> function bump_request_timeout() {
line 1110 after> function bump_request_timeout( $val ) {#################
Error was
( ! ) Strict standards: Declaration of WP_Import::bump_request_timeout() should be compatible with WP_Importer::bump_request_timeout($val) in /var/www/wp/wp-content/plugins/wordpress-importer/wordpress-importer.php on line 38
Call Stack
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[SOLVED] WP_Import::bump_request_timeout()’ is closed to new replies.