Some names have been changed to protect my site for tme moment :-)
I can upload images using Batch Add Media no problem at all
I cant upload images using Add Media and Auto-Generate Thumbnail. Keeps saying
'Please select a thumbnail image from your hard drive to upload.'
The images I have managed to add under batch will not display in preview or in the galleries. The reason is found by looking at the properties of the non-displaying image
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2002-09-22
Installed gallery for phpWS with no problems.
Everything works as it is suppose to with one exception:
I cannot set the album highlight image! Only the ame is displayed but no thumbnail. I checked the directories and the highlight thmb is there but it doesn't show when the gallery is displayed.
Any suggestions how to fix it?!
Thanks in advance,
Constantin.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
This is definitely path related although I am sure the path variables are correct
$gal_path = '/home/WEBSITE/www/test/mod/gallery'; ## example: /home/htdocs/mod/gallery
$gal_url = '/mod/gallery'; ## example: /mod/gallery
Some names have been changed to protect my site for tme moment :-)
I can upload images using Batch Add Media no problem at all
I cant upload images using Add Media and Auto-Generate Thumbnail. Keeps saying
'Please select a thumbnail image from your hard drive to upload.'
The images I have managed to add under batch will not display in preview or in the galleries. The reason is found by looking at the properties of the non-displaying image
http://www.WEBSITE.com/mod/gallery/media/1.jpg
As you can see test is missing from the path.
Any ideas?
All help gratefully received.
John
This is a bug that will be fixed in the next release.
Sorry John, but I didn't see your other question. Your images aren't displaying because the $gal_url is incorrect. It needs to be:
$gal_url = '/test/mod/gallery'; ## example: /mod/gallery
Andrew
Amended path and thumbnails/images now displaying
many thanks for that
John
Installed gallery for phpWS with no problems.
Everything works as it is suppose to with one exception:
I cannot set the album highlight image! Only the ame is displayed but no thumbnail. I checked the directories and the highlight thmb is there but it doesn't show when the gallery is displayed.
Any suggestions how to fix it?!
Thanks in advance,
Constantin.