KD Posted September 28, 2018 Posted September 28, 2018 Hi, I am getting below error while installing Agile module. "override Class installation was not successfull:classes/PaymentModule.php" I am not able find this file in /classes. Not sure what is the issue! Thanks KD
lesley Posted September 29, 2018 Posted September 29, 2018 Is there already an override on the file? Look in the overrides/classes/ directory. If so it needs to be manually merged.
KD Posted September 29, 2018 Author Posted September 29, 2018 I don't see PaymentModule.php in overrides/classes directory, that's what surprises me, since there is no such file.
KD Posted September 29, 2018 Author Posted September 29, 2018 Below are the permissions for overrides/classes directory. drwxr-xr-x 17 www-data www-data 4096 Sep 28 17:21 . drwxr-xr-x 5 www-data www-data 4096 Aug 15 12:00 ..
yaniv14 Posted September 29, 2018 Posted September 29, 2018 check for the override file inside: override/classes/module/
KD Posted September 29, 2018 Author Posted September 29, 2018 I did checked in this director as well, I don't see this file in any sub directories of override/. How to check if, store class override is disabled or enabled?
lesley Posted September 29, 2018 Posted September 29, 2018 If there is no file, it is not overriden. Did you recently purchase the module? I am pretty sure Kinro supports thirty bees, you might put in a ticket with him.
KD Posted September 29, 2018 Author Posted September 29, 2018 yes, I recently purchased the module, I have opened the ticket with them. Will let you know.
datakick Posted September 30, 2018 Posted September 30, 2018 I believe the problem is on thirtybees side. In ps16, the class PaymentModule was located in /classes/PaymentModule.php. Thirtybees moved this to /classes/module/PaymentModule.php. That is compatibility issue, which prevents overriding. Module is trying to override file that does not exists in tb anymore
KD Posted September 30, 2018 Author Posted September 30, 2018 I see the file in /classes/module/PaymentModule.php. Tried copying this file into /classes/. but still module does not recognized it!
lesley Posted September 30, 2018 Posted September 30, 2018 The override in the module itself needs to be changed. But I don't know if you can change it without Kinro doing it, since his modules are encrypted. They should be able to handle it with their support, point them to this thread.
KD Posted October 4, 2018 Author Posted October 4, 2018 I am working with Kinro, he mentioned this is a permission issue. "The file/folder permissions to be the same as that those TB default files after upload modules via back office without manually change permissions. It is related to the user account of the server that running for TB." When the module is uploaded it sets this permission "drwxrwxrwx 11 www-data www-data 4096 Oct 3 17:26 agilekernel" Rest of all other folders permission are "drwxr-xr-x" I am uploading the module with superadmin account, created during installation. What do I need to do, so that permission does not get changed, when the module is uploaded from BO?
lesley Posted October 4, 2018 Posted October 4, 2018 Then he should be able to manually upload the extracted zip file and it should install. If the permissions are an issue it sounds like a server misconfiguration.
KD Posted October 4, 2018 Author Posted October 4, 2018 If the server is miss configured I want to make sure it is properly configured. In general when any modules are upload from BO it should be same permission as other TB files and folders? Has anyone had similar issues?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now