The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
File Storage Issue
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" /> 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. |
#2
|
||||
|
||||
Same problem here.. Any help would be appreciated.
|
#3
|
||||
|
||||
Sometimes, using 777 permissions on directories (with some server configurations) make things go funky. Try 775.
|
#4
|
||||
|
||||
Quote:
--------------- Added 24 Feb 2009 at 02:03 --------------- Same issue with vbseo disabled and htaccess renamed to htaccess.bak (root folder). With above disabled: Source code Enabled vbseo And yet, thumbnails work fine because they point to the right path. It makes no sense at all. |
#5
|
||||
|
||||
Problem found (thanks to vbseo staff help)
readfile function was disabled on my server's php.ini settings. I had to remove that from the disable_functions line to get images working again. |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|