Page 3 of 3

Re: Can not start the site after installation Aimeos.

Posted: 26 Jan 2018, 07:17
by netman2002
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

Re: Can not start the site after installation Aimeos.

Posted: 26 Jan 2018, 09:30
by aimeos
Can you post again the current output of phpinfo()?

Re: Can not start the site after installation Aimeos.

Posted: 26 Jan 2018, 13:14
by netman2002

Re: Can not start the site after installation Aimeos.

Posted: 26 Jan 2018, 14:50
by aimeos
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

Re: Can not start the site after installation Aimeos.

Posted: 29 Jan 2018, 06:35
by netman2002
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

Re: Can not start the site after installation Aimeos.

Posted: 29 Jan 2018, 16:56
by aimeos
At least open_basedir is now deactivated in your virtual host

Re: Can not start the site after installation Aimeos.

Posted: 22 Feb 2018, 07:06
by netman2002
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

Re: Can not start the site after installation Aimeos.

Posted: 14 Sep 2018, 08:17
by 劉建德
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.