Results 6 issues of likebtn

Hi, I am inserting the image: ``` ``` and getting an error: ``` Image "/src/Acme/MyBundle/Resources/public/images/img/pic.png" can't be initialized. ``` How can I change default "images" directory to "img"?

Hi, I am getting the following error when calling findOneBy() and the document is found (it happens with some documents): `PHP Catchable fatal error: Argument 1 passed to Doctrine\ODM\CouchDB\Migrations\NullMigration::migrate() must...

Due to some CouchDB bug sometimes 'doc' is empty in the response. In this case we are copying data from 'value'.

Bundle saves and searches documents with the type field which equals to the document class name, for example "Acme.DemoBundle.CouchDocument.Settings". Is there any way to set custom "type", for example: ```...

/administrator/index.php?option=com_plugins&view=plugins On activation see the following notices: ``` Notice: Undefined variable: option in /plugins/system/joomlaoverride/core/controller/controller.php on line 84 Notice: Undefined variable: option in /plugins/system/joomlaoverride/core/controller/controller.php on line 84 ```

In Joomla 2.5 on home page receiving the following error: ``` Fatal error: Cannot redeclare class ContentModelArticles in /components/com_content/models/articles.php on line 596 ``` My articles.php: ``` class ContentModelArticles extends ContentModelArticlesDefault...