*

marian ion

Error pay plugin
« on: February 17, 2023, 11:27:47 PM »
Hi group. I see today new error 😣 on pay pluginā€¦
What is wrong here guys? Pls help me!!!

Warning: A non-numeric value encountered in /home/lamanun/public_html/oc-content/plugins/osclass_pay/functions.php on line 2081

*

MB Themes

Re: Error pay plugin
« Reply #1 on: February 25, 2023, 01:47:34 PM »
@marian
Try to find this line:
Code: [Select]
function osp_hours_uplift($fee, $hours = NULL) {
and below it add:
Code: [Select]
  $fee = floatval($fee);
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

Marked as best answer by on Today at 05:07:20 PM
*

marian ion

  • Undo Best Answer
  • Re: Error pay plugin
    « Reply #2 on: February 28, 2023, 02:48:42 AM »
    @marian
    Try to find this line:
    Code: [Select]
    function osp_hours_uplift($fee, $hours = NULL) {
    and below it add:
    Code: [Select]
      $fee = floatval($fee);

    Funcion.php ?

    *

    MB Themes

    Re: Error pay plugin
    « Reply #3 on: March 07, 2023, 01:00:05 PM »
    @marian
    Yes
      To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots