By Jostein Rosenlund on Wednesday, 11 December 2013
Posted in Technical Issues
Replies 2
Likes 0
Views 558
Votes 0
Getting:

Notice: Undefined variable: canvas in /home/norcorp/public_html/media/com_easysocial/apps/user/textbook/views/canvas/view.html.php on line 85

Warning: include(/home/norcorp/public_html/media/com_easysocial/apps/user/textbook/themes/default/.php): failed to open stream: No such file or directory in /home/norcorp/public_html/administrator/components/com_easysocial/includes/template/template.php on line 293

Warning: include(): Failed opening '/home/norcorp/public_html/media/com_easysocial/apps/user/textbook/themes/default/.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/norcorp/public_html/administrator/components/com_easysocial/includes/template/template.php on line 293

http://norcorp.net/index.php/apps/canvas/64-textbook

afther installing the app_sample
Solution were to replace the following code

echo parent::display( $canvas );


Whit

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


I dont know how it was intended to be, but that atleast worked.
·
Wednesday, 11 December 2013 17:20
·
0 Likes
·
0 Votes
·
0 Comments
·
Ah need to update the sample app Thanks for testing Jostein !
·
Wednesday, 11 December 2013 21:19
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post