Same hereafter installation I always receive an error 500 what can be the cause
Same hereafter installation I always receive an error 500 what can be the cause
check .htaccessafter installation I always receive an error 500 what can be the cause
I have this same error.after installation I always receive an error 500 what can be the cause
I found solution for me!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.
youdomain.com/installI am also
I am also getting 500 server error while sending message
me to bro same wayI 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.
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.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);
}
}
change on .envafter installation I always receive an error 500 what can be the cause
change on .env
APP_INSTALLED=false
to
APP_INSTALLED=still same error coming, I am using shared hosting.
yes, database has been importedcheck the database has been imported
You are not allowed to share restricted resource file.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.
Please mention which modifications file or folder you are sharing. Because all will face issue during installation or after replacing your 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....
Having The Same Error Please HelpI use version wa-gateway-multi-device-beta-v4
Using localhost ???Hello, Autoreply is not work, how to fix it?