Hi cosy,
the script path is create at phpgallery/include_phpgallery.php, line 44
$this->GalleryClient=dirname(dirname($this->Uploader->ResourceDirectory))."/resources";
'$this->Uploader->ResourceDirectory' is in phpgallery/phpuploader/include_phpuploader.php, line 397
$this->ResourceDirectory="$cd/resources";
this gets a wrong dir on the server
you can change $this->GalleryClient=dirname(dirname($this->Uploader->ResourceDirectory))."/resources"; to $this->GalleryClient="phpgallery/resources";
so it will display the gallery.
Hope it helps.
Regards,
Jeff