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

    (@shinephp)

    Hi, there is a typo at uninstall.php file, which causes PHP fatal error. Open uninstall.php file and replace file_exist() with file_exists(). It should be:

    if (file_exists('uninstall-pro.php')) {
    	include('uninstall-pro.php');
    }

    Or remove these 38-41 lines at all. They are needed for Pro version only.

    Thread Starter eddy2909

    (@eddy2909)

    worked fine.. thanks for quick help ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘delete’ is closed to new replies.