I recently moved album picture storage type from database to file system
It shows now "Album pictures are currently being stored in the file system with direct access to thumbnails"
However, when viewing profiles or album lists, no full size, original images appear at all, just alt text. Thumbnails do show up though.
Full picture file path is (chmodded 0777)
This these methods
Full Picture File Path: /home/username/public_html/images/albums
Thumbnail File Path: /home/username/public_html/images/albums/thumbnails
URL to Thumbnails: images/albums
I also tried "images/albums" for all 3 above, same issue.
I disabled the plugin/hook system and the problem is still there.
Ran These (upon each change)
Rebuilt Thumbnail
Rebuild Recently Updated Albums
I even deleted vbseo portion from htaccess file as well (plugin disabled too). Same problem.
http://www.talkjesus.com/album.php?albumid=178
thumbnails work
Source example:
vbseo enabled:
Code:
<img src="http://www.talkjesus.com/members/jcovington-albums-+friend+++king...-picture180-1st-sermon.jpg" alt="1st sermon" class="tcattdimgresizer" border="0" />
vbseo disabled:
Code:
<img src="picture.php?albumid=363&pictureid=1891" alt="Red Carpet" class="tcattdimgresizer" border="0" />
Click any thumbnail, shows only image alt attribute text instead.
Same issue with forumhome thumbnails too. Just text.