UPDATES EasyBlog 6.0.14 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 online
Our support specialists is available now. We will attend to you as soon as we can.
  Support is online

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