Gossamer Forum
Home : Products : Gossamer Links : Version 1.x :

Detailed Instructions for Import.pl

Quote Reply
Detailed Instructions for Import.pl
I am trying to convert Links 2.0 to Links SQL, but cannot get either the editor import or the Import.pl script to work. Can anyone provide a step by step process to do so.

Using Import.pl, you just need to put links.db, links.def, categories.db, categories.def, email.db in the setup directory right? I get errors.

Also with the editor version, I added a top line to the links 2.0 db with all the column names but it returns that Name ... etc must not be left blank.

I would appreciate any help. Thanks

Kevin

------------------
http://hostglobal.com
Find your webhost!
Quote Reply
Re: Detailed Instructions for Import.pl In reply to
I got Import to work. I just added
#!/usr/bin/perl

to the top of the script and renamed in Import.cgi

I guess my server only reads .cgi

Kevin