Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 1 Add-ons:
error in goforum.cgi after upgrade

 

 


Lionel
User

May 5, 2003, 8:38 PM

Post #1 of 5 (3909 views)
Shortcut
error in goforum.cgi after upgrade Can't Post

I am getting the following with goforum.cgi. Is there any fix?

Undefined subroutine &main::_error called at /var/www/cgi-bin/magazine/exec/artman-db.cgi line 728.


ken_itools
Staff


May 6, 2003, 11:01 AM

Post #2 of 5 (3902 views)
Shortcut
Re: [Lionel] error in goforum.cgi after upgrade [In reply to] Can't Post

This error is caused by the existance of an old filelock.lock directory. Just go into your data directory and delete the filelock.lock directory.
----------
Ken Clarke - YAPG (Yet Another Perl Guy :)

interactivetools.com, inc. 
Tel: (604)689-3347 - Fax: (604)689-3342 - Toll Free: 1(800)752-0455 


Lionel
User

May 6, 2003, 11:42 AM

Post #3 of 5 (3899 views)
Shortcut
Re: [ken] error in goforum.cgi after upgrade [In reply to] Can't Post

I did and am getting this now (new line) and the filelock.lock got recreated

Undefined subroutine &main::_error called at /var/www/cgi-bin/magazine/exec/artman-db.cgi line 732.


(This post was edited by Lionel on May 6, 2003, 11:44 AM)


ken_itools
Staff


May 6, 2003, 12:14 PM

Post #4 of 5 (3893 views)
Shortcut
Re: [Lionel] error in goforum.cgi after upgrade [In reply to] Can't Post

This means for some reason that goforum.cgi is not able to create a new filelock.lock directory. Check the permissions on the directory the script resides in and make sure they allow world writing.
----------
Ken Clarke - YAPG (Yet Another Perl Guy :)

interactivetools.com, inc. 
Tel: (604)689-3347 - Fax: (604)689-3342 - Toll Free: 1(800)752-0455 


Lionel
User

May 6, 2003, 2:36 PM

Post #5 of 5 (3889 views)
Shortcut
Re: [ken] error in goforum.cgi after upgrade [In reply to] Can't Post

filelock.lock is not a directory by me. When I delete it, I get the line 732 message and the file is recreated, chmod 777 and I am back to error line 728