• Resolved mnmm

    (@mnmm)


    Hi,

    since my last update I receive an error when auto-update the tables via cron:

    PHP Fatal error:? Uncaught Error: Call to undefined method TablePress_Import_Legacy::save_imported_table() in /home/mmmmmmmmmmmm.de/wp-content/plugins/tablepress/classes/class-import.php:844

    Is is a known issue?

    Best
    Franz

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi!

    Thanks for your post and sorry for the trouble!

    Yes, this is a known issue — unfortunately, I made a typo in the 2.3 release of TablePress. I will fix this in version 2.3.1 which will be coming shortly.

    In the meantime, you could already fix this issue yourself, by replacing

    $importer->save_imported_table

    with

    $importer->import_table

    in the file that is mentioned in the error message.

    Regards,
    Tobias

    Thread Starter mnmm

    (@mnmm)

    Hi Tobias,

    Ah, alright, thanks for the quick reply. I downgraded to 2.2.5 and will later upgrade to 2.3.1

    Best
    Franz

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    yes, that will work, too ??

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘PHP Fatal error on auto-update’ is closed to new replies.