Search found 15 matches

by octorber123
21 Jul 2020, 10:09
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8288

Re: Aimeos installation from composer works but stop executing before database setup

Tried that but it gives me the same error :( . Is possible that i am missing some php extensions? these are the extensions i have installed.
by octorber123
20 Jul 2020, 11:51
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8288

Re: Aimeos installation from composer works but stop executing before database setup

PhP : 7.3.12 Aimeos: latest Windows 10 Wamp: latest version Hi, I have changed my PHP version from 7.4.0 to 7.3.12 and the DB connection step seems to continue working. However, on the final step I get an exception, the tables are created but the setup stops before allowing me to set up an account f...
by octorber123
18 Jul 2020, 01:05
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8288

Re: Aimeos installation from composer works but stop executing before database setup

this is what i get when i put the try and catch block in that method.
by octorber123
17 Jul 2020, 15:19
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8288

Re: Aimeos installation from composer works but stop executing before database setup

in which file should I put this method?

try {

} catch( \Exception $e ) {
echo $e->getMessage() . PHP_EOL;
echo $e->getTraceAsString() . PHP_EOL;
throw $e;
}
by octorber123
14 Jul 2020, 11:25
Forum: Help
Topic: Aimeos installation from composer works but stop executing before database setup
Replies: 26
Views: 8288

Aimeos installation from composer works but stop executing before database setup

Hi, thanks for taking the time to help me. My System Configuration: Windows 10 Wamp 64bit PHP 7.4.0 I am trying to install the aimeos Laravel package using Composer, the installation successfully creates the project but it fails to execute the command App\Composer::configure . after that, it doesn't...