@king-a-s am not sure what the problem might be , I need some feedbacks here.
can you please add the following lines to your config.php file :
define('SAVEQUERIES', true);
define('WP_DEBUG', true);
define('SCRIPT_DEBUG', true);
define('WP_DEBUG_LOG', true);
if you still getting a blank screen check the debug.txt in your wp-content folder .
then paste the result here please.
I’ve got the same error.
The Apache error log returns:
PHP Fatal error: Class 'Hyyan\\WPI\\Reports' not found in /wp-content/plugins/woo-poly-integration/src/Hyyan/WPI/Plugin.php on line 100
I found out that the Plugin.php tries to register the Reports function which doesn’t exist.
On line 100 in Plugin.php is says: new Reports();
I commented line 100 and everything is working again.
Maybe this helps.
@pino_nl thank you for your help , I am surprised , something went wrong with my deploy step I think.
The file is not missing in the Github Repo Here :
https://github.com/hyyan/woo-poly-integration/tree/0.18/src/Hyyan/WPI
Anyway I’ve solved the problem , you can re install the plugin safely now
Thanks again for feedback
@pep Thanks for participating.
@hyyan Abo Fakher
I’ve re-installed version 0.18 and everything its OK
Thanks…
@king-a-s you are welcome 🙂