¢яєαтυяє
Active member
Did you fixed it?
I m getting the same error !
Did you fixed it?
if you repeat the installation, follow the procedure I indicated, it is important to reset the database,Did you fixed it?
I m getting the same error !
Bro I have tried all the step you have mentioned , deleted the db, reset the env file and deleted the storage folder filesif you repeat the installation, follow the procedure I indicated, it is important to reset the database,
have you reinstalled, how originally in the "storage" folder?Bro I have tried all the step you have mentioned , deleted the db, reset the env file and deleted the storage folder files
But its not working for me!
It wont get to the installer only!
Any solution bro?
domain/public/install - error 500
Deleted the db - dropped all the tableshave you reinstalled, how originally in the "storage" folder?
domain/public/installhave you reinstalled, how originally in the "storage" folder?
<IfModule mod_rewrite.c>
if LARAVEL detects in the file .env, an absence of installation, starts one, of installation, independently.
.... you're wrong somewhere
post here, the listing of '.htaccess'
Bro can you please share the script which is working for you or the one you fixed?
if LARAVEL detects in the file .env, an absence of installation, starts one, of installation, independently.
.... you're wrong somewhere
post here, the listing of '.htaccess'
To start install:<IfModule mod_rewrite.c>
<IfModule mod_negotiation.c>
Options -MultiViews
</IfModule>
RewriteEngine On
# Redirect Trailing Slashes If Not A Folder...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)/$ /$1 [L,R=301]
# Handle Front Controller...
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
# Handle Authorization Header
RewriteCond %{HTTP:Authorization} .
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
</IfModule>
https://yourdomain.com/public/installTo start install:
.htaccess:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^(.*)$ public/$1 [L]
error 500 is very generic, it doesn't help.https://yourdomain.com/public/install
Bro still having the issue Error 500
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform them of the time this error occurred, and the actions you performed just before this error.
More information about this error may be available in the server error log.
Additionally, a 500 Internal Server Error error was encountered while trying to use an Error Document to handle the request.
This request has no initiator data.error 500 is very generic, it doesn't help.
managed to make the app work?[QUOTE = "el3ashe2, postagem: 426232, membro: 109021"]
obrigado irmão você está indo muito bem
a web está funcionando bem para mim
também o cliente Android e o driver ainda não têm muito tempo para fazê-lo funcionar totalmente ainda o usuário não consegue encontrar o driver mais próximo, mas acho que perdi algo
Agradeço se você fizer upload de uma nova versão do tranxit
[/ CITAR]
You must grant access to the driver package in the code's security range. You must have all the firebase settings in match.
I think you didn't set correctly firebasethe driver app is not receiving the call from the passenger. Help me
getting errorTo start install:
.htaccess:
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
RewriteRule ^(.*)$ public/$1 [L]