Gossamer Forum
Home : Products : Links 2.0 : Discussions :

CGI ERROR! Help!

Quote Reply
CGI ERROR! Help!
I'm getting this error when i try buidling the page. Any ideas on how to fix it?



CGI ERROR
==========================================
Error Message : unable to open temp links database: /home/ace/public_html/cgi-bin/links/admin/data/links.db.bak. Reason: Permission deniedScript Location : /home/ace/public_html/cgi-bin/links/admin/nph-build.cgi
Perl Version : 5.006001
Quote Reply
Re: [MadCool] CGI ERROR! Help! In reply to
Have a look through these results...

http://www.gossamer-threads.com/..._username=&mh=50
Quote Reply
Re: [MadCool] CGI ERROR! Help! In reply to
Is your cgi-bin actually inside the public_html directory? Possibly. But seems it should not be, but your path should look like this (defined in links.def):

/home/ace/cgi-bin/links/admin/data


Leonard
aka PerlFlunkie
Quote Reply
Re: [MadCool] CGI ERROR! Help! In reply to
Is your data folder CHMODed to 777? Should be as simple as that...

Cheers

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: [Andy] CGI ERROR! Help! In reply to
In Reply To:
Is your data folder CHMODed to 777? Should be as simple as that...

Cheers


Bingo! That worked. Thanks!