Search found 23 matches

by Doveman
28 Nov 2017, 16:05
Forum: Symfony bundle
Topic: Error 500 on Fresh install
Replies: 5
Views: 8562

Re: Error 500 on Fresh install

So as far as I can figure out Symfony has started installing twig 2.x with version 3.3.13 so I created a new project with version 3.3.11 which did install twig 1.x but when I then installed Aimeos it overwrote the 1.x with 2.x. My final solution (until I can upgrade to linux 9 with php 7) was to ove...
by Doveman
28 Nov 2017, 15:55
Forum: Symfony bundle
Topic: Multiple test sites on 1 url
Replies: 6
Views: 7014

Re: Multiple test sites on 1 url

I would be happy to as soon as I figure out how to do that.
by Doveman
27 Nov 2017, 18:18
Forum: Symfony bundle
Topic: Error 500 on Fresh install
Replies: 5
Views: 8562

Re: Error 500 on Fresh install

I verified the php version and configuration, updated the composer and then did a clean install from scratch. I then modified the necessary config files and installed Aimeos. I also checked the Apache config to make sure all was correct. After all that I still am getting the failure. I have included...
by Doveman
26 Nov 2017, 04:41
Forum: Symfony bundle
Topic: Error 500 on Fresh install
Replies: 5
Views: 8562

Error 500 on Fresh install

I installed symfony 3.3.13 and aimeos 2017.10 on my public server in dev mode. It installed just fine and everything looks good. When I try to execute app_dev.php/list I get a debug page which show in the Apache log as a 500 error. I have absolutly no idea where to go with this. Any ideas? There are...
by Doveman
25 Nov 2017, 20:05
Forum: Symfony bundle
Topic: Multiple test sites on 1 url
Replies: 6
Views: 7014

Re: Multiple test sites on 1 url

That worked great! Thank you very much.
by Doveman
24 Nov 2017, 20:41
Forum: Help
Topic: HIding attributes
Replies: 9
Views: 3902

Re: HIding attributes

This problem has been solved! I had to reload the entire extent. After doing so it is working.

Thanks
by Doveman
24 Nov 2017, 18:16
Forum: Symfony bundle
Topic: Multiple test sites on 1 url
Replies: 6
Views: 7014

Re: Multiple test sites on 1 url

I would like to be able to do this as I have multiple projects going on that all have different requirements but are being developed on the same url. In the end I will be able to set the live installations up with the url pointing to "web". This works fine for the admin. All the images are...
by Doveman
24 Nov 2017, 16:42
Forum: Help
Topic: HIding attributes
Replies: 9
Views: 3902

Re: HIding attributes

Well it is still not working. I put 2 modified files in at ./ext/zlcsymfony/client/html/templates/catalog/lists/body-default.php and ./ext/zlcsymfony/client/html/templates/catalog/detail/body-default.php I also fixed the /app/config/config_dev.yml file. For debugging purposes I put in a line of code...
by Doveman
20 Nov 2017, 18:33
Forum: Symfony bundle
Topic: Multiple test sites on 1 url
Replies: 6
Views: 7014

Multiple test sites on 1 url

Is it possible to set up multiple installations under one url? For example: The root url = domain.com/htdocs Installation # 1 zlc1 and address it in the browser as domain.com/htdocs/zlc1/web/app_dev.php/list Installation # 2 zlc2 and address it in the browser as domain.com/htdocs/zlc2/web/app_dev.ph...
by Doveman
20 Nov 2017, 15:32
Forum: Help
Topic: HIding attributes
Replies: 9
Views: 3902

Re: HIding attributes

Yes I Did. I am running Aimeos Version 2017.10 with Symfony 3.3.11 on a debian linux server. I built the extension with builder 2017.x and unzipped the folder directly into the ext directory. I then copied the desired templates from ai-client-html/client/html/templates/[domain] and placed them in th...