Photo Move Bug

ffchung

Joined: 2011-10-26
Posts: 6
Posted: Sun, 2012-06-03 02:33

I try to photo from one subfolder to the other, it will broke the subfolder.

Gallery->L1_01->L2_01->L3_01
           |            |             
           |            ->L2_02
           |
           ->L1_02

I try to move photo from L3_01 to L2_01, it will broke the folder L2_01.

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25965
Posted: Sun, 2012-06-03 03:49

The forums strips the white space so I reformatted your post to try ti understand.
I still don't understand.
Can yo give step by step directions on how to recreate?

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
ffchung

Joined: 2011-10-26
Posts: 6
Posted: Sun, 2012-06-03 04:39

Look like it happend because I opened the cache .

application/config/config.php
$config["internal_cache"] = 60;

Login or register to post comments
ffchung

Joined: 2011-10-26
Posts: 6
Posted: Sun, 2012-06-03 04:42

with cache on .
Step

1. Create album L1_01 and L1_02

2. in album L1_01, create album L2_01 and L2_02

3. in album L2_01, create album L3_01 and L3_02

4. add 2 photo in L3_01, and try to move it from L3_01 to L2_01.

5. the album L2_01 is broke.

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 25965
Posted: Sun, 2012-06-03 17:08

What if you don't modify
application/config/config.php
$config["internal_cache"] = FALSE;

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
ffchung

Joined: 2011-10-26
Posts: 6
Posted: Mon, 2012-06-04 11:21

It work well when I turn off the cache.

Login or register to post comments