• Resolved harryloat

    (@harryloat)


    Hello,

    Hope u r doing good and thanks for creating and maintaining such an amazing tool. After activating the One Click Demo Import, the below error is prompted. Please help to get it resolved.

    Warning: : The magic method OCDI\OneClickDemoImport::__wakeup() must have public visibility in C:\xampp\htdocs\Wordpress-Webs\teamgenius\wp-content\plugins\one-click-demo-import\inc\OneClickDemoImport.php on line 128

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

    (@capuderg)

    Hi @harryloat,

    this will be fixed in the next plugin update. Thank you for reporting it.

    If you want to fix it on your site, please edit the file mentioned in the PHP warning above and change the code on line 128 private function __wakeup() {} to public function __wakeup() {}.

    Take care!

    Thread Starter harryloat

    (@harryloat)

    Solved…Thanks for your early and kind response

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘__wakeup() must have public visibility’ is closed to new replies.