I have now installed a new site in sub-domain and successfully installed it. i have this template sj_live_quickstart_j35_v1.1.0.zip
after complete installation there is no image upload button. i have added these three lines in the controller of adsmanager component.
$document->addStyleSheet($baseurl.'components/com_adsmanager/js/plupload/jquery.plupload.queue/css/jquery.plupload.queue.css');
$document->addScript($baseurl.'components/com_adsmanager/js/plupload/plupload.full.js');
$document->addScript($baseurl.'components/com_adsmanager/js/plupload/jquery.plupload.queue/jquery.plupload.queue.js');
after these lines addition button is visible but with same problem just circle animation and no image upload without any error or issue for debugging
only the following error i can see in the console of firebug
Attachment screenshot.png not found
even no issue, errors comes in console firebug.
The init : { of jQ("#imagesupload").pluploadQueue({
only this method trigger FilesAdded and shows the console.log
while this method FileUploaded: was not trigger and no console.log shows
any help will be great help