Friday at 07:05 AM5 days 3 minutes ago, Magd Almuntaser said:About <p> o will fix it ..but about home links I think many users don't know that clicking on the logo will take you to the home page.As for the button in the drop-down menu, this is for quick navigation. If you're at the bottom, instead of scrolling up, you can directly click on the drop-down menu and then click Home.The intent is to quickly navigate.You are Right, just a quick thought (and no offense intended).Assuming we’re on mobile, We currently have two “Home” links — one in the profile dropdown and another in the sidebar. This can feel a bit redundant for users. For example, when navigating on a smaller screen, having both links can make the menu look cluttered and might confuse users about which “Home” they should tap.Suggestion: let’s remove the “Home” link from the sidebar and keep it under the profile dropdown. That way, the navigation stays clean and focused.Also, about the logo link — I think it should redirect to the Dashboard instead of Home.Most users naturally click the logo expecting to return to their main dashboard view. For example:In apps like GitHub, clicking the logo takes you to your main feed/dashboard.In Notion or Figma, the logo link also leads back to your workspace/home screen.This small change could make navigation more intuitive and consistent with what users are already used to.
Friday at 07:56 AM5 days 8 hours ago, wong said:jadi ga balik ceckout lagi ya om?Bnr mas, jadi cukup 1x checkou langsung, gk ribet kayak proses skrng-> Klik chekcout hompage -> register -> checkout ulang -> paymentkalau bisa langsung -> Klik chekcout hompage -> payment
Friday at 08:21 AM5 days 13 hours ago, Magd Almuntaser said:You can go into the MPWA folder and open two cmd.exe windows inside the folder.In the first cmd window, type:php artisan serveIn the second cmd window, type:node server.jsRemember that you must first install Node.js, go to the Node.js website and check how to install it.Don’t forget to use version 20.x.I am having trouble installing on localhost and I am asking you about it.
Friday at 09:28 AM4 days Author aaPanel (VPS-Nginx) - How to Install Whatsapp Gateway | Multi Device v11.6.1 (MPWA)This video is for those using Nginx with aaPanel.
Friday at 01:54 PM4 days just updated today and i start node again but getting this Edited Friday at 01:58 PM4 days by Crypto Dash
Friday at 02:08 PM4 days Author 11 minutes ago, Crypto Dash said:just updated today and i start node again but getting thisDownload the full version file, extract it and take the server folder from it, replace server folder in your site, and restart nodejs.
Friday at 02:26 PM4 days 18 minutes ago, Magd Almuntaser said:Download the full version file, extract it and take the server folder from it, replace server folder in your site, and restart nodejs.i did but same issue
Friday at 05:28 PM4 days @Magd Almuntaser After setting up the API in the AI bot, there should also be an option to test it.
Friday at 07:12 PM4 days 13 hours ago, Magd Almuntaser said:Bro did you see yoyr problem????Did you see (file not found)??Your hosting removed your files .. so you need to upload again tripay files and other payment gateway ..yes i see it, the problem is my file is exist. but show that error
Friday at 07:39 PM4 days Author 23 minutes ago, kirin said:yes i see it, the problem is my file is exist. but show that error Well, the problem lies with your hosting, but I don't know exactly where. If we're talking about user permisions, I don't think so, because in the image you sent, is "www," which is the correct user.So I can't figure out exactly what the problem is.Try replacing the entire MPWA file. If the problem persists, there's a problem with aapanel that's preventing MPWA from knowing the file path.
Friday at 08:33 PM4 days 53 minutes ago, Magd Almuntaser said:Well, the problem lies with your hosting, but I don't know exactly where. If we're talking about user permisions, I don't think so, because in the image you sent, is "www," which is the correct user.So I can't figure out exactly what the problem is.Try replacing the entire MPWA file. If the problem persists, there's a problem with aapanel that's preventing MPWA from knowing the file path.its say "File encoding is not compatible and cannot be read correctly!"
Friday at 08:48 PM4 days Author 10 minutes ago, kirin said:its say "File encoding is not compatible and cannot be read correctly!"Ok good this problem from aapanel:https://www.aapanel.com/forum/d/15814-encoding-is-not-compatible-error-on-opening-file-to-edit/8https://www.aapanel.com/forum/d/20674-i-have-found-a-major-bug-realated-to-access-log-file/3So the problem is specific to aapanel and has nothing to do with MPWA. I recommend contacting the aapanel team or posting your issue on their forum. They might be able to identify the problem.Second, you can try replacing the files for the entire script without trying to modify the gateways files, as the problem may be that you tried to modify these files with different encoding (utf8, ANSI, ..etc).
Saturday at 05:24 AM4 days 19 hours ago, Magd Almuntaser said:@Magd Almuntaser I am seeing an error, all devices are disconnected due to my processor overclocking, I am trying to reconnect them, I see the qr code but when I scan it it does not connect (the devices that are automatically disconnected do not connect back)
Saturday at 11:06 AM3 days 5 hours ago, Hit Solanki said: On 10/10/2025 at 5:28 PM, Magd Almuntaser said: @Magd Almuntaser I am seeing an error, all devices are disconnected due to my processor overclocking, I am trying to reconnect them, I see the qr code but when I scan it it does not connect (the devices that are automatically disconnected do not connect back)try to restart node.js
Saturday at 04:15 PM3 days @Magd Almuntaser i have an error to send media, i'am using v11.6.1, what's the problem? Edited Saturday at 04:43 PM3 days by RaigekiR
Saturday at 04:43 PM3 days Author 25 minutes ago, RaigekiR said:@Magd Almuntaser i have an error to send media, i'am using v11.6.1, what's the problem?i think you don't have storage link inside public folder ..try to open this link:https://yoursite.com/storage-linkTry sending again. If it doesn't work, go to the Troubleshoot page and check your site. Make sure it says "storage link" and not "storage folder."If it says "storage folder," this means you're using aapanel or your hosting has blocked syslink. You'll need to watch my videos to learn how to create a soft link.On the previous page, you'll find my videos.
Saturday at 05:44 PM3 days 53 minutes ago, Magd Almuntaser said:i think you don't have storage link inside public folder ..try to open this link:https://yoursite.com/storage-linkTry sending again. If it doesn't work, go to the Troubleshoot page and check your site. Make sure it says "storage link" and not "storage folder."If it says "storage folder," this means you're using aapanel or your hosting has blocked syslink. You'll need to watch my videos to learn how to create a soft link.On the previous page, you'll find my videos.Ohh, I opened this link, https://yoursite.com/storage-link, and it showed the error Call to undefined function Illuminate\Filesystem\exec(). After I removed exec from the disabled functions, it worked fine. Thank you
Saturday at 06:09 PM3 days @Magd Almuntaser Sir, I tried installing it using a VPS from Contabo. The troubleshooting logs are here, and everything is working fine. However, the problem is that the Autoreply node logs TypeError: Cannot read properties of null (reading '0')at l_zLfs (eval at <anonymous> (/www/wwwroot/ascloud.pemudadigital.com/server/controllers/incomingMessage.js:1:1), <anonymous>:3:128120)at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Saturday at 06:53 PM3 days Author 1 hour ago, RaigekiR said:Ohh, I opened this link, https://yoursite.com/storage-link, and it showed the error Call to undefined function Illuminate\Filesystem\exec().After I removed exec from the disabled functions, it worked fine. Thank youI advise you to disable exec now, because this function is dangerous. If a hacker gains access to your site, they will be able to execute any commands through PHP.It's preferable to open (symlink) instead. I think you'll find it disabled in disable_functions.The important thing is that now that you've fixed the storage folder issue, you can safely disable exec now and enable symlink instead.
Saturday at 08:51 PM3 days Author 2 hours ago, Deportir Gaming said:@Magd Almuntaser Sir, I tried installing it using a VPS from Contabo. The troubleshooting logs are here, and everything is working fine. However, the problem is that the Autoreply node logs TypeError: Cannot read properties of null (reading '0')at l_zLfs (eval at <anonymous> (/www/wwwroot/ascloud.pemudadigital.com/server/controllers/incomingMessage.js:1:1), <anonymous>:3:128120)at process.processTicksAndRejections (node:internal/process/task_queues:95:5)I see that everything is working properly in troubleshoot, but you didn't specify when this issue occurs. Is it when sending a regular message, a image message, a sticker message, or what specifically?Is autoreply working and does the message arrive but appear error like this in the log, or is it not working?Did you use the aapanel, directadmin, or cloudpanel control panel, or did you install the script via autoinstaller 2.0?There are many questions you didn't mention so I can figure out what's causing your issue.Also try restarting nodejs and check again.
Saturday at 11:35 PM3 days am getting this issue am installing on direct admin shard hosting also the qr is not apearing at all plz help @Magd Almuntaser https://pastebin.com/bqDNL5rV
Sunday at 12:21 AM3 days 45 minutes ago, digil digil said:am getting this issue am installing on direct admin shard hosting also the qr is not apearing at all plz help @Magd Almuntaser https://pastebin.com/bqDNL5rVNode JS nya apakah sudah diaktifkan?
Sunday at 01:05 AM3 days 8 hours ago, RaigekiR said:@Magd Almuntaser i have an error to send media, i'am using v11.6.1, what's the problem?@Magd Almuntaser I am having this issue from my end also, and the API is not working. All other things, like Webhook and Chat, are working by API, and sending a message from the dashboard is not working. I have been facing this issue for about 5 versions backward now and it's still same till date.I am using VPS and on aapanel
Sunday at 05:39 AM3 days Author 5 hours ago, digil digil said:am getting this issue am installing on direct admin shard hosting also the qr is not apearing at all plz help @Magd Almuntaser https://pastebin.com/bqDNL5rVI've made videos, you can watch the directadmin video to learn the correct installation method:https://www.youtube.com/@MagdAlmuntaser/videos4 hours ago, Oworock said:@Magd Almuntaser I am having this issue from my end also, and the API is not working. All other things, like Webhook and Chat, are working by API, and sending a message from the dashboard is not working. I have been facing this issue for about 5 versions backward now and it's still same till date.I am using VPS and on aapanelLogin to your site and delete these two folders:node_modulesvendorThen download the full version 11.6.1 to your pc, extract it, and remove these file and folders:.envstoragecredentialsThen zip it again and upload it to your site, replacing the files with yours. Then run these links:https://yoursite.com/storage-linkhttps://yoursite.com/migrateThen restart NodeJS.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.