• You MUST read the Babiato Rules before making your first post otherwise you may get permanent warning points or a permanent Ban.

    Our resources on Babiato Forum are CLEAN and SAFE. So you can use them for development and testing purposes. If your are on Windows and have an antivirus that alerts you about a possible infection: Know it's a false positive because all scripts are double checked by our experts. We advise you to add Babiato to trusted sites/sources or disable your antivirus momentarily while downloading a resource. "Enjoy your presence on Babiato"

Wa Gateway | Multi device BETA | MPWA MD

Wa Gateway | Multi device BETA | MPWA MD v6.5.0 Nulled

No permission to download
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:
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....
 
  • Like
Reactions: mantapin
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

Forum statistics

Threads
79,485
Messages
1,143,511
Members
249,022
Latest member
kitwit
AdBlock Detected

We get it, advertisements are annoying!

However in order to keep our huge array of resources free of charge we need to generate income from ads so to use the site you will need to turn off your adblocker.

If you'd like to have an ad free experience you can become a Babiato Lover by donating as little as $5 per month. Click on the Donate menu tab for more info.

I've Disabled AdBlock