Osclass forums
Support forums => Plugins => Plugin Payments => Topic started by: Buggyboy 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
-
I have the same problem.
the screen stays white (blank).
Did you solve the problem?
-
Blank/empty pages = fatal php error.
Enable DEBUG to a LOG for Osclass and check.
-
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
-
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?
<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