Search found 10 matches
- 19 Dec 2022, 15:19
- Forum: Laravel package
- Topic: Code Required error when registering
- Replies: 21
- Views: 2581606
Re: Code Required error when registering
Not bad for a days work (well, you did all of it...)aimeos wrote: ↑19 Dec 2022, 14:34 Maybe it must be:Code: Select all
use Illuminate\Support\Facades\Request;
Thank you. Its working now!
- 19 Dec 2022, 14:24
- Forum: Laravel package
- Topic: Code Required error when registering
- Replies: 21
- Views: 2581606
Re: Code Required error when registering
Non-static method Illuminate\Http\Request::route() cannot be called staticallyaimeos wrote: ↑19 Dec 2022, 14:15 Added this line: https://github.com/aimeos/aimeos/commit ... 4882178ec6
Is it better now?
- 19 Dec 2022, 14:05
- Forum: Laravel package
- Topic: Code Required error when registering
- Replies: 21
- Views: 2581606
Re: Code Required error when registering
Yes. These additional lines should fix the problem: https://github.com/aimeos/aimeos/commit/618bc5a73df0ee8f86518af70d1880b0914ccb3f Can you please check? Hi - Thank you Class "App\Providers\Request" not found app/Providers/AppServiceProvider.php : 53 $params['site'] = Request::route( 'si...
- 19 Dec 2022, 13:38
- Forum: Laravel package
- Topic: Code Required error when registering
- Replies: 21
- Views: 2581606
- 19 Dec 2022, 12:33
- Forum: Laravel package
- Topic: Code Required error when registering
- Replies: 21
- Views: 2581606
Re: Code Required error when registering
Sorry, we've seen that the register.blade.php file in the current Aimeos distribution was missing the code for the account. This has been fixed now, please add this to your ./resources/views/auth/register.blade.php file: https://github.com/aimeos/aimeos/blob/master/resources/views/auth/register.bla...
- 19 Dec 2022, 10:11
- Forum: Laravel package
- Topic: Code Required error when registering
- Replies: 21
- Views: 2581606
Re: Code Required error when registering
Only if you enabled SHOP_MULTISHOP too. If you don't want a multi-vendor setup with merchant registration, disable SHOP_MULTISHOP and SHOP_REGISTRATION. Then, /register will be available too but only for customers. I do want a multi-vendor setup with shop registration enabled. Everything works fine...
- 19 Dec 2022, 09:37
- Forum: Laravel package
- Topic: Code Required error when registering
- Replies: 21
- Views: 2581606
Re: Code Required error when registering
If you enable SHOP_REGISTRATION, registering merchants can enter a custom code of their own. There will be a field displayed in the registration form and checked for uniqueness. Thanks again, finally I am getting on. There is no other field displayed as per the screenshot above, even with Shop_Regi...
- 19 Dec 2022, 05:19
- Forum: Laravel package
- Topic: Code Required error when registering
- Replies: 21
- Views: 2581606
Re: Code Required error when registering
When you enable SHOP_REGISTRATION, user registration is for merchants, is used along with SHOP_MULTISHOP and requires an unique code for the new shop site that will be created. If you only want to offer upfront registration for customers, don't enable SHOP_REGISTRATION. Also, user accounts for cust...
- 15 Dec 2022, 10:40
- Forum: Laravel package
- Topic: Code Required error when registering
- Replies: 21
- Views: 2581606
Re: Code Required error when registering
Thank you for you reply, however I have no clue where or what to look for?
Sorry, have to learn sometime
Sorry, have to learn sometime

- 15 Dec 2022, 09:04
- Forum: Laravel package
- Topic: Code Required error when registering
- Replies: 21
- Views: 2581606
Re: Code Required error when registering
Any answer on this? Stuck here for days