Image Gallery Add-on Support Product Page
  Under investigation 
 Freeze when gallery is empty
 Reported  18 Mar 2012  15:20:05 
  1 
     has   this problem  
  18 Mar 2012  15:20:05 Denis Hoffmann posted: 
 Hi,my Editor freezes when there are no inages in the gallery and I click on the gallery icon.
Please help,
Denis
Replies
 Replied 19 Mar 2012  07:32:36 
   19 Mar 2012  07:32:36 Teodor Kuduschiev replied: 
  Hi Denis,
Please provide a link to your page.
  Please provide a link to your page.
 Replied 19 Mar 2012  08:46:47 
   19 Mar 2012  08:46:47 Denis Hoffmann replied: 
  Teodor,
I sent you an Email :-)
Cheers,
Denis
  I sent you an Email :-)
Cheers,
Denis
 Replied 04 Apr 2012  17:07:37 
   04 Apr 2012  17:07:37 Denis Hoffmann replied: 
  Update and still freezing :-( 
   Replied 19 Apr 2012  13:35:36 
   19 Apr 2012  13:35:36 Denis Hoffmann replied: 
  Anything new? 
   Replied 20 Apr 2012  06:33:24 
   20 Apr 2012  06:33:24 Teodor Kuduschiev replied: 
  Hi Denis,
Here it is a link to an editor that has an empty gallery: www.dmxzone.com/demo/php/teodor/denis/index.php
Unfortunately i cannot recreate this issue.
  Here it is a link to an editor that has an empty gallery: www.dmxzone.com/demo/php/teodor/denis/index.php
Unfortunately i cannot recreate this issue.
 Replied 20 Apr 2012  07:06:52 
   20 Apr 2012  07:06:52 Denis Hoffmann replied: 
  Hi Teodor,
its not an empty, sorry, if its no existing :-)
I the editor I say, upload folder ist IMAGES. and dymaically I set for example
so as long I dont upload an image, the subfolder isnt there and so the gallery freezes.
if I upload with the normal upload function, then the gallery works. but not, if the folder dont exists.
Denis
  its not an empty, sorry, if its no existing :-)
I the editor I say, upload folder ist IMAGES. and dymaically I set for example
date('Y-m-n')so as long I dont upload an image, the subfolder isnt there and so the gallery freezes.
if I upload with the normal upload function, then the gallery works. but not, if the folder dont exists.
Denis
 Replied 20 Apr 2012  07:25:18 
   20 Apr 2012  07:25:18 Teodor Kuduschiev replied: 
  Okay, 
What i did is the following:
1. I created an url variable "folderName"
2. I set the upload folder: uploads
3. I set the subfolder to: <?php echo $_GET['folderName']; ?>
4. I opened my browser and entered: address.com/index.php?foderName=myNewFolder
5. Clicked on image gallery icon and uploaded image - the folder was created and the image was uploaded.
LINK TO EDITOR UI
  What i did is the following:
1. I created an url variable "folderName"
2. I set the upload folder: uploads
3. I set the subfolder to: <?php echo $_GET['folderName']; ?>
4. I opened my browser and entered: address.com/index.php?foderName=myNewFolder
5. Clicked on image gallery icon and uploaded image - the folder was created and the image was uploaded.
LINK TO EDITOR UI

