August 16Aug 16 interface chat berfungsi sempurna, sekarang MPWA lebih lengkapmemang ada beberapa masalah pada saat pertama mencoba, terutama masalah SQL datetime, tapi setelah saya perbaiki di kodenya semuanya berfungsi sempurna, thank you for your hardwork
August 16Aug 16 3 minutes ago, Punya Kursus said:interface chat berfungsi sempurna, sekarang MPWA lebih lengkapmemang ada beberapa masalah pada saat pertama mencoba, terutama masalah SQL datetime, tapi setelah saya perbaiki di kodenya semuanya berfungsi sempurna, thank you for your hardworkwah benar, file mana yang harus diperbaiki ya?
August 16Aug 16 @Magd Almuntaser satu saran tambahan, untuk status bot mungkin bisa dipertimbangkan untuk dikirim juga ke payload webhook, agar bisa dikelola di webhook sesuai status bot / AI terbaru, saya bisa mengatasinya dengan mudah karena saya bisa mengedit kodenya tapi alangkah baiknya ini menjadi default behavior pada MPWA, sehingga user yang menjalankan automation pada webhook mereka bisa dinamis mengikuti status bot terbaru
August 16Aug 16 2 minutes ago, Imanudin said:Solved.2 minutes ago, Imanudin said:Saya tidak bisa membaca file yang di obfuscate tapi saya punya cara lain. Silahkan teman-teman replace file ini di folderserver/database/index.jsindex.jstrima kasih mas
August 16Aug 16 Just now, Enno The Explorer said:trima kasih massama-sama mas. semoga bisa membantu teman-teman disini yang ingin merasakan fitur chat tapi masih terkendala error
August 16Aug 16 hi again. super nice system. keep the good work bro :DDDD please how to edit the homepage and logo? how to remove the contant form option. Thanks :D i have tried all and have spend some money on other systems but this is superiorrrrrrrrrrrr
August 16Aug 16 1 hour ago, Imanudin said:Saya tidak bisa membaca file yang di obfuscate tapi saya punya cara lain. Silahkan teman-teman replace file ini di folderserver/database/index.jsindex.jsIts work, thanks
August 16Aug 16 Just now, MoreKnow said:Its work, thanksYou're welcome,even though it's not the best solution, it can solve the problem for now.
August 16Aug 16 @Magd Almuntaser halo pak , saya mengalami kendala ini kalau saya cek dari sisi user 1. menu dashboard rusak setelah update untuk user begitu juga admin2. tampilan chat dari user tidak muncul seperti di gambar ketika menerima chat dan membalas chat , dan ketika menerima balasan wajib refresh tetapi tidak muncul chat nya3. auto reply , pesan tombol , dll tidak berfungsi 4. kampanye di versi sebelum nya berjalan normal sekarang tidak berjalan sama sekali walaupun sudah menunggu lama Edited August 16Aug 16 by Muna Roh
August 16Aug 16 @Enno The Explorer,kok di saya tetep kosong ya mas tampilan nya padahal dah di replace file nya , dan menu dashboard nya eror
August 16Aug 16 12 hours ago, Magd Almuntaser said:https://yoursite.com/blast-startso this is what it says after i set a campaign and go to thehttps://yoursite.com/blast-start Edited August 16Aug 16 by Gul Shar Added an image to clarify
August 16Aug 16 11 minutes ago, Muna Roh said:@Enno The Explorer,kok di saya tetep kosong ya mas tampilan nya padahal dah di replace file nya , dan menu dashboard nya erorcek database chat yang masuk tersimpan apa tidak di tabel chat_message
August 16Aug 16 @Imanudin,kalau yang di tampilan balasan langsung ada file nya mas , soal nya kalau ada yang chat itu conversation nya gak muncul makasih ini file nya berfungsi
August 16Aug 16 Author 1 minute ago, Muna Roh said:@Imanudin,kalau yang di tampilan balasan langsung ada file nya mas , soal nya kalau ada yang chat itu conversation nya gak muncul makasih ini file nya berfungsiBro, your site hasn't been updated at all. The update hasn't been completed.You need to update again.Edit the config/app.php file and replace:'version' => "11.0.0",with:'version' => "10.5.1",Go back to your site and update.You are trying to fix files and your website is not updated yet. You are like someone trying to revive a dead person who has already been beheaded.
August 16Aug 16 Author Anyone facing an issue with the new update, this is because the database used in my setup is not fully compatible with some of your hosting environments.Don’t forget that there is MySQL DB and MariaDB, there are differences between them. One accepts the datetime format with a T, while the other does not. Another accepts an empty default value for attachment, while the other does not.So if you encounter an update problem, go to this file:config/app.phpReplace this:'version' => "11.0.0",With this:'version' => "10.5.1",Then visit your site again so the update prompt appears, update it, and the script will work without issues.
August 16Aug 16 16 minutes ago, Muna Roh said:@Imanudin,kalau yang di tampilan balasan langsung ada file nya mas , soal nya kalau ada yang chat itu conversation nya gak muncul makasih ini file nya berfungsiOke jangan lupa like ya wkwkSaya jelaskan sedikit, disini ada 2 tabel yang berfungsi untuk mengelola Live Chat:1. tabel chat_session ini berfungsi untuk mengelompokan chat yang masuk berdasarkan nomor pengirim2. tabel chat_message ini berfungsi menyimpan pesan yang masukNah tadi punya masnya baru ada chat_session yang berhasil di migrate, makanya ketika di klik chat conversation tidak ada. setelah chat_message berhasil di migrate harusnya sudah tersimpan dan berfungsi dengan baik fitur Live Chat nya
August 16Aug 16 @Imanudin,jadi biar masuk semua bagamana ya mas , soal nya sudah di php artisan migrate tetap tidak muncul live chat nya padahal file nya di root sudah ada Edited August 16Aug 16 by Muna Roh
August 16Aug 16 20 minutes ago, Muna Roh said:@Imanudin,jadi biar masuk semua bagamana ya mas , soal nya sudah di php artisan migrate tetap tidak muncul live chat nya padahal file nya di root sudah adaCoba cek log nodejs apakah ada error
August 16Aug 16 Author 39 minutes ago, Muna Roh said:@Imanudin,jadi biar masuk semua bagamana ya mas , soal nya sudah di php artisan migrate tetap tidak muncul live chat nya padahal file nya di root sudah adaJika kamu memiliki masalah dengan file lain selain file saya yang ada di sini, saya harap kamu menghubungi pemilik file tersebut secara pribadi, karena saya sudah menuliskan solusinya untukmu tetapi kamu tidak menerima solusi ini, jadi saya harap kalian berkomunikasi secara pribadi
August 16Aug 16 After the new update, there are several issues. The webhook is not working, auto-reply is not functioning, and if the online status is enabled, any message sent just shows as "Last Sent" instead of being delivered. I am sending you the screenshot below.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.