Coder Social home page Coder Social logo

chatbundle's People

Contributors

dmecke avatar mgersten-caxy avatar mmoreram avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

chatbundle's Issues

[Doctrine\Common\Annotations\AnnotationException]

Hi.
I've installed FOSUserBundle then ChatBundle, and when I wanna run following command:
"php app/console doctrine:schema:update --force"
I've got this error: " [Semantical Error] The annotation "@gedmo\Mapping\Annotation\Timestampable" in property Cunningsoft\ChatBundle
\Entity\Message::$insertDate does not exist, or could not be auto-loaded."

How can I solve it??

Thanks a lot

Channel with two user

I want put in my views (twig) the channel with only two users. Other users can't views the private message with the others users?

SF 3

Would be cool to have it for SF 3, too.

requirements or minimum-stability.

hello, sir i was updating the composer but i'm struggling with an error which is :

" Problem 1
- The requested package cunningsoft/chat-bundle 0.5.* is satisfiable by cunningsoft/chat-bundle[0.5.x-dev] but these conflict with your requirements or minimum-stability."

can you help to solve this ?

Demo / Screenshots?

I'd like to get an idea of what this looks like. Is it a chatroom for users to chat with each other? THanks

$channel" argument

Hi! I can't undertand this error msj

An exception has been thrown during the rendering of a template ("Controller "Cunningsoft\ChatBundle\Controller\ChatController::showAction()" requires that you provide a value for the "$channel" argument (because there is no default value or because there is a non optional argument after this one).") in acme.html.twig at line 1.

But in your controller you set $channel as 'default' everywere

Cunningsoftchatbundle

error
while updating database getting errors by name (doesnt contain any mapped entites)

An error after instalation chat

Hi,
i have already instaled chat and when i render the chat i see this error:

"The filter "ago" does not exist in /vendor/cunningsoft/chat-bundle/Cunningsoft/ChatBundle/Resources/views/Chat/list.html.twig at line 4"
when i remove this filter from code i have this error:

Variable "channel" does not exist in /vendor/cunningsoft/chat-bundle/Cunningsoft/ChatBundle/Resources/views/Chat/show.html.twig at line 14

i do everything right when i was instaling chat so it should work. What should i do with this?

Problem after install

Hi there! I'm stuck.
I followed the installation guide, and when i want to render view (step 9), I get error message

An exception has been thrown during the rendering of a template ("Unknown Entity namespace alias 'CunningsoftChatBundle'.") in C:\xampp\htdocs\candoo3\vendor\cunningsoft\chat-bundle\Cunningsoft\ChatBundle/Resources/views/Chat/show.html.twig at line 6.

I'm using Symfony 2.5.9, and my composer.json entry looks like this:
"cunningsoft/chat-bundle": "^0.4.0"

remove dependency on jquery

As the focus of this bundle is on the backend there is no need to force the use of jquery (especially as it is undocumented at the moment).

Symfony2.3+ not able to install using composer...

Hi,

I am getting this erros not able to install..

You can see logs..

amphee@amphee /var/www/test/symfony2.3 $ composer update cunningsoft/chat-bundle
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package cunningsoft/chat-bundle 0.4.* could not be found.

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.
amphee@amphee /var/www/test/symfony2.3 $ composer update --dev
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package cunningsoft/chat-bundle 0.4.* could not be found.

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.
amphee@amphee /var/www/test/symfony2.3 $

Any one can help... thanks in Advance...

Error when try to update:schema

[Doctrine\Common\Persistence\Mapping\MappingException]
Class 'Cunningsoft\ChatBundle\Entity\AuthorInterface' does not exist.

This error occur when i insert (new Cunningsoft\ChatBundle\CunningsoftChatBundle(),) in AppKernel.php and after implements (AuthorInterface)in my entity can't update:schema with this error.

Error on install version 0.4

Hi,

i recentily installed a version 0.4 of ChatBundle and received a error that filter ago don't exist; I solve this error registering knp-time-bundle, but i received a second error: Variable "channel" does not exist. I got the same error on 0.4.*@dev.

Integrating chat bundle with fos user bundle

after implementing author interface on my user entity that extends from another user entity
i have this erroor shown :
Fatal error: Can't inherit abstract function Cunningsoft\ChatBundle\Entity\AuthorInterface::getUsername() (previously declared abstract in Symfony\Component\Security\Core\User\UserInterface)
do you have any solution to resolve that !

Error install package

Hy All.
I've installed 0.4 but i had an error and i so that there is an update . So i've used
"cunningsoft/chat-bundle": "0.5.*"

But when use composer update cunningsoft/chat-bundle i have the following error:

Your requirements could not be resolved to an installable set of packages.

Problem 1
- The requested package cunningsoft/chat-bundle could not be found in any version, there may be a typo in the package name.

Potential causes:

Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

Can anyone help me?

Thanks in advance

error with composer

Hy All.
I try to install your bundle with Symfony 3, but i have an error with composer:
So i've used "cunningsoft/chat-bundle": "0.5.*"

But when use composer update cunningsoft/chat-bundle i have the following error:

Your requirements could not be resolved to an installable set of packages.

Problem 1

  • The requested package cunningsoft/chat-bundle could not be found in any version, there may be a typo in the package name.

Potential causes:

A typo in the package name
The package is not available in a stable-enough version according to your minimum-stability setting see https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion for more details.
Read http://getcomposer.org/doc/articles/troubleshooting.md for further common problems.

Can anyone help me?

Thanks in advance

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.