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_02I try to move photo from L3_01 to L2_01, it will broke the folder L2_01. |
|
| Login or register to post comments |

Posts: 25965
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
Posts: 6
Look like it happend because I opened the cache .
application/config/config.php
$config["internal_cache"] = 60;
Posts: 6
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.
Posts: 25965
What if you don't modify
application/config/config.php
$config["internal_cache"] = FALSE;
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 6
It work well when I turn off the cache.