Just updated my imagegen 2.5.1 to 2.5.7 and it totally crashed my site after a successfull install.
Turns out it added duplicate lines in the web.config. More precisely these two lines: <ImageGenConfiguration configSource="config\ImageGen.config" /> <section name="ImageGenConfiguration" type="ImageGen.ImageGenConfigurationHandler,ImageGen" />
Deleting the duplicates and everything was running again
Yes, that's true. You want to use the 'update' package if you've already got ImageGen installed to avoid that problem. Or, as you did, just manually delete the extra lines in the web.config.
Imagegen 2.5.7 installation bug
Hi,
Just updated my imagegen 2.5.1 to 2.5.7 and it totally crashed my site after a successfull install.
Turns out it added duplicate lines in the web.config. More precisely these two lines:
<ImageGenConfiguration configSource="config\ImageGen.config" />
<section name="ImageGenConfiguration" type="ImageGen.ImageGenConfigurationHandler,ImageGen" />
Deleting the duplicates and everything was running again
/Rune
Hi, Rune,
Yes, that's true. You want to use the 'update' package if you've already got ImageGen installed to avoid that problem. Or, as you did, just manually delete the extra lines in the web.config.
cheers,
doug.
Oh, did'nt notice that. I just brutally through the new one on top of the old one.
Well thanks for clearing that up for me (The n00b) :)
/Rune
is working on a reply...