UPDATES PayPlans 5.0.8 Released! Joomla 5.x and PHP 8.x compatible now!

Helpdesk

Your Time
Our Time
Response Time
24 — 48 hours
We strive to provide the fastest ever response possible. However, we are not super beings.

Allow at least 24 — 48 hours
  Support is offline
Our team is away during the weekend. Some answers may already be available on our documentation

Rest assured that we will get back to your posts as soon as the week starts!
  Support is offline

Notice: Undefined property: SocialThemes:

Jostein Rosenlund · ·
1:33 AM Thursday, 12 December 2013
None
$model 	= $this->getModel( 'apistring' );
$result = $model->getAPIstring( $userId );
$this->apistring = $result;


the code is located in view.html.php.

When i run

echo $this->apstring;
inside view.html.php i get no error, and the data is outputed.

But when i code in:

echo parent::display( 'canvas/default' );


in view.html.php

and

<? $this->apistring;?> or <? echo $this->apistring;?>


in /themes/default/canavas/default.php

I get the following error code.

Notice: Undefined property: SocialThemes::$apistring in /home/norcorp/public_html/media/com_easysocial/apps/user/textbook/themes/default/canvas/default.php on line 20

Looks to me like there are no data in $this-apistring.

What am i doing wrong?
The replies under this section are restricted to logged in users or users with an active subscription with us