Giter VIP home page Giter VIP logo

Comments (8)

munafio avatar munafio commented on May 27, 2024 1

@San-tiago If you got the same issue, it will be fixed in the next release ASAP .. So, stay tuned.

from chatify.

munafio avatar munafio commented on May 27, 2024

Hi,
This happens because the package tries to get (attachment) property of non-object!!
You can solve that by modify ChatifyMessenger.php by publishing the assets .. and all you need is to change :
$msg->attachment
to
$msg['attachment']

from chatify.

Rifatalmamun avatar Rifatalmamun commented on May 27, 2024

D:\xamp\htdocs\chatify\chatify\vendor\munafio\chatify\src\ChatifyMessenger.php
i replace all $msg->attachment to $msg['attachment'] .
but same error !

from chatify.

munafio avatar munafio commented on May 27, 2024

@Rifatalmamun @abdelkadergelany I'll look for that and fix it, stay tuned for any updates.

from chatify.

abhilash14001 avatar abhilash14001 commented on May 27, 2024

Me also getting same error... ....
After troubleshooting I came to know while sending the message it is using the same id again and again I think problem in id random generation i.e. mt_rand in send function

from chatify.

abhilash14001 avatar abhilash14001 commented on May 27, 2024

Me also getting same error... ....
After troubleshooting I came to know while sending the message it is using the same id again and again I think problem in id random generation i.e. mt_rand in send function

When that id is called by fetch message it is unable to load, bcz that id is not inserted in database at all plz check into it

from chatify.

San-tiago avatar San-tiago commented on May 27, 2024

is this solved? i have the same issue though i change $msg->attachment to $msg['attachment'] .

from chatify.

San-tiago avatar San-tiago commented on May 27, 2024

Oww okay, thank youuuu. i will wait for it.

from chatify.

Related Issues (20)

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.