FutureQuest, Inc. FutureQuest, Inc. FutureQuest, Inc.

FutureQuest, Inc.
Go Back   FutureQuest Community > General Site Owner Support (All may read/respond) > General Coding/Development
User Name
Password  Lost PW

Reply
 
Thread Tools Search this Thread Display Modes
Old 04-19-1999, 01:14 PM   Postid: 16367
gwlubin
Visitor

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Feb 1999
Location: london, england
Posts: 182
gossamer threads

48hrs later gossamer is still not working, it started to to work now I am just getting 500, and it is making me crazy.

it there such a thing as a faulty cgi-bin? or is it always paths/permissions?

g/
gwlubin is offline   Reply With Quote
Old 04-19-1999, 03:05 PM   Postid: 16368
Armand
Site Owner
 
Armand's Avatar

Forum Notability:
46 pts: User-friendly
[Post Feedback]
 
Join Date: Nov 1998
Location: Albuquerque, New Mexico
Posts: 813
having just installed it a couple days ago... my first install too (other than an ubb upgrade)... I would say it would be the paths and permissions.

Not that I am huge help but I would imagine you'd have to chmod your whole cgi-bin directory wrong to mess it up no?

worst part for me was the templates and style sheets thing.

[This message has been edited by Armand (edited 04-19-99).]
Armand is offline   Reply With Quote
Old 04-19-1999, 04:32 PM   Postid: 16369
Del
Visitor

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Nov 1998
Location: San Bernardino, CA, USA
Posts: 367
Actually, if there is any file inside the cgi-bin directory, or subdirs of that, which is chmodded any higher than 755 the whole cgi-bin will break.

Here's what always gets me: if you've made any new directories inside your cgi-bin, make sure they're chmodded 755. If they're not, it can 'break' every script in the cgi-bin (happens to me all the time...)

Del
Del is offline   Reply With Quote
Old 04-19-1999, 05:52 PM   Postid: 16370
Armand
Site Owner
 
Armand's Avatar

Forum Notability:
46 pts: User-friendly
[Post Feedback]
 
Join Date: Nov 1998
Location: Albuquerque, New Mexico
Posts: 813
Ah.. leave it to Del to teach us how to break the cgi-bin. ..I'll have to resist the temptation to see if it really does break it.

On the Links thing I managed to even find some attributes within the files to get rid of some things I didn't like about the look of the script, like the fact that the font color of descriptions was coded into script and not templates. Hehe... I'm enjoying this hacking things too much!

Armand is offline   Reply With Quote
Old 04-19-1999, 06:05 PM   Postid: 16371
Justin
Visitor
 
Justin's Avatar

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Jan 1999
Location: Kissimmee, FL
Posts: 3,672
Funny thing is I never play with permissions on scripts or directories other than any special data directories I need... as for cgi-bin subdirectories and scripts, they automagically are at the correct mode when created/uploaded.

Never messed with Gossamer Threads, but since so many people seem to have trouble with it I might just install it and see what's so tricky about it...

------------------
Justin Nelson
FutureQuest Support



Justin is offline   Reply With Quote
Old 04-19-1999, 09:24 PM   Postid: 16372
kteicher
Registered User

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Mar 1999
Posts: 170
Generally with Links there is a config or permissions problem. I just installed it on my site in just a few minutes. Here is the config setup I used:

# Paths and URL's to Important Stuff
# --------------------------------------------------------
# PATH and URL of Admin CGI directory. No Trailing Slash.
$db_script_path = "/big/dom/xyourdomain/cgi-bin/links/admin";
$db_dir_url = "http://yourdomain.com/cgi-bin/links/admin";

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

# PATH and URL of Pages to be built. No Trailing Slash.
$build_root_path = "/big/dom/xyourdomain/www/links";
$build_root_url = "http://yourdomain.com/links";

# PATH and URL of What's New page. No Trailing slash.
$build_new_path = "/big/dom/xyourdomain/www/links/New";
$build_new_url = "$build_root_url/New";

Follow the instructions for the file permissions. Also with the above set up make sure you build a directory called links under the /www directory.

If you need more help let me know, or I would be happy to install it for you.

Keith
http://webmasterexchange.com/links/

[This message has been edited by kteicher (edited 04-19-99).]
kteicher is offline   Reply With Quote
Old 04-20-1999, 08:27 AM   Postid: 16373
Dean B
Site Owner
 
Dean B's Avatar

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Jan 1999
Location: U.K
Posts: 480
Graham,
I keep responding to your emails bud offering to help you out. The offer's there ...



------------------
Regards, Dean.
**DMCity Web Board**
www.dmcity.com/cgi-bin/ubb/Ultimate.cgi




Dean B is offline   Reply With Quote
Old 04-20-1999, 09:17 AM   Postid: 16374
hearts
Visitor
 
hearts's Avatar

Forum Notability:
0 pts:
[Post Feedback]
 
Join Date: Dec 1998
Location: An isolated town in Georgia
Posts: 901
Quote:
it there such a thing as a faulty cgi-bin? or is it always paths/permissions?
I suppose there is a such thing as a "faulty cgi-bin"... HOWEVER, if we are talking about services at FQ --- that answer is NO.

I cannot stress enough, that it is very important to understand your domain structure when installing scripts. Most installations of pre-written scripts fail cuz of ...

1) You set your permissions wrong -- chmodding

2) Your paths are incorrect

What is the exact error message you recieve when running the script? What is the exact error message in your web server's log?

Just take your time, and try again.

-------------
hearts
-----

hearts is offline   Reply With Quote
Old 04-20-1999, 01:33 PM   Postid: 16376
 Deb
FutureQuest, Inc.
 
Deb's Avatar
 
Join Date: Jun 1998
Location: Franktown Colorado
Posts: 6,781
Without a cgi-wrapper anything that is coded to be 777 would not work as 755. But since we do have the cgi-wrapper in place this is what allows files that are normally set at 777 to work as 755 as they should.

Common rule of thumb would be .. if it says set it to 777 and it's supposed to be inside the cgi-bin... set it to 755 and you'll be ok

Deb

[This message has been edited by Deb (edited 04-20-99).]
Deb is offline   Reply With Quote
Old 04-20-1999, 04:22 PM   Postid: 16377
kteicher
Registered User

Forum Notability:
10 pts: User-friendly
[Post Feedback]
 
Join Date: Mar 1999
Posts: 170
I was able to install Links successfully for Graham this morning. He is up and running with no problems. I'm not sure what went wrong with his original install but I did a fresh one and all worked on the first try.

Keith
kteicher is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 visitors)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -4. The time now is 02:26 PM.


Running on vBulletin®
Copyright © 2000 - 2013, Jelsoft Enterprises Ltd.
Hosted & Administrated by FutureQuest, Inc.
Images & content copyright © 1998-2013 FutureQuest, Inc.
FutureQuest, Inc.