Start Tab on CEPhoenix page

Open to all! Ask other shopowners for help.
Post Reply
bathurst

Start Tab on CEPhoenix page

Post 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.


Join The Code Co-op to get access to your library in the Code Co-op Forum
Omar_one
Senior Contributor
Posts: 677
Joined: Fri Oct 25, 2019 5:06 pm
Phoenix Version: v1.0.8.16
Has thanked: 100 times
Been thanked: 56 times

Re: Start Tab on CEPhoenix page

Post by Omar_one »

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

Post 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'))) ?>


Join The Code Co-op to get access to your library in the Code Co-op Forum
Post Reply