Hi,
I am on Magento 2.3 and am having an issue when I try to compile.
Warning: include(CCodeGenerator.php): failed to open stream: No such file o
r directory in /home/longstone/public_html/app/code/Ubertheme/Ubdatamigrati
on/lib/yii/YiiBase.php on line 432
Thanks for your help
1 answer
Hi there,
Warning: include(CCodeGenerator.php): failed to open stream: No such file o
r directory in /home/longstone/public_html/app/code/Ubertheme/Ubdatamigrati
on/lib/yii/YiiBase.php on line 432
It seem you got issue with folders/files permission when install our module.
Lets run below command in your terminal to solve that issue:
rm -rf app/code/Ubertheme/Ubdatamigration/lib
Regards,
Mall.