- Posts: 5
- Thank you received: 0
OS Property support center
Invalid OS Property payment plugin
- Martin
- Topic Author
- Offline
- New Member
-
Less
More
7 years 2 weeks ago - 7 years 2 weeks ago #111544
by Martin
Invalid OS Property payment plugin was created by Martin
Hi! Trying to develop a payment plugin for a customer I'm getting Invalid OS Property payment plugin at install time. I've followed the instructions at
osproperty.ext4joomla.com/documentation/...op-osproperty-plugin
Any ideas why?
Thanks!
EDIT1: If I compress stripe original payment plugin files and try to reinstall it, I get the same error message Invalid OS Property payment plugin
EDIT2: OS Property Version 2.9.8, Joomla 3.7.2
Any ideas why?
Thanks!
EDIT1: If I compress stripe original payment plugin files and try to reinstall it, I get the same error message Invalid OS Property payment plugin
EDIT2: OS Property Version 2.9.8, Joomla 3.7.2
Last edit: 7 years 2 weeks ago by Martin.
Please Log in or Create an account to join the conversation.
- Mr. Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13021
- Thank you received: 1688
7 years 2 weeks ago #111614
by Mr. Dam
Replied by Mr. Dam on topic Invalid OS Property payment plugin
Hi Martin,
Please submit ticket and send your site url with super admin account. I will check the issue for you
Thanks
Dam
Please submit ticket and send your site url with super admin account. I will check the issue for you
Thanks
Dam
Please Log in or Create an account to join the conversation.
- Martin
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 0
7 years 2 weeks ago #111615
by Martin
Replied by Martin on topic Invalid OS Property payment plugin
Hi! Sorry, I found the issue. It seems that OS Propert v2.9.8 has an issue in the install member function of install in the OspropertyPlugin class. it expects
But it should
As my client can't access latest version of OS Property, I've just changed plugin type to osplugin in the plugin manifest file...
Code:
if ($pluginType != 'osplugin')
Code:
if ($pluginType != 'ospplugin')
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Nguyen Phu Quan
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.