Wa Gateway | Multi device BETA | MPWA MD

Wa Gateway | Multi device BETA | MPWA MD v7.0.0 Nulled

No permission to download

bendfrozien

Member
Oct 9, 2020
123
23
18
indonesia
idlinky.com
For shared hosting, in cPanel search for Terminal (If this option isn't available then request this with your host)

The following commands will help you remove the symbolic link from the public folder:
1. Goto public folder
Code:
cd public

2. Remove storage folder by
Code:
rm storage

3. After removing the symbolic link change directory to the main folder using
Code:
cd ..

4. Now create the symbolic link with the following command:
Code:
php artisan storage:link

After running the command successfully, you should get the following message
The [public/storage] directory has been linked.

5. Finally enter this url
Code:
http://your domain name/generate

You should see '0' as response
Ok, I'll try it
 
  • Like
Reactions: banaaf

bendfrozien

Member
Oct 9, 2020
123
23
18
indonesia
idlinky.com
For shared hosting, in cPanel search for Terminal (If this option isn't available then request this with your host)

The following commands will help you remove the symbolic link from the public folder:
1. Goto public folder
Code:
cd public

2. Remove storage folder by
Code:
rm storage

3. After removing the symbolic link change directory to the main folder using
Code:
cd ..

4. Now create the symbolic link with the following command:
Code:
php artisan storage:link

After running the command successfully, you should get the following message
The [public/storage] directory has been linked.

5. Finally enter this url
Code:
http://your domain name/generate

You should see '0' as response
i got an error message when i do command no 4 php artisan


Error

Call to undefined function Illuminate\Filesystem\symlink()

at vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:332
328▕ */
329▕ public function link($target, $link)
330▕ {
331▕ if (! windows_os()) {
➜ 332▕ return symlink($target, $link);
333▕ }
334▕
335▕ $mode = $this->isDirectory($target) ? 'J' : 'H';
336▕

+14 vendor frames
15 artisan:37
Illuminate\Foundation\Console\Kernel::handle()

how to handle it?
 

Morehere

Well-known member
Null Master
Trusted Uploader
Jan 13, 2020
957
945
93
i got an error message when i do command no 4 php artisan


Error

Call to undefined function Illuminate\Filesystem\symlink()

at vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:332
328▕ */
329▕ public function link($target, $link)
330▕ {
331▕ if (! windows_os()) {
➜ 332▕ return symlink($target, $link);
333▕ }
334▕
335▕ $mode = $this->isDirectory($target) ? 'J' : 'H';
336▕

+14 vendor frames
15 artisan:37
Illuminate\Foundation\Console\Kernel::handle()

how to handle it?
Try to clear cache:
Code:
php artisan config:clear
Code:
php artisan route:clear
Then try 4th command again
 

myaccountwapp

New member
May 9, 2022
2
0
1
Any developer here? who can customize this script and also run on vps?
I will pay for updates. VPS- because of smooth auto bot & api.
 

bendfrozien

Member
Oct 9, 2020
123
23
18
indonesia
idlinky.com
Finally i got the solution for Storage Error

1. Goto public folder
2. Remove storage folder by "rm-r storage"
3. make a folder link by "ln -s ../storage/app/public storage" (it will make a new linked folder on public)
 

Attachments

  • linked.png
    linked.png
    27.4 KB · Views: 243

acsoft

Member
May 4, 2022
53
17
8
I'm reading in a other posts (before crash) it's working in localhost and vps
 

Morehere

Well-known member
Null Master
Trusted Uploader
Jan 13, 2020
957
945
93
i found auto reply worked when only have one list on single account, but if i add another list of auto reply message it wont send auto reply, is it bug or something?
@acsoft already said that this auto reply won't work on shared hosting. It will work when you restart nodejs again and refreshing WhatsApp connection. After 1 minute it will stop working.

This may be because of cronjob issue.
 

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