Gossamer Forum
Home : Products : Others : Gossamer Community :

error adding forum application

Quote Reply
error adding forum application
sI try to add the forum application in community and i'm getting the following error:



    Unable to load Gossamer Forum because: GT::SQL (15488): Wrong argument passed to this subroutine. The defs directory '/usr/local/apache/htdocs/directory/cgi-bin/admin/defs' does not exist, or is not a directory at /var/www/vhosts/directory.com/httpdocs/cgi-bin/admin/GForum.pm line 122.
The directory defs does exist and it is a directory

Last edited by:

kevin922: Jun 4, 2007, 8:07 AM
Quote Reply
Re: [kevin922] error adding forum application In reply to
Hi,

It looks like your path should be:

Code:
/var/www/vhosts/directory.com/httpdocs/directory/cgi-bin/admin/defs

..and not:

Code:
/usr/local/apache/htdocs/directory/cgi-bin/admin/defs

Hoipe that helps.

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] error adding forum application In reply to
That would make sense.. where is that directory being defined? All my path's in the setup for both the community and the gforum are correct - so where is that being pulled from?
Quote Reply
Re: [kevin922] error adding forum application In reply to
Hi,

Well, assuming you are adding the application from: Applications > Add Application (in GComm admin area), then the following should work:

Code:
Keyword: gforum
Application: Local/GForum
AutoCreate User: Yes
Location: /var/www/vhosts/directory.com/httpdocs/directory/cgi-bin/admin/defs

Hope that helps.

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!