If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
free links error Cannot create ID file links_id.txt in /home  XML
Forum Index » Support Forum
Author Message
Anonymous



hmm cant solve this it seems..anybodu with same problem that could figure out the erorr and solved it?

here is all my info:
domain:www.kennethsvensson.com

path to perl :usr/bin/perl

ERRORCODE:
"Cannot create ID file links_id.txt in /home/usr/kenneth/links. Please check your base directory."

LINKSPATHES in my links.pl-file:
# url of script
$cgiurl = "http://www.kennethsvensson.com/cgi-bin/links.pl";

# base url to all link files without trailing "/"
$link_url = "http://www.kennethsvensson.com/links";

# base directory to all link files from the server root without trailing "/"
$base_dir = "/home/usr/kenneth/links";

# default index page of your choice
$index_url = "http://www.kennethsvensson.com/links/ffa-business.html";

# counter log file
$id_count = "links_id.txt";


Environment Variables
CONTENT_LENGTH 134
CONTENT_TYPE application/x-www-form-urlencoded
DOCUMENT_ROOT /home/kenneth/public_html
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-gsarcade-launch, */*
HTTP_ACCEPT_LANGUAGE sv
HTTP_CACHE_CONTROL no-cache
HTTP_CONNECTION Keep-Alive
HTTP_COOKIE phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A32%3A%22dcffd4f1f7ea4c0cc6dd03a00c4eabf9%22%3Bs%3A6%3A%22userid%22%3Bi%3A2%3B%7D; phpbb2mysql_data=a%3A0%3A%7B%7D; cprelogin=no
HTTP_HOST www.kennethsvensson.com
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
HTTP_XXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
HTTP_XXXXXXXXXXXXXXX XXXXXXXXXXXXX
PATH /usr/local/bin:/usr/bin:/bin
QUERY_STRING
REMOTE_ADDR 213.114.204.132
REMOTE_PORT 4298
REQUEST_METHOD POST
REQUEST_URI /cgi-bin/links.pl
SCRIPT_FILENAME /home/kenneth/public_html/cgi-bin/links.pl
SCRIPT_NAME /cgi-bin/links.pl
SERVER_ADDR 69.93.147.90
SERVER_ADMIN webmaster@kennethsvensson.com
SERVER_NAME www.kennethsvensson.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.7 FrontPage/5.0.2.2634a mod_ssl/2.8.18 OpenSSL/0.9.7a
Anonymous



DID YOU SOLVE THIS PROBLEM?

I have a similar problem!

Jo
--------------------------------------------------------------

Anonymous wrote:hmm cant solve this it seems..anybodu with same problem that could figure out the erorr and solved it?

here is all my info:
domain:www.kennethsvensson.com

path to perl :usr/bin/perl

ERRORCODE:
"Cannot create ID file links_id.txt in /home/usr/kenneth/links. Please check your base directory."

LINKSPATHES in my links.pl-file:
# url of script
$cgiurl = "http://www.kennethsvensson.com/cgi-bin/links.pl";

# base url to all link files without trailing "/"
$link_url = "http://www.kennethsvensson.com/links";

# base directory to all link files from the server root without trailing "/"
$base_dir = "/home/usr/kenneth/links";

# default index page of your choice
$index_url = "http://www.kennethsvensson.com/links/ffa-business.html";

# counter log file
$id_count = "links_id.txt";


Environment Variables
CONTENT_LENGTH 134
CONTENT_TYPE application/x-www-form-urlencoded
DOCUMENT_ROOT /home/kenneth/public_html
GATEWAY_INTERFACE CGI/1.1
HTTP_ACCEPT image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, application/x-shockwave-flash, application/vnd.ms-excel, application/vnd.ms-powerpoint, application/msword, application/x-gsarcade-launch, */*
HTTP_ACCEPT_LANGUAGE sv
HTTP_CACHE_CONTROL no-cache
HTTP_CONNECTION Keep-Alive
HTTP_COOKIE phpbb2mysql_data=a%3A2%3A%7Bs%3A11%3A%22autologinid%22%3Bs%3A32%3A%22dcffd4f1f7ea4c0cc6dd03a00c4eabf9%22%3Bs%3A6%3A%22userid%22%3Bi%3A2%3B%7D; phpbb2mysql_data=a%3A0%3A%7B%7D; cprelogin=no
HTTP_HOST www.kennethsvensson.com
HTTP_USER_AGENT Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)
HTTP_XXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
HTTP_XXXXXXXXXXXXXXX XXXXXXXXXXXXX
PATH /usr/local/bin:/usr/bin:/bin
QUERY_STRING
REMOTE_ADDR 213.114.204.132
REMOTE_PORT 4298
REQUEST_METHOD POST
REQUEST_URI /cgi-bin/links.pl
SCRIPT_FILENAME /home/kenneth/public_html/cgi-bin/links.pl
SCRIPT_NAME /cgi-bin/links.pl
SERVER_ADDR 69.93.147.90
SERVER_ADMIN webmaster@kennethsvensson.com
SERVER_NAME www.kennethsvensson.com
SERVER_PORT 80
SERVER_PROTOCOL HTTP/1.1
SERVER_SOFTWARE Apache/1.3.31 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.7 FrontPage/5.0.2.2634a mod_ssl/2.8.18 OpenSSL/0.9.7a
lmf33
Beginner

Joined: 18/01/2004 23:18:34
Messages: 12
Offline

Try this

# url of script
$cgiurl = "http://www.kennethsvensson.com/cgi-bin/links.pl";

# base url to all link files without trailing "/"
$link_url = "http://www.kennethsvensson.com/links";

# base directory to all link files from the server root without trailing "/"
$base_dir = "/home/kenneth/public_html/links";

# default index page of your choice
$index_url = "http://www.kennethsvensson.com/links/ffa-business.html";

# counter log file
$id_count = "links_id.txt";

Change kenneth in your base directory to whatever your user id is to log into your host server with.

This works for me, I dont know if it will for you.
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum