Great the Apache configuration setting already helped me to resolve the 404
errors.
A
adpe
@adpe
0
Reputation
3
Posts
65
Profile views
0
Followers
0
Following
Posts made by adpe
-
RE: Problems after installation
-
RE: Problems after installation
The error you see above I resolved if I turn off APP_DEBUG in
.env
because PHPDebugbar is missing. I think the installation manual is missing some parts.Furthermore I don't know exactly how the structure of the
public
folder should be. I think here are resources missing. I get404
errors accessing the/admin/login
or/customer/register
.Per example:
Not Found The requested URL /bagisto/public/customer/login was not found on this server.
Thanks for helping out.
-
Problems after installation
Hello @all
I've installed the
v0.1.5
on both ways (gui/cli) and I end with the same errors.The site can be reached by
/public
, but per example/admin/login
,/customer/register
etc... are not found (error 404).The startpage on
/public
has following errors in chromdev console:I've tried the setup with Ubuntu 16.04 and 18.04.
Thanks for your help
Adrian