Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #24373, comment 17


Ignore:
Timestamp:
06/04/2014 09:34:32 AM (11 years ago)
Author:
cristiano.zanca
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #24373, comment 17

    initial v1  
    1 +1 (WordPress 3.9.1) seeing same error while importing from theme-unit-test-data.xml, in my xubuntu laptop with apache2 & nginx:
     1+1 (WordPress 3.9.1) seeing same error while importing from theme-unit-test-data.xml, in my xubuntu laptop with apache2 & nginx, SOLVED with kpdesign solution found on top the of this page:
    22
     3#################
     4
     5wordpress-importer.php
     6                 
     7line 1110 before                function bump_request_timeout() {
     8line 1110 after                 function bump_request_timeout( $val ) {
     9
     10#################
     11
     12Error was
    313
    414( ! ) 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
    515Call Stack
    6 #       Time    Memory  Function        Location
    7 1       0.0001  235872  {main}( )       ../import.php:0
    8 2       0.0001  237168  require_once( '/var/www/wp/wp-admin/admin.php' )        ../import.php:12
    9 3       0.0001  237896  require_once( '/var/www/wp/wp-load.php' )       ../admin.php:30
    10 4       0.0002  238792  require_once( '/var/www/wp/wp-config.php' )     ../wp-load.php:29
    11 5       0.0002  241112  require_once( '/var/www/wp/wp-settings.php' )   ../wp-config.php:90
    12 6       11.0040 2312448 include_once( '/var/www/wp/wp-content/plugins/wordpress-importer/wordpress-importer.php' )      ../wp-settings.php:214