Quote:
Originally Posted by Macgiber
install the product, but does not show photos
|
I have installed this product today on 4.2.2, too, but it does not show the photos.
I tried both the manual upload and the import system from vbulletin albums. The folders are created correctly, but they remain empty.
When switching to full path, I see the browser's placeholder, otherwise the "missing image" image.
I've been digging into the code but could not work out the problem. Maybe the lines (class_import.php), at "$filedir = $filedir . '/' . $path[$m];"?
PHP Code:
$filedir = $this->registry->options['dbtech_gallery_filepath_text'] . $old_image_data['instanceid'];
$path = preg_split('//', $old_image_data['userid'], -1, PREG_SPLIT_NO_EMPTY);
for ($m = 0; $m < count($path); $m++)
{
$filedir = $filedir . '/' . $path[$m];
}
In manual upload via dialog boxes however I could not see anything wrong.