Tuoppi
11-22-2004, 04:31 PM
Just now I took a look at my own RSS feed through bloglines.com (an online news aggregator) and there are no thumbnails. :shock:
I took a look at some of the other old posts about the RSS feed on this forum, but I can't figure it out. I bet it's something I'm doing wrong, but don't know what.
I've noticed that some of the pixelpost blogs have thumbnails showing in their RSS feed and some don't. I've been comparing the feeds and can't find the difference. :?
EDIT: Now I ran into another problem. When I tried to regenerate the thumbnails it gives me these two warnings per every thumbnail:
Warning: imagejpeg() [function.imagejpeg]: Unable to open '../thumbnails/thumb_011004.jpg' for writing in /home/virtual/site162/fst/var/www/html/blog/admin/index.php on line 1182
Warning: chmod() [function.chmod]: Operation not permitted in /home/virtual/site162/fst/var/www/html/blog/admin/index.php on line 1184
And those two lines in the index.php look like this (lines 1182-1184):
imagejpeg($img, "../thumbnails/thumb_$file",$cfgrow['compression']);
$thumbimage = "../thumbnails/thumb_$file";
chmod($thumbimage,0644);
I don't get it. :shock:
I took a look at some of the other old posts about the RSS feed on this forum, but I can't figure it out. I bet it's something I'm doing wrong, but don't know what.
I've noticed that some of the pixelpost blogs have thumbnails showing in their RSS feed and some don't. I've been comparing the feeds and can't find the difference. :?
EDIT: Now I ran into another problem. When I tried to regenerate the thumbnails it gives me these two warnings per every thumbnail:
Warning: imagejpeg() [function.imagejpeg]: Unable to open '../thumbnails/thumb_011004.jpg' for writing in /home/virtual/site162/fst/var/www/html/blog/admin/index.php on line 1182
Warning: chmod() [function.chmod]: Operation not permitted in /home/virtual/site162/fst/var/www/html/blog/admin/index.php on line 1184
And those two lines in the index.php look like this (lines 1182-1184):
imagejpeg($img, "../thumbnails/thumb_$file",$cfgrow['compression']);
$thumbimage = "../thumbnails/thumb_$file";
chmod($thumbimage,0644);
I don't get it. :shock: