Thread Starter
guicz
(@guicz)
Yest it is. You can close it.
Thanks
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.