Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Can you help me?

Quote Reply
Can you help me?
Itīs solutionated the problem about auto set atribute file to 644 instead 666 thank to Eliot!

However i have the same problem commented at
http://www.gossamer-threads.com/scripts/forum/resources/Forum11/HTML/001583.html

Please visit my page at http://lacorredera.netfirms.com

I can to modify a register in a "Modify a site", try to modify de url "http://www.limbo.com" and enter new information, title, url, etc.., you will see it go all right. But if you try to add a site from the web the server return the same page and not another register is enter. Even not advice the field not inserted on obligatory boxes.

This is very strange because you can to add a register at the admin.cgi.
http://lacorredera.netfirms.com/cgi-bin/links/admin/admin.cgi

Try add new site a feel free to do all you want to verify. Validate the link and you will see the link is added.

I put full absolute path on field but nothing.

Another problem is a have a error using agent parallel, you can to see the error at the admin.cgi at http://lacorredera.netfirms.com/cgi-bin/links/admin/admin.cgi

I checked for full path but the problem continue.

This error is shown at "Verifying Link"
--------------------------------------------
Verifying Links
Link checking started at: Wed Jan 12 10:55:44 2000
--------------------------------------------------------
Unable to load Parallel User Checker. System Error:
--
Can't locate HTTP/Request.pm in @INC (@INC contains: /web/space/d01/sec/s21/U0000c1Y/cgi-bin/links/admin /usr/lib/perl5/5.00503/i686-linux /usr/lib/perl5/5.00503 /usr/lib/perl5/site_perl/5.005/i686-linux /usr/lib/perl5/site_perl/5.005 .) at /web/space/d01/sec/s21/U0000c1Y/cgi-bin/links/admin/Validator.pm line 23.
BEGIN failed--compilation aborted at /web/space/d01/sec/s21/U0000c1Y/cgi-bin/links/admin/Validator.pm line 23.
--
Using IO::Socket method instead.

--------------------------------------------------------
Checked 1 - Success (200). Message: OK 200. URL: http://www.limbo.com

Took: 0 seconds to check 1 links.

Bad Link Summary
-----------------------------------------------

-----------------------------------------------

Good Links: 1
Bad Links :

Thank to read this! Smile

Regards
Quote Reply
Re: Can you help me? In reply to
Please post one problem at a time. It is hard to address multiple issues in one Thread at a time.

Since you are still getting the Installation of your LINKS to work, I would recommend keeping your Threads in the Installation Forum, until everything within the original LINKS scripts functions properly. Then you can move on to post general questions and enhancement IDEAS in the Discussion Forum. Then you can also post messages about code hacking and modifications to the script in terms of OFFICIAL and unofficial MODS in the Modification Forum.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------




Quote Reply
Re: Can you help me? In reply to
I understand Eliot, but when nothing can be solve this problem it can be solve on discussion foro because i have the correct instalation and i want to share for those people have the same problem.


Anybody can help me??

Wink

Regards
Quote Reply
Re: Can you help me? In reply to
After looking at your add form, I have found the problem, which is the following:

Code:
<input type="SUBMIT" value="Add Resource">

You need to include the name attribute to this code:

Code:
<input type="SUBMIT" name="process_form" value="Add Resource">

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------