Gossamer Forum
Home : Products : Gossamer Forum : Discussion :

Re: [Jagerman] FATAL Error

Quote Reply
Re: [Jagerman] FATAL Error In reply to
Hi,

Got the same problem. From what I can see, it looks like its to do with some weird charachter in gforum_Post.def:

Code:
'subclass' => {
'html' => {},
'relation' => {
'gforum_Post�User' => 'GForum::Relation::PostUser'
},
'table' => {
'gforum_Post' => 'GForum::Table::Post'
}
},


Changing this
Code:
'subclass' => {
'html' => {},
'relation' => {
'gforum_PostUser' => 'GForum::Relation::PostUser'
},
'table' => {
'gforum_Post' => 'GForum::Table::Post'
}
},

..doesn't seem to fix the error either :/

Any ideas?

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!
Subject Author Views Date
Thread FATAL Error JoeMark 4776 Mar 21, 2004, 4:12 AM
Post Re: [JoeMark] FATAL Error
JoeMark 4630 Mar 25, 2004, 3:38 AM
Thread Re: [JoeMark] FATAL Error
Jagerman 4628 Mar 25, 2004, 10:29 AM
Post Re: [Jagerman] FATAL Error
Andy 3826 Apr 15, 2009, 6:47 AM