Hi Paul,
Actually, I did read that and am in compliance but I have been doing some more testing and discovered possibly a path problem in the vbulletin38cms.php. The errors ( I forgot where I was bouncing back and forth between here and Tufat).
I have Flashchat 5.0.10 running with vBulletin 3.8.1.1. When I checked my error log, I find it full of these messages:
Quote:
[16-Mar-2009 20:06:46] PHP Warning: fopen(./images/cust_img/$000001$1221367575.gif) [<a href='function.fopen'>function.fopen</a>]: failed to open stream: No such file or directory in C:\wamp\htdocs\chat\inc\cmses\vbulletin38CMS.php on line 227
[16-Mar-2009 20:06:46] PHP Warning: fwrite(): supplied argument is not a valid stream resource in C:\wamp\htdocs\chat\inc\cmses\vbulletin38CMS.php on line 228
[16-Mar-2009 20:06:46] PHP Warning: fflush(): supplied argument is not a valid stream resource in C:\wamp\htdocs\chat\inc\cmses\vbulletin38CMS.php on line 229
[16-Mar-2009 20:06:46] PHP Warning: fclose(): supplied argument is not a valid stream resource in C:\wamp\htdocs\chat\inc\cmses\vbulletin38CMS.php on line 230
|
As a test I added the full path to the image folder to this line:
PHP Code:
$fpath = './images/cust_img/'.$fname.'.'.$fextn;
It didn't create the temp image but the error went away and now I can not reproduce but the avatar doesn't display either?