Gossamer Forum
Home : Products : Links 2.0 : Installation -- Unix :

Build Difficulties

Quote Reply
Build Difficulties
Greetings!

I am having the following problem:
Building What's New Page . . .

CGI ERROR
==========================================
Error Message : unable to open what's new page: /home/kemetonline/www/links2
/New/index.html. Reason: No such file or directory
Script Location : nph-build.cgi
Perl Version : 5.00404

===============
I have checked that /New/index.html exist
And that permissions on /New are 777 (also tried 666)
and index.html is 666 and that the path is correct

Suggestions?
Quote Reply
Re: [kemetonline] Build Difficulties In reply to
Crazy Hello again...

Having read Eliots post in another thread I tried chamging *-path in links2.cfg to the complete path to place where files are built and changed all directories and files there to 777



I get "unable to open file completepath/New/index.html



Suggestions greatly appreciated

Renee


Quote Reply
Re: [kemetonline] Build Difficulties In reply to
Quote:
I get "unable to open file completepath/New/index.html


Is that the exact error you got or did you comment out your real path?

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [AndyNewby] Build Difficulties In reply to
Seriously, I can't understand why you folks hide your paths. Showing your path is very useless to the thousands of users here who do NOT have your user name and password, NOR are on the same server as you. In fact, masking paths often makes solving configuration issues imposible for us. Have a little trust.

--Philip
Links 2.0 moderator
Quote Reply
Re: [ThatPerson1024] Build Difficulties In reply to
It was kinda given away in the first post :)

/home/kemetonline/www/links2/New/index.html.
Quote Reply
Re: [RedRum] Build Difficulties In reply to
 
Hi guys!

Sorry about the short hand in the second post. I really was not hiding anything heh

Here is the actual error:

Building What's New Page . . .

CGI ERROR
==========================================
Error Message : unable to open what's new page:
home/kemetonline/www/links2/New/index.html. Reason: No such file or directory
Script Location : nph-build.cgi
Perl Version : 5.00404

Thanks again
Renee


Quote Reply
Re: [AndyNewby] Build Difficulties In reply to
chuckling... Andy

Here is my config file paths:

Paths and URL's to Important Stuff
# --------------------------------------------------------
# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/home/kemetonline/www/cgi-bin/links2/admin";
$db_dir_url = "http://www.kemetonline.com/cgi-bin/links2/admin";

# URL of User CGI directory. No Trailing Slash.
$db_cgi_url = "http://www.kemetonline.com/cgi-bin/links2";

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/home/kemetonline/www/links2";

$build_root_url = "http://www.kemetonline.com/links2";

# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "$/home/kemetonline/www/links2/New";
$build_new_url = "$build_root_url/New";

here are the directories and permissions:
NEW directory:
drwxrwxrwx 2 kemetonl kemetonl 1024 Dec 31 22:43 New/

charcoal:~/www/links2/New$ ls -la
total 3
drwxrwxrwx 2 kemetonl kemetonl 1024 Dec 31 22:43 ./
drwxrwxrwx 5 kemetonl kemetonl 1024 Jan 1 23:16 ../
-rwxrwxrwx 1 kemetonl kemetonl 2 Jan 1 01:00 index.html

Links2 Directory
charcoal:~/www/cgi-bin/links2$ ls -la
total 43
drwxr-xr-x 3 kemetonl kemetonl 1024 Dec 29 22:40 ./
drwxr-xr-x 20 kemetonl kemetonl 1024 Jan 1 16:12 ../
-rwxr-xr-x 1 kemetonl kemetonl 6088 Dec 29 22:38 add.cgi*
drwxr-xr-x 5 kemetonl kemetonl 1024 Jan 1 14:46 admin/
-rwxr-xr-x 1 kemetonl kemetonl 4879 Dec 29 22:38 jump.cgi*
-rwxr-xr-x 1 kemetonl kemetonl 6894 Dec 2922:38 modify.cgi*
-rwxr-xr-x 1 kemetonl kemetonl 4218 Dec 29 22:38 rate.cgi*
-rwxr-xr-x 1 kemetonl kemetonl 11672 Dec 29 22:38 search.cgi*
-rwxr-xr-x 1 kemetonl kemetonl 4813 Dec 29 22:38 subscribe.cgi*
charcoal:~/www/cgi-bin/links2$

