Can not start the site after installation Aimeos.
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 15
- Joined: 17 Jan 2018, 09:05
Re: Can not start the site after installation Aimeos.
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
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.
Can you post again the current output of phpinfo()?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 15
- Joined: 17 Jan 2018, 09:05
Re: Can not start the site after installation 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
/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,
give us a star
If you like Aimeos,

-
- Posts: 15
- Joined: 17 Jan 2018, 09:05
Re: Can not start the site after installation Aimeos.
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
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.
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,
give us a star
If you like Aimeos,

-
- Posts: 15
- Joined: 17 Jan 2018, 09:05
Re: Can not start the site after installation Aimeos.
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
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.
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.
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.