Search found 15 matches

by netman2002
22 Feb 2018, 07:06
Forum: Laravel package
Topic: Can not start the site after installation Aimeos.
Replies: 27
Views: 18403

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
by netman2002
29 Jan 2018, 06:35
Forum: Laravel package
Topic: Can not start the site after installation Aimeos.
Replies: 27
Views: 18403

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
by netman2002
26 Jan 2018, 07:17
Forum: Laravel package
Topic: Can not start the site after installation Aimeos.
Replies: 27
Views: 18403

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> ...
by netman2002
25 Jan 2018, 13:37
Forum: Laravel package
Topic: Can not start the site after installation Aimeos.
Replies: 27
Views: 18403

Re: Can not start the site after installation Aimeos.

Ok, I'm to try...
But how the php is to access the laravel core files outer of site root dir?
by netman2002
25 Jan 2018, 13:26
Forum: Laravel package
Topic: Can not start the site after installation Aimeos.
Replies: 27
Views: 18403

Re: Can not start the site after installation Aimeos.

Can you to trace the ./ext/ai-gettext/lib/custom/src/MW/Translation/File/Mo.php file in your environment? This file contain definition of the class 'Mo' and have the method: protected function extract() { $magic = $this->readInt( 'V' ); if( ( $magic === self::MAGIC1 ) || ( $magic === self::MAGIC3 ) ...
by netman2002
25 Jan 2018, 06:06
Forum: Laravel package
Topic: Can not start the site after installation Aimeos.
Replies: 27
Views: 18403

Re: Can not start the site after installation Aimeos.

Yes, I guess that something wrong with environment sitting. One more error ocured when I try to open this path http://test.inf-tec.ru/admin The login page is successfuly opened if user not logged in. After login proccess the error arrised: ErrorException thrown with message "file_exists(): open...
by netman2002
24 Jan 2018, 12:43
Forum: Laravel package
Topic: Can not start the site after installation Aimeos.
Replies: 27
Views: 18403

Re: Can not start the site after installation Aimeos.

I changed the file, but also does not work
by netman2002
23 Jan 2018, 07:30
Forum: Laravel package
Topic: Can not start the site after installation Aimeos.
Replies: 27
Views: 18403

Re: Can not start the site after installation Aimeos.

1. I completely reinstall composer (with clearing cache)
2. Perfom a new instalation of this package: https://github.com/aimeos/aimeos (Laravel + Aimeos + demo)
(Install log in attachment)

All the same error appears... :(
by netman2002
19 Jan 2018, 07:20
Forum: Laravel package
Topic: Can not start the site after installation Aimeos.
Replies: 27
Views: 18403

Re: Can not start the site after installation Aimeos.

Do I need to completely uninstall the composer and related cache data?
Or only I need is to clear full cache of composer?