ADMIN
drwxr-xr-x 5 kemetonl kemetonl 1024 Jan 1 14:46 ./
drwxr-xr-x 3 kemetonl kemetonl 1024 Dec 29 22:40 ../
-rw-r--r-- 1 kemetonl kemetonl 158 Jan 1 14:46 .htaccess
-rw-r--r-- 1 kemetonl kemetonl 18 Jan 1 14:46 .htpasswd
-rw-rw-rw- 1 kemetonl kemetonl 11924 Dec 29 22:41 Mailer.pm
-rw-rw-rw- 1 kemetonl kemetonl 4526 Dec 29 22:41 Template.pm
-rwxr-xr-x 1 kemetonl kemetonl 5887 Dec 29 22:41 admin.cgi*
-rwxr-xr-x 1 kemetonl kemetonl 71023 Dec 29 22:41 admin_html.pl*
drwxrwxr-x 2 kemetonl kemetonl 1024 Jan 2 10:13 backup/
-rw-r--r-- 1 kemetonl kemetonl 3119 Dec 29 22:41 category.def
drwxrwxrwx 4 kemetonl kemetonl 1024 Jan 2 10:13 data/
-rwxr-xr-x 1 kemetonl kemetonl 37893 Dec 29 22:41 db.pl*
-rwxr-xr-x 1 kemetonl kemetonl 23352 Dec 29 22:41 db_utils.pl*
-rw-r--r-- 1 kemetonl kemetonl 10466 Jan 1 23:14 links.cfg
-rw-r--r-- 1 kemetonl kemetonl 4670 Dec 29 22:41 links.def
-rwxr-xr-x 1 kemetonl kemetonl 47840 Dec 31 22:10 nph-build.cgi*
-rwxr-xr-x 1 kemetonl kemetonl 47834 Dec 31 19:58 nph-build.cgiold*
-rwxr-xr-x 1 kemetonl kemetonl 7489 Dec 29 22:41 nph-email.cgi*
-rwxr-xr-x 1 kemetonl kemetonl 7809 Dec 29 22:41 nph-verify.cgi*
-rwxr-xr-x 1 kemetonl kemetonl 37115 Dec 29 22:41 site_html.pl*
-rwxr-xr-x 1 kemetonl kemetonl 16547 Dec 31 20:17 site_html_templates.pl*
drwxr-xr-x 2 kemetonl kemetonl 1024 Dec 30 19:18 templates

Sly
Quote Reply
Re: [kemetonline] Build Difficulties In reply to
We never have enough of them, but try to get rid of the $ sign:

$build_new_path = "$/home/kemetonline/www/links2/New";

It should be:

$build_new_path = "$build_root_path/New";
$build_new_url = "$build_root_url/New";

Last edited by:

Tho:mas: Jan 2, 2002, 8:54 AM
Quote Reply
Re: [Tho:mas] Build Difficulties In reply to
I received the following message:
<<Building What's New Page . . .
New Links for 29-Dec-2001: 1
Total New Links: 1
Done>>

Cool

THank you Thank you!

Renee
Quote Reply
Re: [kemetonline] Build Difficulties In reply to
You're welcome. Btw, your page is very interesting! Smile
Quote Reply
Re: [Tho:mas] Build Difficulties In reply to
Thanks. Our forums are hoping!
I'm excited to get this thing off the ground...
Now all I need is some mods :)

Take Care
Renee
Quote Reply
Re: [kemetonline] Build Difficulties In reply to
hehe... I didn't read the whole post. I always jumpt o the last post and figured Andy was paying attention. I won't do that anymore.

--Philip
Links 2.0 moderator