Search found 3 matches
- 09 Nov 2022, 03:47
- Forum: Help
- Topic: Problem with Fresh Install of 2022.10.2
- Replies: 4
- Views: 82118
Re: Problem with Fresh Install of 2022.10.2
I found the issue in a PHP error log. Apparently I was running up against a memory limit. Based on this error, I extended the php.ini memory_limit parameter from 32M to 128M. Then I re-ran php artisan aimeos:setup --option=setup/default/demo:1.
The setup completed and I've got the demo shop up and ...
The setup completed and I've got the demo shop up and ...
- 08 Nov 2022, 19:36
- Forum: Help
- Topic: Problem with Fresh Install of 2022.10.2
- Replies: 4
- Views: 82118
Re: Problem with Fresh Install of 2022.10.2
Thanks for the quick reply! Still no luck I'm afraid. The first command runs without error, but all the tables in the database are still empty. The second command results in the same error I got during the install.
[myshop]$ php artisan aimeos:setup --option=setup/default/demo:1
Initializing or ...
[myshop]$ php artisan aimeos:setup --option=setup/default/demo:1
Initializing or ...
- 08 Nov 2022, 17:12
- Forum: Help
- Topic: Problem with Fresh Install of 2022.10.2
- Replies: 4
- Views: 82118
Problem with Fresh Install of 2022.10.2
I'm trying to evaluate whether Aimeos supports my needs... and I'm having trouble getting it installed. This is a fresh install on a Linux web server, with PHP v8.0.25. I'm following the Laravel instructions on the aimeos/aimeos github repo, and have ensured my server meets requirements. I actually ...