I Cant Install Version 3

0

Hello,

I exract files in my domain, i set public folder as default, i have php 8.2 and mysql 10.2.When i run installer i have an white screen.
Can you help me?

Question Resolved For: Simple Stock Manager 0 Votes 17 Answers 506 Views
Asked by Stefan Moisescu 11 months ago

0

Answered by Stefan Moisescu 11 months ago

500 error i have

0

Answered by Faraz Saleem 11 months ago

Same issue

0

Answered by Faraz Saleem 11 months ago

kindly create .htaccess file in your main folder and add this code this code will make the root access to public my issue is resolved after this method.
<IfModule mod_rewrite.c>
RewriteEngine On

# Force public directory for non-existing files and directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ public/$1 [L]

# Rewrite all other URLs to the Laravel index.php file
RewriteCond %{REQUEST_URI} !^/public/
RewriteRule ^(.*)$ public/index.php [L]

</IfModule>

0

Answered by Mian Saleem 11 months ago

Hello,

It is the same password that you used when installing the item. If you forgot then you can update the MAIL config in the .env file and try reset the password.

Thank you

0

Answered by Mian Saleem 11 months ago

Hello,

You can check Laravel log in the storage/logs/ folder for error details and let me know so that I can suggest.

Thank you

We use Cookies

We use cookies to ensure that we give you the best experience on our website. By continuing to browse the site you are agreeing to our use of cookies.