nessus-linux

Sep 8th, 2017 08:52 AM

Hi. I installed chatter on laravel 5.5 but "New dicussion" and "Reply" button are not working. What's wrong please?

mark

Sep 8th, 2017 10:59 AM

Do you get any errors?

nessus-linux

Sep 8th, 2017 11:20 AM

No> But when l click on those 2 buttons there is no action

nessus-linux

Sep 8th, 2017 11:27 AM

But some js errors appear on debug console

mark

Sep 8th, 2017 11:29 AM

Please share them

nessus-linux

Sep 8th, 2017 11:39 AM

ReferenceError: $ is not defined[Learn More] tinymce.js:1:5 ReferenceError: $ is not defined[Learn More] forums:301:3 ReferenceError: jQuery is not defined[Learn More] spectrum.js:16:9 ReferenceError: $ is not defined[Learn More] chatter.js:1:1 ReferenceError: $ is not defined[Learn More] forums:311:2

mark

Sep 8th, 2017 11:48 AM

Try this: https://github.com/thedevdojo/chatter/issues/114#issuecomment-305980950

nessus-linux

Sep 8th, 2017 11:54 AM

Hi have already solved the problem

nessus-linux

Sep 8th, 2017 11:56 AM

in the layout/app.blade.php i put the @yield('js') before <script></script>

nessus-linux

Sep 8th, 2017 11:57 AM

After have putting @yield('js') after <script></script>, it works perfectly

nessus-linux

Sep 8th, 2017 11:58 AM

after the script for calling asset('js/app.js')

nessus-linux

Sep 8th, 2017 12:00 PM

Marc, receive my thankings for trying to help me

jamesconnally84

Nov 19th, 2020 12:40 PM

Thank you Mark, for the relevant source link.