UPDATES EasyBlog 6.0.11 Released! Update to the latest version 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
It is currently off working hours and most of us aren't around

Rest assured that we will get back to you as soon as the day starts tomorrow!
  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