Where is the admin Login?

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
fotoserver
Posts: 1
Joined: 10 Oct 2024, 16:18

Where is the admin Login?

Post by fotoserver » 10 Oct 2024, 16:29

I have searched here and on the internet but have not found anything.

I have successfully installed the Laravel version in a subfolder of my domain: ‘www.domain.de/aim/myshop’

I can access the frontend without any problems at ‘www.domain.de/aim/myshop/public’

But I can't find the admin panel. When I go to ‘www.domain.de/aim/myshop/public/admin’, I get to a login page ‘www.domain.de/aim/myshop/public/login?locale=en’ with a lot of error messages:

Code: Select all

ErrorException
file_exists(): open_basedir restriction in effect. File(/..../php/8.2/share/pear/App/View/Components/AuthSessionStatus.php) is not within the allowed path(s): (/var/www/vhosts/domain.de/:/tmp/)
Where can I find the admin login?

User avatar
aimeos
Administrator
Posts: 8619
Joined: 01 Jan 1970, 00:00

Re: Where is the admin Login?

Post by aimeos » 10 Oct 2024, 16:58

The PHP open_basedir setting is not supported and must be disabled. It causes more problems than it tries to solve.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply