Our intranet uses a perl-based forum (YaBB) for its bulletin boards. Until yesterday, all was fine. Suddenly, we cannot post new content in any form. I did a quick investigate and discoverde that the problem is with new files, that they are not being written. Exisiting files are fine.
My question? Given win 2000 server, IIS5, perl 5.8.8, what possible file/folder permissions are going to prevent a file create? I know this is something permissions based, as the same symptoms are across two parallel servers, and happened, AKAIK at the same time.
What modules might be available that give a pretty decent error response (already useing
use CGI::Carp qw(fatalsToBrowser);
but the internal error trapping is catching everything (by reporting files missing) before it gets to that.
?
Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
Read Where should I post X? if you're not absolutely sure you're posting in the right place.
Please read these before you post! —
Posts may use any of the Perl Monks Approved HTML tags:
- a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
| |
For: |
|
Use: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.