Okay, first off, I love the addon, I've used it for several generations now and even though I'm one of these power users who has very unique setups and often has customized things, I haven't made any changes to this yet as I usually like to *start* with it working...
Here's my rosterdiag info:
Basic Server Info
OS Linux
Server Software Apache/2.0.52 (CentOS)
MySQL Version 4.1.20
PHP Settings phpinfo() page
PHP Version 4.3.9
PHP API Type apache2handler
safe_mode Off
open_basedir On
allow_url_fopen On
file_uploads On
upload_max_filesize 2M
GD Support
GD Status On
GD Version bundled (2.0.28 compatible)
FreeType Support Yes
FreeType Linkage with freetype
T1Lib Support No
GIF Read Support Yes
GIF Create Support Yes
JPG Support Yes
PNG Support Yes
WBMP Support Yes
XBM Support Yes
JIS-mapped Japanese Font Support No
What is happening is my images aren't showing up. Sometimes. And yet they will if I ctrl+F5 refresh Firefox...
examples of avatar images:
Those may or may not show up as expected, should be 3 across and 2 high.
examples of signature images:
Those should be 6 high.
Now, the images will always show up when using the normal query string URL, but of course BBcode shits on those and thus we have to use the pathinfo trick... For some reason, random images will not work, but the majority of them do...
Here's where it gets more crazy... the httpd access log...
This is just a plain request of the file:
68.145.*.* - - [24/Jan/2007:15:57:44 -0600] "GET /kotw/addons/siggen/sig.php/Niryk.png HTTP/1.1" 200 17889 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1"
Firefox displays: "The image "http://roster.pa-guilds.com/kotw/addons/siggen/sig.php/Niryk.png" cannot be displayed, because it contains errors."
This is if I "ctrl+r", a normal refresh:
68.145.*.* - - [24/Jan/2007:15:57:51 -0600] "GET /kotw/addons/siggen/sig.php/Niryk.png HTTP/1.1" 200 25189 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1"
Again, Firefox displays: "The image "http://roster.pa-guilds.com/kotw/addons/siggen/sig.php/Niryk.png" cannot be displayed, because it contains errors."
This is if I "ctrl+F5", a force refresh:
68.145.*.* - - [24/Jan/2007:15:58:20 -0600] "GET /kotw/addons/siggen/sig.php/Niryk.png HTTP/1.1" 200 76211 "-" "Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1"
This finally produces the image and it even displays properly...
Hopefully there's either some ideas, or something goin' down here, 'cause I'm pretty stumped, but any suggestions or further troubleshooting required would be great.