Closed sprankhub closed 6 years ago
Thank you for your support.We do the necessary review.
This is not fixed yet, so please keep this issue open until it is fixed!
We added modman file, you can conrol and let us know if there is something wrong
This has nothing to do with the modman file. I already added the modman file to the project and created the necessary symlinks, but the error is the same as described above.
I am pretty much sure that your autoloader does not find the files if the directories / files / the autoloader itself is a symlink.
Many clients use modman for Magento 1 in order to separate customisations from the Magento core. The idea is that the Magento core is in one directory and the modules are in a separate directory.
modman
then symlinks the modules into the Magento core directory. For instance,app/code/community/IyzicoCheckoutForm/IyzicoCheckoutForm
is simply a symlink to another directory:All extension files from Iyzico are located in
.modman/IyzicoCheckoutForm_IyzicoCheckoutForm/
.If you use such a setup, the autoloader does not work correctly, so that the following errors occur:
This breaks the whole payment process, so that it is a quite critical issue. Could you please improve the autoloader, so that it works for such symlink / modman environments as well?
This may be the same as #3.