OS Property support center

Invalid OS Property payment plugin

  • Martin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 years 2 weeks ago - 6 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
Last edit: 6 years 2 weeks ago by Martin.

Please Log in or Create an account to join the conversation.

More
6 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 Log in or Create an account to join the conversation.

  • Martin
  • Topic Author
  • Offline
  • New Member
  • New Member
More
6 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
Code:
if ($pluginType != 'osplugin')
But it should
Code:
if ($pluginType != 'ospplugin')
As my client can't access latest version of OS Property, I've just changed plugin type to osplugin in the plugin manifest file...

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamNguyen Phu Quan