Gossamer Forum
Quote Reply
error
Hi, this is the errorError Message : fatal error: (Maybe you didn't strip carriage returns after a network transfer?)

Script Location : admin.cgi
Perl Version : 5.00404

Form Variables
I upload all in ASCII
Which is the permission to links.cfg?

Can you help me?
Thanks



Quote Reply
Re: error In reply to
Yep...try again...that error means that you did not cleanly de-compress the files from the .zip file.

De-compress the files again and then upload the files in ASCII mode.

Regards,

Eliot Lee
Quote Reply
Re: error In reply to
I did allthat you said but appearsError including libraries: (Maybe you didn't strip carriage returns after a network transfer?)

Make sure they exist, permissions are set properly, and paths are set correctly.

It is correct

$db_script_path = "./";
$db_dir_url = "http://www.ecoworldwide.com/cgi-bin/admin";

Thanks.


Quote Reply
Re: error In reply to
In Reply To:
strip carriage returns
This error means that there are ^M at the end of lines in your files and means that you did NOT upload them in ASCII mode...

Try again...

Also, you need to set the COMPLETE absolute path for the $db_script_path variable.

Regards,

Eliot Lee
Quote Reply
Re: error In reply to
Maek sure your ftp client is set to ascii mode, NOT auto mode. The carriage return error only means that you didnt upload in ascii. ALL files need to be in ascii

or, you could always just unzip on the unix box, just make sure to use the -a switch

--mark

Installation support is provided via ICQ at UIN# 53788453. I will only respond on that number.
Quote Reply
Re: error In reply to
STThanks. another one , when I try to build appearsCGI ERROR
==========================================
Error Message : unable to open home page: /pages/index.html. Reason: No such file or directory
Script Location : nph-build.cgi
Perl Version : 5.00404

Form Variables

Can you help me?
I must use the icq to ask you?
Thanks.

STOP, I resolved this problem, but when I try to enter to this page appears ERROR 404

look

Building Category Pages . . .
Building Category: Europe
Subcategories: 1
Links: 0
Making Directory (511): './Europe' ...Made. CHMOD (511) ...Done.
Directory: ./Europe
Filename : ./Europe/index.html

Building Category: Europe/Snorkeling
Subcategories: 0
Links: 1
Making Directory (511): './Europe/Snorkeling' ...Made. CHMOD (511) ...Done.
Directory: ./Europe/Snorkeling
Filename : ./Europe/Snorkeling/index.html

Done

Pages Built (2 s)!


When I click over Europe or Europe/Snorkeling appears the error.

Thanks
Quote Reply
Re: error In reply to
Can you help me?

Thanks. I will wait your help.

Quote Reply
Re: error In reply to
Hi I solved all the old problems, I have a new problem whith the email , I configure:
# PATH of sendmail. # SMTP Server
$db_mail_path ='/var/qmail/bin/qmail-inject'; $db_smtp_server = '';

# Email address of the administrator. BE SURE TO SET!
$db_admin_email = 'yalo@movi.com.ar';

# Notify visitors automatically when their links are validated?
$db_email_add = 1;

# Notify visitors automatically when their links are modified?
$db_email_modify = 1;

# Log all outgoing messages? Put the full path to a logfile and make sure it
# exists and is writeable (chmod 666 -rw-rw-rw-). This logfile can get pretty
# big!
$db_mailer_log = '';

1- My ISP is Hypermart
2- It is 1 correct if I want to send mail?

Can you help me . Thanks.


Quote Reply
Re: error In reply to
Code:

./Europe/Snorkeling/index.html


This shows that you have not set the correct path in the $build_root_path variable in your links.cfg file. You should see the absolute path....

Example:

Code:

/absolute/path/to/Europe/Snorkeling/index.html


Regards,

Eliot Lee
Quote Reply
Re: error whith email In reply to
Thanks Eliot, I solved my problen and now another one:

When I use Emailling function , all it is Ok! The owner recives the email, but when I try to add or modify They didnīt recive the email
I configure: PATH of sendmail. # SMTP Server
$db_mail_path ='/var/qmail/bin/qmail-inject'; $db_smtp_server = '';

# Email address of the administrator. BE SURE TO SET!
$db_admin_email = 'yalo@movi.com.ar' ;

# Notify visitors automatically when their links are validated?
$db_email_add = 1;

# Notify visitors automatically when their links are modified?
$db_email_modify = 1;

# Log all outgoing messages? Put the full path to a logfile and make sure it
# exists and is writeable (chmod 666 -rw-rw-rw-). This logfile can get pretty
# big!
$db_mailer_log = '';

Can you help me?
My ISP is Hypermart
Thanks



Quote Reply
Re: error whith email In reply to
In Reply To:
$db_mailer_log = '';
These codes are your problem...

1) You need to change the codes I just provided with the following:

Code:

$db_mailer_log = '/abolute/path/to/cgi-bin/links/admin/links.log';


Change /absolute/path/to/ to your absolute path that you used in the $db_script_path.

2) Then upload a blank file called links.log to your admin directory. Then change the permission of this file to 666 (rw-rw-rw-).

Regards,

Eliot Lee