[oxid-dev-general] Oxid Setup automated

2013-07-22 Thread Matthias Kluth
Good morning, my question is: Is it possible, to preconfigure the config.inc.php und let Oxid do the rest automated through a script? Just like this example: config.inc.php filled up with all the correct data - call install.php - Database created, demo licence key created and saved. That

Re: [oxid-dev-general] Oxid Setup automated

2013-07-22 Thread Udo Telaar
Hi, look at this vagrant/puppet example from Continum (http://www.continum.net/oxid_vagrant_demo.zip,v1_file_n955_4.zip,fileport.html) . It contains an oxid_bootstrap.sh which shows how to setup oxid with an automated shellscript. I built our own VM script based on that example. What I´m

[oxid-dev-general] Generating images when accessed through https

2013-07-22 Thread Sai Chandra Sekhar Madala
Hi List, I have developed a shop for a customer and the site is https certificate enabled. The image generation(for images in master/product/.. to generated/product/..) when accessed through http works fine but cannot be generated when accessed through https. I have set all required parameters

Re: [oxid-dev-general] Generating images when accessed through https

2013-07-22 Thread Matthias Kluth
On 22.07.2013 10:31, Sai Chandra Sekhar Madala wrote: Hi List, I have developed a shop for a customer and the site is https certificate enabled. The image generation(for images in master/product/.. to generated/product/..) when accessed through http works fine but cannot be generated when

Re: [oxid-dev-general] Generating images when accessed through https

2013-07-22 Thread Sai Chandra Sekhar Madala
Hi Matthias, There are no error messages in logs(I have checked in EXCEPTION_LOG.txt and also in php server error logs). Thanks Regards, Sai Chandra Sekhar.M On Mon, Jul 22, 2013 at 2:41 PM, Matthias Kluth kl...@unit-m.de wrote: On 22.07.2013 10:31, Sai Chandra Sekhar Madala wrote: Hi

Re: [oxid-dev-general] Oxid Setup automated

2013-07-22 Thread Matthias Kluth
Hey Udo, thanks for that! Helped me a lot! Can't even find the field where the license key is stored. Regards, Matthias On 22.07.2013 09:35, Udo Telaar wrote: Hi, look at this vagrant/puppet example from Continum

Re: [oxid-dev-general] Oxid Setup automated

2013-07-22 Thread Reinhard Vogl
Hi Matthias, the field should be: oxshops - oxserial bg, Reini -Ursprüngliche Nachricht- Von: dev-general-boun...@lists.oxidforge.org [mailto:dev-general-boun...@lists.oxidforge.org] Im Auftrag von Matthias Kluth Gesendet: Montag, 22. Juli 2013 15:21 An:

Re: [oxid-dev-general] Oxid Setup automated

2013-07-22 Thread Matthias Kluth
A minute after I posted this mail, I found it. Thanks anyway. ;) Hm. Now I just need to figure out, how the demo key is generated. On 22.07.2013 15:24, Reinhard Vogl wrote: Hi Matthias, the field should be: oxshops - oxserial bg, Reini -Ursprüngliche Nachricht- Von:

Re: [oxid-dev-general] Generating images when accessed through https

2013-07-22 Thread Vaidas Matulevicius
Hi Sai Chandra Sekhar, Can You tell us which shop version and edition are You using? By the way there was a bug https://bugs.oxid-esales.com/view.php?id=5037 related with image generation and https. You can look at how we fixed it at github

Re: [oxid-dev-general] Generating images when accessed through https

2013-07-22 Thread Sai Chandra Sekhar Madala
Hi Vaidas, I am using community edition,4.7.3_54408. I have done the changes as suggested in the fix provided below, but it did not solve the problem. Thanks Regards, Sai Chandra Sekhar.M On Mon, Jul 22, 2013 at 7:34 PM, Vaidas Matulevicius vaidas.matulevic...@oxid-esales.com wrote: Hi

Re: [oxid-dev-general] Oxid Setup automated

2013-07-22 Thread Udo Telaar
Hi Reini, I wrote the license to that field and even into oxconfig as aSerial (encoded) value, but it didn´t work. When I entered the license from admin backend, the same data is put into these fields. Is there any other thing to do? Does it work for you, Matthias? I´m on EE 5.06. Regards

Re: [oxid-dev-general] Oxid Setup automated

2013-07-22 Thread Reinhard Vogl
Hi Udo, I'm not sure i fit works, but I found two config entries depending on valid serial. aSerial in oxconfig is of type arr. So you should encode an array of serials. $myConfig-saveShopConfVar( arr, aSerials, array($serial), $myConfig-getBaseShopId() ); Then maybe remove the backTag.