Right now, I downloaded the Yii Tooltipster extension to install and use within my Yii application. Now when i unzipped the Tooltipster folder I ended up with a folder and a file, one being the assets fodler, which I presume you merge with the assests folder of the main Yii application and tooltipster php file which I also assumed you placed int the extensions folder under the protected folder.
According the installation guide you just call tooltipster as a widget,
$this->widget('ext.tooltipster.tooltipster'); <a href="http://www.yiiframework.com" class="tooltipster" title="This is my link's tooltip message!"> Link </a>
Done, but when I try and run this page I get this error,
The asset "C:\xampp\htdocs\Websites\facebookAppV3\protected\extensions\tooltipster/assets" to be published does not exist.
I was hoping you guys could shed some light on what I am doing wrong?
Cheers