| Author |
Message |
   
peter twist (Powercomm)
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, July 19, 2001 - 06:33 am: |
|
Hi can you tell me the exact line to add to the install.cgi and any other changes if I get an error message below (this is where I have placed the files error message reads "New D:/websites/power1/www/isdn/list/data directory not created" I ran probe on the site, details below Thanks Peter Twist Your server operating system is MSWin32 The path to the current script is: D:\websites\power1\www\isdn\list\probe.pl The server is running: Microsoft-IIS/4.0 Environment Variables COMPUTERNAME = UK1NTW0004 COMSPEC = C:\WINNT\system32\cmd.exe CONTENT_LENGTH = 0 GATEWAY_INTERFACE = CGI/1.1 HTTPS = off HTTP_ACCEPT = application/vnd.ms-powerpoint, application/vnd.ms-excel, application/msword, */* HTTP_ACCEPT_ENCODING = gzip, deflate HTTP_ACCEPT_LANGUAGE = en-gb HTTP_CONNECTION = keep-alive HTTP_COOKIE = ASPSESSIONIDGQQQGQAD=DEBPHOPCPCCJFJKHPDPBPAJE HTTP_HOST = www.powercomm.co.uk HTTP_USER_AGENT = Mozilla/4.0 (compatible; MSIE 4.01; Windows 98; sureseeker.com) HTTP_VIA = 1.1 webcacheB02 (NetCache NetApp/5.1R1D3), 1.1 webcacheBP2 (NetCache NetApp/5.1R1D3) HTTP_X_FORWARDED_FOR = 217.135.3.59, 195.92.168.228 INCLUDE = c:\Program Files\Mts\Include INSTANCE_ID = 69 LIB = c:\Program Files\Mts\Lib LOCAL_ADDR = 217.69.34.206 NUMBER_OF_PROCESSORS = 2 OS = Windows_NT OS2LIBPATH = C:\WINNT\system32\os2\dll; PATH = C:\Perl\bin\;C:\WINNT\system32;C:\WINNT;e:\statisticsserver;e:\toolbox;c:\Program Files\Mts;C:\Program Files\Symantec\pcAnywhere\;c:\pgp PATHEXT = .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH PATH_INFO = /isdn/list/probe.pl PATH_TRANSLATED = D:\websites\power1\www\isdn\list\probe.pl PROCESSOR_ARCHITECTURE = x86 PROCESSOR_IDENTIFIER = x86 Family 6 Model 8 Stepping 6, GenuineIntel PROCESSOR_LEVEL = 6 PROCESSOR_REVISION = 0806 REMOTE_ADDR = 195.92.168.181 REMOTE_HOST = 195.92.168.181 REQUEST_METHOD = GET SCRIPT_NAME = /isdn/list/probe.pl SERVER_NAME = www.powercomm.co.uk SERVER_PORT = 80 SERVER_PORT_SECURE = 0 SERVER_PROTOCOL = HTTP/1.1 SERVER_SOFTWARE = Microsoft-IIS/4.0 SYSTEMDRIVE = C: SYSTEMROOT = C:\WINNT USERPROFILE = C:\WINNT\Profiles\Default User WINDIR = C:\WINNT |
   
Frank Bauer (Support)
Rating: N/A Votes: 0 (Vote!) | | Posted on Thursday, July 19, 2001 - 08:11 am: |
|
Hello Peter, Your server does not allow the script to create directories on its own. If your hosts technical support staff can't help you on that problem, you can simple do the work of install.cgi manually. To do that, you have to do the following... First upload all files in ASCII mode into your cgi-bin/mmp directory (has the be CHMOD 755 on UNIX systems, on NT don't worry about this). Leave this files in the location they are and CHMOD them to 755 (CHMOD only on UNIX systems, on NT don't worry about this): admin.cgi ed.cgi index.htm install.cgi sub.cgi sublib.pl unsub.cgi Create a data directory and CHMOD it to 755 (CHMOD only on UNIX systems, on NT don't worry about this). Then copy this files into the data directory, now rename them as shown : data-index.htm -> rename to index.htm data-foot.dat -> rename to foot.dat data-head.dat -> rename to head.dat data-language.dat -> rename to language.dat Create a auto directory within the data directory and CHMOD it to 755 (CHMOD only on UNIX systems, on NT don't worry about this). Then copy this file into the auto directory, now rename it as shown below: data-auto-index.htm -> rename to index.htm Create a html directory within the data directory and CHMOD it to 755 (CHMOD only on UNIX systems, on NT don't worry about this). Then copy this file into the auto directory, now rename it as shown below: data-html-index.htm -> rename to index.htm Create a lang directory within the data directory and CHMOD it to 755 (CHMOD only on UNIX systems, on NT don't worry about this). Then copy this file into the auto directory, now rename it as shown below: data-lang-index.htm -> rename to index.htm Create a eng directory within the lang directory and CHMOD it to 755 (CHMOD only on UNIX systems, on NT don't worry about this). Then copy this files into the auto directory, now rename them as shown below: data-lang-eng-language.kit -> rename to language.kit data-lang-eng-language2.kit -> rename to language2.kit data-lang-eng-language3.kit -> rename to language3.kit Create a ger directory within the lang directory and CHMOD it to 755 (CHMOD only on UNIX systems, on NT don't worry about this). Then copy this files into the auto directory, now rename them as shown below: data-lang-ger-language.kit -> rename to language.kit data-lang-ger-language2.kit -> rename to language2.kit data-lang-ger-language3.kit -> rename to language3.kit Create a lists directory within the data directory and CHMOD it to 755 (CHMOD only on UNIX systems, on NT don't worry about this). Then copy this file into the auto directory, now rename it as shown below: data-lists-index.htm -> rename to index.htm Create a logs directory within the data directory and CHMOD it to 755 (CHMOD only on UNIX systems, on NT don't worry about this). Then copy this file into the auto directory, now rename it as shown below: data-logs-index.htm -> rename to index.htm This it it already... ! :-) Now you could simply go to the admin.cgi file in your browser and adjust the internal settings. Sincerely, Frank Bauer |
|