Can not start the site after installation Aimeos.

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!
netman2002
Posts: 15
Joined: 17 Jan 2018, 09:05

Re: Can not start the site after installation Aimeos.

Post by netman2002 » 26 Jan 2018, 07:17

I done the following:

Exlude the open_basedir usage.
Move Laravel core to public_html directory (site root).
Create a .htaccess file in public_html dir and put in it following:

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{REQUEST_URI} !^public
RewriteRule ^(.*)$ public/$1 [L]
</IfModule>

The result is similar - error arised

I think that I have to decide why Mo class extract incorrect data from 'en' file

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

Re: Can not start the site after installation Aimeos.

Post by aimeos » 26 Jan 2018, 09:30

Can you post again the current output of phpinfo()?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star


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

Re: Can not start the site after installation Aimeos.

Post by aimeos » 26 Jan 2018, 14:50

open_basedir is still active. Search for "basedir" in your phpinfo() output. It points to:
/home/SHERLAND_AC/web/test.inf-tec.ru/public_html:/home/SHERLAND_AC/tmp
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

netman2002
Posts: 15
Joined: 17 Jan 2018, 09:05

Re: Can not start the site after installation Aimeos.

Post by netman2002 » 29 Jan 2018, 06:35

I just returned the parameters to the state in which the hosting was provided.
Ok, now I provide "php_admin_value open_basedir none". So it will be correct?
http://test.inf-tec.ru/info/phpinfo.php

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

Re: Can not start the site after installation Aimeos.

Post by aimeos » 29 Jan 2018, 16:56

At least open_basedir is now deactivated in your virtual host
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

netman2002
Posts: 15
Joined: 17 Jan 2018, 09:05

Re: Can not start the site after installation Aimeos.

Post by netman2002 » 22 Feb 2018, 07:06

Yes! I was able to launch an aimeos!

Cause: mbstring.func_overload in php.ini
It was - mbstring.func_overload = 2
Now - mbstring.func_overload = 0

劉建德
Posts: 3
Joined: 14 Sep 2018, 08:06

Re: Can not start the site after installation Aimeos.

Post by 劉建德 » 14 Sep 2018, 08:17

Hi, there,

I had the same issue.

finally, I found out the problem which is from following file;

"/aimeos/ext/ai-admin-jqadm/admin/i18n/ext/en"

in some web site, the file will lose 3 byte after uploading is done.

I dont know why, but it works after I fixed the file.

Post Reply