Page 1 of 1

Start Tab on CEPhoenix page

Posted: Sat Mar 05, 2022 9:43 pm
by bathurst
Whenever I try to access the Start menu item in the admin panel I get this:

Notice: Undefined index: Linker in /home/iptv/public_html/phoenix/includes/apps/paypal/admin/content/start.php on line 21

Fatal error: Uncaught Error: Call to a member function build() on null in /home/iptv/public_html/phoenix/includes/apps/paypal/admin/content/start.php:21 Stack trace: #0 /home/iptv/public_html/phoenix/admin/paypal.php(186): include() #1 {main} thrown in /home/iptv/public_html/phoenix/includes/apps/paypal/admin/content/start.php on line 21

I have tried numerous fixes to no avail. Please help.

Re: Start Tab on CEPhoenix page

Posted: Sat Mar 05, 2022 10:48 pm
by Omar_one

Re: Start Tab on CEPhoenix page

Posted: Sun Mar 06, 2022 6:33 am
by heatherbell
bathurst wrote: Sat Mar 05, 2022 9:43 pmPlease help.
This has already been answered.
viewtopic.php?p=8550#p8550
Change /includes/apps/paypal/admin/content/start.php Line 21 to:

Code: Select all

        <?= $OSCOM_PayPal->getDef('onboarding_intro_body', array('button_retrieve_live_credentials' => $OSCOM_PayPal->drawButton($OSCOM_PayPal->getDef('button_retrieve_live_credentials'), $GLOBALS['Admin']->link('paypal.php', ['action' => 'start', 'subaction' => 'process', 'type' => 'live']), 'info'), 'button_retrieve_sandbox_credentials' => $OSCOM_PayPal->drawButton($OSCOM_PayPal->getDef('button_retrieve_sandbox_credentials'), $GLOBALS['Admin']->link('paypal.php', ['action' => 'start', 'subaction' => 'process', 'type' => 'sandbox']), 'info'))) ?>