
07-08-2014, 08:47 AM
|
 |
|
|
Join Date: May 2011
Location: Belfast
Posts: 586
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by y2ksw
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.
|
Have you set the maximum and minimum sizes in your option before importing? I also ask Dylan at the time if this mod could import all the picture that your mod imports, but I'm still waiting lol. Do you think this would be possible?
Dave
|