Gossamer Forum
Quote Reply
Setup Error
just for info
I installed php links sql.
and i got this error when I "build all"
A fatal error has occured:GT::SQL (2983): File '/home/public_html/esc/sql/cgi/admin/defs/links_Reviews.def' does not exist or the permissions are set incorrectly at /home/public_html/esc/sql/cgi/admin/Links/Link.pm line 377.
Please enable debugging in setup for more details.
Quote Reply
Re: [Code07] Setup Error In reply to
Well did you check if it existed and permissions were correct?
Quote Reply
Re: [PaulW] Setup Error In reply to
I check to see if it existed and it did not.
When it said to check the permission of the Links.pm is it referring to chmod permissions?
If so I did not check that and if it is chmod should it be 777?
Quote Reply
Re: [Code07] Setup Error In reply to
Hi,

No it is referring to the def file not Link.pm

>>the permissions are set incorrectly at /home/public_html/esc/sql/cgi/admin/Links/Link.pm line 377.
<<

I know that looks like it is referrring to Link.pm permissions but it just means the error was detected whilst running code in Link.pm

You need to make sure your defs directory is 777 and then resync the database.

Also make sure the prefix's for the defs are correct.

If that doesn't fix it you'll need to put the reviews def back in there from the original tar.

Last edited by:

PaulW: Dec 10, 2001, 5:11 AM
Quote Reply
Re: [PaulW] Setup Error In reply to
Thanks for your help.