• Hex there, your plugin is causing a critical error with the current wordpress or dokan version.

    I’m really looking forward to use this plugin, as it seems to be exactly what I am looking for.

    Will be checking in if you keep this updated, thanks for making this plugin in the first place 🙂

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

    (@guicz)

    Critical error here too

    guicz

    (@guicz)

    SOLVED (for me)

    After some debugging, I found a solution doing this:

    At the line 7 of the file /dokan-customizer/inc/raidc-setup-wizard.php there is a typo (??) in the directory Admin:

    require_once DOKAN_INC_DIR . '/admin/SetupWizard.php';

    In the Dokan Lite (3.0.3), the directory is named “Admin” with the capital “A”.

    Replacing this to:

    require_once DOKAN_INC_DIR . '/Admin/SetupWizard.php';

    worked for me.

    • This reply was modified 6 years ago by guicz.
    • This reply was modified 6 years ago by guicz.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Plugin is not working atm’ is closed to new replies.