Advertisement:

Author Topic: Payment Pro und Gum-Them from OSClass-Team  (Read 656 times)

Buggyboy

  • Jr. Member
  • **
  • Posts: 61
Payment Pro und Gum-Them from OSClass-Team
« on: October 05, 2018, 11:00:12 am »
Update...

Hello.
I have the gum theme.when i install payment-pro and go to my my account on listing payment status, the screen stays white.
where can the error be?
it appears that the menu is not working properly.

Many Thanks
--------------------------------------------------------------------------------------------
ich habe das gum-theme.
wenn ich payment-pro installiere und in meinem konto auf listing payment status gehe, bleibt der bildschirm weiss.
wo kann da der fehler liegen?
anscheinend wird das menu nicht richtig ausgeführt.

Velen dank
Peter
« Last Edit: October 05, 2018, 05:05:03 pm by Buggyboy »

spmatt

  • Newbie
  • *
  • Posts: 13
Re: Payment Pro und Gum-Them from OSClass-Team
« Reply #1 on: October 19, 2018, 07:59:56 pm »
I have the same problem.
the screen stays white (blank).
Did you solve the problem?

Aficionado

  • Guest
Re: Payment Pro und Gum-Them from OSClass-Team
« Reply #2 on: October 19, 2018, 08:16:38 pm »
Blank/empty pages = fatal php error.

Enable DEBUG to a LOG for Osclass and check.

Buggyboy

  • Jr. Member
  • **
  • Posts: 61
Re: Payment Pro und Gum-Them from OSClass-Team
« Reply #3 on: October 23, 2018, 02:14:51 pm »
Hi!
Answer from the OSClass Team:
Hi there,
 
 Thank you, please make the following  changes:
 
 https://gist.github.com/garciademarina/c4d8fa32468a18c97c986d7c52228607
 
 Or just update your theme to the latest version.
 
 Best regards                                Peter

Buggyboy

  • Jr. Member
  • **
  • Posts: 61
Re: Payment Pro und Gum-Them from OSClass-Team
« Reply #4 on: October 26, 2018, 11:18:58 am »
Hello.
When I click on the payment status, only about 10 ads appear to me, even though I have over 20 ads set.
Can there be any problem with the file?
Code: [Select]
<div class="paginate">
        <?php
        $params 
= array(
            
'total' => $total_pages,
            
'selected' => $page,
            
'url' => osc_route_url('payment-pro-user-menu', array('iPage' => '{PAGE}'))
        );
        echo 
osc_pagination($params); ?>

    </div>
maybe this code will not run there properly, right?

Best RegardsPeter
« Last Edit: October 26, 2018, 11:22:20 am by Buggyboy »