Advertisement:

Author Topic: Download plugin paypal  (Read 1203 times)

ThoXs

  • Sr. Member
  • ****
  • Posts: 463
Download plugin paypal
« on: May 30, 2014, 09:42:33 pm »
There is a plugin that my users can pay by paypal link for download,thanks.
I downloaded this plugin  http://market.osclass.org/plugins/payments_52#
installation and gives me this error :
Fatal error: Call to undefined function osc_add_route() in /home/intimi36/public_html/oc-content/plugins/payment/index.php on line 194

I went in index.php on line 194 and here I do not know what to do, this is the code that is on line 194 with the error that
Code: [Select]
osc_add_route('payment-admin-conf', 'payment/admin/conf', 'payment/admin/conf', osc_plugin_folder(__FILE__).'admin/conf.php');
« Last Edit: May 30, 2014, 10:01:06 pm by ThoXs »

teseo

  • Hero Member
  • *****
  • Posts: 6169
Re: Download plugin paypal
« Reply #1 on: May 31, 2014, 03:33:08 am »
Usually that error means that the plugin needs a more recent Osclass version... ???

Quote
Requires: 3.2 or higher

Regards

ThoXs

  • Sr. Member
  • ****
  • Posts: 463
Re: Download plugin paypal
« Reply #2 on: May 31, 2014, 04:48:07 pm »
Ok thanks