Search found 9 matches

by ksicinski
11 Jul 2017, 20:54
Forum: Symfony bundle
Topic: [Error] Parameter "id" for route "aimeos_shop_jqadm_get"
Replies: 1
Views: 3722

[Error] Parameter "id" for route "aimeos_shop_jqadm_get"

When I login to admin panel and select from nav "catalog" I'm refirect to this path: /app_dev.php/admin/default/jqadm/search/catalog?lang=pl and I get error: Parameter "id" for route "aimeos_shop_jqadm_get" must match "[0-9A-Z\-\_]+" ("_id_" given) t...
by ksicinski
11 Jul 2017, 19:07
Forum: Symfony bundle
Topic: How to create admin user after first install bundle ?
Replies: 5
Views: 7994

Re: How to create admin user after first install bundle ?

Your update help. I have only one remark this is bad lousy solution: composer update --no-dev I can forgot add this --no-dev parameters and add some new bundle and make update at production server this maibe crashed prod shop ;/ I thin better option will be create symfony console command to run all ...
by ksicinski
10 Jul 2017, 20:44
Forum: Symfony bundle
Topic: How to create admin user after first install bundle ?
Replies: 5
Views: 7994

Re: How to create admin user after first install bundle ?

I add this configuration and stop at lat command line ;/ ./bin/console fos:user:promote <email address> ROLE_ADMIN I got this error: [Doctrine\ORM\Mapping\MappingException] Duplicate definition of column 'salt' on entity 'Aimeos\ShopBundle\Entity\FosUser' in a field or discriminator column mapping. ...
by ksicinski
10 Jul 2017, 19:59
Forum: Symfony bundle
Topic: [Install configuration] Can I change basic template ?
Replies: 2
Views: 4742

Re: [Install configuration] Can I change basic template ?

This was help. I made override and it is work. Tips for other people: Create new file in: app/Resources/views/base-shop.html.twig <!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="UTF-8" /> <meta http-equiv="X-UA-Compatible" content="IE...
by ksicinski
07 Jul 2017, 12:53
Forum: Symfony bundle
Topic: Error in list page - Some mandatory parameters are missing
Replies: 4
Views: 5578

Re: Error in list page - Some mandatory parameters are missi

After manual remove cache problem disappeared.
by ksicinski
07 Jul 2017, 10:12
Forum: Symfony bundle
Topic: Error in list page - Some mandatory parameters are missing
Replies: 4
Views: 5578

Re: Error in list page - Some mandatory parameters are missi

I made update and now have newes version your bundle but now i get another error:

Code: Select all

Unable to add function "aiconfig" as extensions have already been initialized.
Any tips hov to fix it?
by ksicinski
06 Jul 2017, 10:00
Forum: Symfony bundle
Topic: Error in list page - Some mandatory parameters are missing
Replies: 4
Views: 5578

Error in list page - Some mandatory parameters are missing

After install bundle and configur it with manual i go to page list and get this error:

Code: Select all

Some mandatory parameters are missing ("resource") to generate a URL for route "aimeos_shop_jsonapi_get".
What is missing ?
by ksicinski
06 Jul 2017, 09:57
Forum: Symfony bundle
Topic: How to create admin user after first install bundle ?
Replies: 5
Views: 7994

How to create admin user after first install bundle ?

How to create admin user after first install bundle ?
or
How to create user and give him privilege to be admin?
by ksicinski
05 Jul 2017, 07:26
Forum: Symfony bundle
Topic: [Install configuration] Can I change basic template ?
Replies: 2
Views: 4742

[Install configuration] Can I change basic template ?

In manual i found this page: https://aimeos.org/docs/Symfony/Adapt_base_template But I need change base.html.twig to another file for example base-shop.html.twig because in base.html.twig I have my page configuration. Can I change this with some parameters in yml? Or meybe is some another way to this?