Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

mod_perl / warnings

Quote Reply
mod_perl / warnings
Preloading Gossamer Forum modules into mod_perl:
. . . . . . . . . . .
All modules loaded ok!
Compiling all functions ...Ambiguous call resolved as CORE::open(), qualify as such or use & at GT::SQL::File::log line 147.
All modules compiled and loaded ok!


It looks like you have a subroutine called open which is clashing so I guess it needs to be CORE::open

Last edited by:

Paul: Aug 12, 2002, 4:13 PM
Quote Reply
Re: [Paul] mod_perl / warnings In reply to
I have the same problem...
Can the Gossamer Threads staff reply?
Thanks
Max
The one with Mac OS X Server 10.4 :)
Quote Reply
Re: [maxpico] mod_perl / warnings In reply to
This shouldn't be showing up if you are loading only Gossamer Forum into mod_perl, because Gossamer Forum does not use the GT::SQL::File module - are you loading another program, such as Links SQL, as well?

In any event, it is only a warning and won't affect the functionality of the program.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] mod_perl / warnings In reply to
Yes we are loading it with Links SQL.
Max
The one with Mac OS X Server 10.4 :)
Quote Reply
Re: [maxpico] mod_perl / warnings In reply to
Try replacing admin/GT/SQL/File.pm in both Gossamer Forum and Links SQL with the copy attached to this post. It should make the warning disappear.

Jason Rhinelander
Gossamer Threads
jason@gossamer-threads.com
Quote Reply
Re: [Jagerman] mod_perl / warnings In reply to
Thanks it works!!
Max
The one with Mac OS X Server 10.4 :)