nahid / talk-example

This project is demo for Laravel-Talk package and its also Docker ready
http://github.com/nahid/talk
131 stars 77 forks source link

Call to undefined function talk_live() #6

Closed ahmadbadpey closed 7 years ago

ahmadbadpey commented 7 years ago

After following all install instructions and set pusher configurations , I got this error at end of conversation page :

FatalErrorException in 1903760f40f5627c0ec3eadb405d29c4805b8745.php line 91:
Call to undefined function talk_live()

I searched all project filed and did not found any talk_live() function declaration.

nahid commented 7 years ago

Use Talk latest version v2.1.2 @ahmadbadpey

Maybe you use older version where talk did not support realtime messaging, thats why talk_live() is missing.

ahmadbadpey commented 7 years ago

I just downloaded your project from github and then run composer install . is not enough that ?

nafiesl commented 7 years ago

@ahmadbadpey i was got same error, just run composer update, it pulls nahid/talk (v2.0.0 => v2.1.2), and no more error