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.
Start Tab on CEPhoenix page
-
heatherbell
- Senior Contributor
- Posts: 2540
- Joined: Mon Oct 07, 2019 4:39 am
- Phoenix Version:
- Has thanked: 35 times
- Been thanked: 243 times
Re: Start Tab on CEPhoenix page
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'))) ?>