Wa Gateway | Multi device BETA | MPWA MD

Wa Gateway | Multi device BETA | MPWA MD v8.0.0 ( Extended License )

No permission to download

uzie

New member
Oct 22, 2022
4
1
3
Error :
-Can'nt send image message... (error message : Check your connection)

Cuplikan layar_20221028_145313.png
-File manager dont show the thumbnail or preview, but nothing problem for download

Cuplikan layar_20221028_145331.png Cuplikan layar_20221028_145827.png
-Schedule message not send
Cuplikan layar_20221028_150415.png
ver 4.3.2 ~ installation on hosting
any solutions?
 
  • Like
Reactions: patchedvoid

bendfrozien

Member
Oct 9, 2020
123
23
18
indonesia
idlinky.com
Error :
-Can'nt send image message... (error message : Check your connection)

Cuplikan layar_20221028_145313.png
-File manager dont show the thumbnail or preview, but nothing problem for download

Cuplikan layar_20221028_145331.png Cuplikan layar_20221028_145827.png
-Schedule message not send
Cuplikan layar_20221028_150415.png
ver 4.3.2 ~ installation on hosting
any solutions?
read over the thread y'll find the solution, please dont ask same issue again again and again
 
  • Like
Reactions: uzie

nuncanemvi

New member
Jul 25, 2022
21
4
3
when I create a campaign, it sends the same message several times and doesn't stop waiting
 
Last edited:

Ultraboot19

Member
May 3, 2022
82
38
18
Error :
-Can'nt send image message... (error message : Check your connection)

Cuplikan layar_20221028_145313.png
-File manager dont show the thumbnail or preview, but nothing problem for download

Cuplikan layar_20221028_145331.png Cuplikan layar_20221028_145827.png
-Schedule message not send
Cuplikan layar_20221028_150415.png
ver 4.3.2 ~ installation on hosting
any solutions?

solution for storage or file manager, i fix this problem:

Follow the steps below:
Create a folder in /public folder named /storage Move all folders from /storage/app/public/ to the folder you created /public/storage/ Open file config/filesystems.php and change the values as shown;

Code:
 'local'     => [
    'driver' => 'local',
    'root'   => public_path('storage'),
],

'public'    => [
    'driver'     => 'local',
    'root'       => public_path('storage'),
    'url'        => env('APP_URL') . '/storage',
    'visibility' => 'public',
],
 
Last edited:

uzie

New member
Oct 22, 2022
4
1
3
solution for storage or file manager, i fix this problem:

Follow the steps below:
Create a folder in /public folder named /storage Move all folders from /storage/app/public/ to the folder you created /public/storage/ Open file config/filesystems.php and change the values as shown;

Code:
 'local'     => [
    'driver' => 'local',
    'root'   => public_path('storage'),
],

'public'    => [
    'driver'     => 'local',
    'root'       => public_path('storage'),
    'url'        => env('APP_URL') . '/storage',
    'visibility' => 'public',
],


Now open file .env and change or create the values as shown below;

Code:
AVATAR_DIR=avatars
SIGNATURE_DIR=signatures
LOGOS_DIR=logos
MEDIA_DIR=media
Thx, nice solutions
There is no need to access the terminal features which I haven't....
 

bendfrozien

Member
Oct 9, 2020
123
23
18
indonesia
idlinky.com
research or read over the thread before ask please
here your solution
the solution is so simple, in case your url is "http://example.com", so just make sure to include all query as a mention on API, here the example for
http://example.com/send-message?api...ere&number=numberofclient&message=yourmessage
make sure you use standard API data Aray to make it work
 
  • Like
Reactions: Akai Okami

About us

  • Our community has been around for many years and pride ourselves on offering unbiased, critical discussion among people of all different backgrounds. We are working every day to make sure our community is one of the best.

Quick Navigation

User Menu