|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
I have a problem with my boards I actually was experiencing problems so I closed the boards down under misc settings and now I cant get it back up and ready to go. It keep giving me this error? Unable to open vars_misc.cgi file for writing. at c:inetpubwwwrootcgi-bin/cp_lib.cgi line 923. For help, please send mail to this site's webmaster, giving this error message and the time and date of the error. when i checked the file this is line 923 open (FILE, ">$vars_config{VariablesPath}/vars_misc.cgi") or die("Unable to open vars_misc.cgi file for writing."); when I looked at it tried taking out the (or die("Unable to open vars_misc.cgi file for writing.")  part but that just let me see everything was still closed and it didnt save it? any help would be awesome thanks [email protected] 
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
Is your vars_misc.cgi uploaded in your variables directory and CHmodded to 777?
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
now I get this error when I try to reply to a post
Unable to open thread summary file at c:/inetpub/wwwroot/cgi-bin/ubb_lib_posting.cgi line 135.
and this error when i try to post a new topic
Unable to open lasttime.file : Permission denied at c:/inetpub/wwwroot/cgi-bin/ubb_new_topic.cgi line 353.
probably a chmod problem again but they are both 777 and I cleared the cache like ten times
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
fixed the post new topic and now I get this error
Unable to open lasttime.file : Permission denied at c:/inetpub/wwwroot/cgi-bin/ubb_new_topic.cgi line 353.
????
and still same problem with post reply
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
my avatars wont change either, I changed ips on my webserver and the avatars are not looking in the right directory even though in the file and in the ocntrol panel I set them right.. This is wierd and I really dont want to start over if I odnt have to
thanks
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
anyone anyone?
please help me out this is for my clan....
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
What was the last hack you installed before all these errors came up?
Also check your permissions for the Permission denied error.
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
last hack was the chat program, but this has worked fine, I moved it from one ip to another so I had to change everything that was looking for that ip to another ip
the permissions I changed but I dont know exactly what to change them back to
all the files as of now are admin , system and everyone have full control
thanks for the help
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
Ok these are the permissions.
CGI files-755 Variable files-777 CGI directory-755 NONCGI directory-777
Check these are correct well I'd say check your CGI bin permissions...
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
You can't CHMod on an IIS server. You need to set the folder permissions on the directories.
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
xpert what folder permissions are coreect like that?
thanks
|
|
|
|
Joined: Mar 2001
Posts: 7,394
Admin / Code Breaker
|
Admin / Code Breaker
Joined: Mar 2001
Posts: 7,394 |
Try to enable 'Write' on the variable's directory.
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
Yep, you can run that test that you run when you first set the UBB up and that'll tell you exactly which permissions are wrong.
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
LK all of my var files are in the cgi bin folder
and xpert what tool do I use to try that out
thanks guys for the help
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
Well then you will need to enable write on the cgi-bin directory if they are inside that.
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
all files and folders are full control
so read, write execute etc
I believe
|
|
|
|
Joined: May 2001
Posts: 6,708
Member
|
Member
Joined: May 2001
Posts: 6,708 |
Not all of them should be. Some need to be 755.
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
anyway of knowing which need to be which, this permissions thing must be my problem
any and all help would be awesome
I need this board for my Urban Terror Clan
thanks
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
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
|
|
|
|
Joined: Aug 2000
Posts: 1,083
Kahuna
|
Kahuna
Joined: Aug 2000
Posts: 1,083 |
You do know you have the chmod the files IN the directories don't you? Go to your NonCGI directory, forum folders, and chmod the cgi files to 777(?). Can't tell you a straight answer since my FTP is down though.
[ September 10, 2001: Message edited by: Travis ]
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
nope tried that Travis doesnt work for me still, somehow or anything a test post I posted worked but now i cant post again, it showed up but I never did NOT get the error message, could it be a chaceing problem
I dont know
all I need to have is a list of all the permissions for all the major files in the noncgi and cgi-bin folders
thanks all
if anyone has this list please post it asap
thanks
|
|
|
|
Joined: Aug 2000
Posts: 1,083
Kahuna
|
Kahuna
Joined: Aug 2000
Posts: 1,083 |
Er... meant to edit, not quote... Disregard this message.
[ September 10, 2001: Message edited by: Travis ]
|
|
|
|
Joined: Jun 2001
Posts: 2,849
Spotlight Winner
|
Spotlight Winner
Joined: Jun 2001
Posts: 2,849 |
You need to make sure that the IUSR_xxxxx user has the ability to write into those directories. The permissions will propogate from the parent. You CANNOT chmod on an IIS server. IUSR is the "user" that IIS uses to perform operations on those files and folders, and it is the user that you need to be concerned with.
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
actually I changed all the files to be accessed by iuser and nothing has changed so that is not my problem as I know that I didnt have that user set up before, this problem started to arise
|
|
|
|
Joined: Jun 2001
Posts: 29
Junior Member
|
Junior Member
Joined: Jun 2001
Posts: 29 |
any ideas or suggestions, I did the test thing and my permissions are correct for the files that it checks in the proggie
. Oh well let me know, I may just redo them all
thanks
|
|
|
Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.
Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
|
|
Posts: 1,157
Joined: July 2001
|
|
Forums63
Topics37,575
Posts293,931
Members13,823
|
Most Online6,139 Sep 21st, 2024
|
|
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
|
|
|
|