# ImageVue: error on the descriptions PHP/FLASH

**URL:** https://forum.kirupa.com/t/imagevue-error-on-the-descriptions-php-flash/117555
**Category:** Uncategorized
**Created:** [July 28, 2004, 12:10pm UTC](https://forum.kirupa.com/t/imagevue-error-on-the-descriptions-php-flash/117555 "2004-07-28T12:10:26Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Lobo\_](https://avatars.discourse-cdn.com/v4/letter/l/bb73d2/32.png) [@Lobo\_](https://forum.kirupa.com/u/Lobo_)
#### Post date: [July 28, 2004, 12:10pm UTC](https://forum.kirupa.com/t/imagevue-error-on-the-descriptions-php-flash/117555/1 "2004-07-28T12:10:26Z")

</div>

Hi and Thank you for any help,

I have this interface (sample of a working interface: [http://65.30.161.109/imagevue/admin/](http://65.30.161.109/imagevue/admin/)) to write descriptions in the pictures from my website but my problem (I think) is that this interface can read only the files (pictures) in a second level folder:

\_root–\>Level1\Level2\pictures.jpeg

and the pictures in my website are in a 3rd level

\_root–\>Level1\Level2\Level3\pictures.jpeg

Now I need to modify my PHP files to have access to this 3rd level and write descriptions for the pictures inside. I will post the script of the PHP files or I can send you the files by mail

Thank you very much in advance  
_Lobo_

NOTES:  
\ *** ~~~here you can download the php files:~~~ **  
\ *** ~~http:// 138.188.237.103/test/admin.zip~~ **

I don’t know if the script ADMIN try to find a folder inside the root called CONTENT because I change the name of this folder because the script by default work like this

* * *

\_root–\>content\groupfolder1\imagefolder1\pictures.jpeg  
\_root–\>content\groupfolder1\imagefolder2\pictures.jpeg  
\_root–\>content\groupfolder2\imagefolder1\pictures.jpeg  
\_root–\>content\groupfolder2\imagefolder2\pictures.jpeg

and now I make this:

\_root–\>BrandA\ProductA\retail\pictures.jpeg  
\_root–\>BrandA\ProductA\commercial\pictures.jpeg  
\_root–\>BrandA\Productb\retail\pictures.jpeg  
\_root–\>BrandA\Productb\commercial\pictures.jpeg

\_root–\>BrandB\ProductA\retail\pictures.jpeg  
\_root–\>BrandB\ProductA\commercial\pictures.jpeg  
\_root–\>BrandB\Productb\retail\pictures.jpeg  
\_root–\>BrandB\Productb\commercial\pictures.jpeg
