Wa Gateway | Multi device BETA | MPWA MD

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

No permission to download

makuni

Member
Jan 3, 2020
38
41
18
after installation I always receive an error 500 what can be the cause
I have this same error.
And I found that the appInstalled.php file from the app\Http\Middleware folder is deleted and that generates this error.

You can put it there again and it will be erased.
I don't know if it's some host security or something else.
 
  • Sad
Reactions: banaaf

makuni

Member
Jan 3, 2020
38
41
18
I have this same error.
And I found that the file from the app\Http\Middleware folder is deleted and that generates this error.

You can put it there again and it will be erased.
I don't know if it's some host security or something else.
I found solution for me!
I replace code in file appInstalled.php

//Place this

namespace App\Http\Middleware;

use Closure;
use Illuminate\Http\Request;

class appInstalled
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure(\Illuminate\Http\Request): (\Illuminate\Http\Response|\Illuminate\Http\RedirectResponse) $next
* @return \Illuminate\Http\Response|\Illuminate\Http\RedirectResponse
*/
public function handle(Request $request, Closure $next)
{
if(!$request->routeIs('home.install_app') && config('app.installed') !== true)
{
return redirect()->route('setting.install_app');
}
return $next($request);
}
}
 

banaaf

Member
May 10, 2021
109
15
18
I have this same error.
And I found that the appInstalled.php file from the app\Http\Middleware folder is deleted and that generates this error.

You can put it there again and it will be erased.
I don't know if it's some host security or something else.
me to bro same way
 

mbdmbd

Member
Dec 18, 2020
60
20
8
I found solution for me!
I replace code in file appInstalled.php

//Place this

namespace App\Http\Middleware;

use Closure;
use Illuminate\Http\Request;

class appInstalled
{
/**
* Handle an incoming request.
*
* @param \Illuminate\Http\Request $request
* @param \Closure(\Illuminate\Http\Request): (\Illuminate\Http\Response|\Illuminate\Http\RedirectResponse) $next
* @return \Illuminate\Http\Response|\Illuminate\Http\RedirectResponse
*/
public function handle(Request $request, Closure $next)
{
if(!$request->routeIs('home.install_app') && config('app.installed') !== true)
{
return redirect()->route('setting.install_app');
}
return $next($request);
}
}
I have this file already and not deleing, in this file we have base64 encode and decode code, I have tried your code but not works for me, error 500 coming when even sending single message.
 

Morehere

Well-known member
Null Master
Trusted Uploader
Jan 13, 2020
965
959
93
My files 80% translated to spanish (REPLACE ALL PATHS ONLY IF YOU HAVE 4.2.1) and if you want change anything, just search in all files and replace.
Timezone changed to Argentina.

remember use backup if my files are not working.


Password : Same as morehere original password.
You are not allowed to share restricted resource file.
 

parkzinc

New member
Jun 16, 2022
9
4
3
You are not allowed to share restricted resource file.

ok sorry is only a translation and not the full files, and the rar have your password, i only try to help and share my translations. i will not upload files again....
 

Morehere

Well-known member
Null Master
Trusted Uploader
Jan 13, 2020
965
959
93
ok sorry is only a translation and not the full files, and the rar have your password, i only try to help and share my translations. i will not upload files again....
Please mention which modifications file or folder you are sharing. Because all will face issue during installation or after replacing your file.
 

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