here is what I am getting when trying to post a new topic
Can't open: Permission denied at c:/inetpub/wwwroot/cgi-bin/ubb_new_topic.cgi line 381.
this is what line 381 is
open (FILE, ">>$vars_config{MembersPath}/user_posts/$user_number.cgi") or die("Can't open: $!" );
both files are full permissions and NOT read only?
any ideas
when trying to post a reply this is what I get
Unable to open thread summary file at c:/inetpub/wwwroot/cgi-bin/ubb_lib_posting.cgi line 135.
line 135 says
open (FILE, ">$vars_config{NonCGIPath}/$exact_path/forum_$number.threads") or die("Unable to open thread summary file");
so it seems my permissions on vars_config is wrong? it is not read only and its full ocntrol what more do I need?
thanks
other than that we are perfect
thanks