Ticket #4763 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

Warning: uasort() [function.uasort]: The argument should be an array in import.php on line 5

Reported by: alakhnor Assigned to: anonymous
Priority: normal Milestone: 2.3
Component: Administration Version: 2.3
Severity: major Keywords:
Cc:

Description

In trying to access import screen:

Warning: uasort() [function.uasort]: The argument should be an array in C:\wamp\www\wordpress230\wp-admin\includes\import.php on line 5

Causing this: No importers are available.

No plugin activated. That's a local installation

Change History

08/16/07 23:21:39 changed by foolswisdom

  • version set to 2.3.
  • severity changed from normal to major.
  • milestone changed from 2.4 (future) to 2.3 (trunk).

alakhnor, Please always include your WordPress version (+svn revision)?

Reproduced.
ENV: trunk r5886

08/16/07 23:23:07 changed by foolswisdom

  • summary changed from warning causing error on import screen to Warning: uasort() [function.uasort]: The argument should be an array in import.php on line 5.

08/17/07 01:59:38 changed by markjaquith

  • status changed from new to closed.
  • resolution set to fixed.

(In [5887]) correct logic grouping when reading importers. fixes #4763