Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#13870 closed defect (bug) (duplicate)

tags to category import functionality broken

Reported by: mrmist's profile mrmist Owned by:
Milestone: Priority: normal
Severity: normal Version: 3.0
Component: Import Keywords:
Focuses: Cc:

Description

The convert tags to categories part of the cat2tag "importer" doesn't seem to be working. It looks to be referencing a URL that no longer exists (Maybe it was how it used to work?)

The error is -
PHP Warning: include(E:\webpage\svn\trunk/wp-admin/import/wp-cat2tag.php): failed to open stream: No such file or directory in E:\webpage\svn\trunk\wp-admin\admin.php on line 175 PHP Warning: include(): Failed opening 'E:\webpage\svn\trunk/wp-admin/import/wp-cat2tag.php' for inclusion (include_path='.;C:\php5\pear') in E:\webpage\svn\trunk\wp-admin\admin.php on line 175 PHP Warning: call_user_func() expects parameter 1 to be a valid callback, no array or string given in E:\webpage\svn\trunk\wp-admin\admin.php on line 192

Which is seen after installing the importer, then clicking the "Tags to Categories" button.

Categories to tags shows a list of categories ready for conversion, but attempting to click the "Convert categories to tags" button also displays the above error.

Change History (3)

#1 @nacin
15 years ago

I'm not seeing this... wp-admin/import is completely gone. All importers have become plugins.

#2 @demetris
15 years ago

@mrmist:

This was an issue for a short period of time after the converters were removed. It has been fixed now:

r14978

#3 @dd32
15 years ago

  • Milestone Unassigned deleted
  • Resolution set to duplicate
  • Status changed from new to closed

See #13566 & r14978

Note: See TracTickets for help on using tickets.