• Resolved sandswimmer

    (@sandswimmer)


    Hi there – when I try to delete a category I get the following error:
    `Call to undefined method EL_Categories::remove_category() in /***/***/***/wp-content/plugins/event-list/admin/admin.php on line 124

    Is there a way to correct this? Thanks for a nice plugin by the way!

    http://ww.wp.xz.cn/extend/plugins/event-list/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author mibuthu

    (@mibuthu)

    This is a bug in the actual version.
    You can fix it by changing link 124 in /***/***/***/wp-content/plugins/event-list/admin/admin.php from:
    if( $this->categories->remove_category( $slug_array ) ) {
    to
    if( $this->categories->remove_categories( $slug_array ) ) {
    A fixed version will be released soon.

    Plugin Author mibuthu

    (@mibuthu)

    This bug is fixed in the new version 0.4.1.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Error when deleting categories’ is closed to new replies.