Function create_library() wasn't fully explaining why
it exits when the directory creation failed due to
improper permissions, so I changed the code to use the
core function PHPWS_File::makeDir() and added the
following exit message:
'ERROR (PHPWS_IMGLib): Couldn\'t create directory
"'.$a.'"<br />Make sure that the proper permissions are
set in the parent directories.'
ImageLib also generated the following Notice:
Notice: Undefined variable: bg in
/www/r/realvidreams/htdocs/933/core/ImgLibrary.php on
line 395
This was fixed by inserting the following after line 393:
$bg = '';
Patched ImgLibrary.php
Logged In: YES
user_id=619893
Sorry. Just wanted to keep the reporting trail intact.
The fix for create_library() stems from a bug report filed
for phpwsbb at
http://sourceforge.net/tracker/index.php?func=detail&aid=1038319&group_id=81260&atid=562402
Logged In: YES
user_id=722742
In CVS now