私はリチウムフェイスブック接続チュートリアルに従ってい ます http://www.shift8creative.com/blog/facebook-connect-and-lithium
ページを読み込むと、次のエラーが表示されます
Notice: Undefined variable: html in /var/www/lithium/app/resources/tmp/cache/templates/template_views_signs_index.html_1175517_1299986110_1801.php on line 3`
と
Fatal error: Call to a member function script() on a non-object in /var/www/lithium/app/resources/tmp/cache/templates/template_views_signs_index.html_1175517_1299986110_1801.php on line 3
私のFacebook.phpページは次のように始まります
namespace facebook;
namespace \Exception;
そして、私の見解の3行目
<?php $html->script('http://connect.facebook.net/en_US/all.js', array('inline' => false)); ?>
エラーの原因は何ですか?