Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Andy] LSQL 2.1.2 dies on build - unknown method add_reviews

Quote Reply
Re: [Andy] LSQL 2.1.2 dies on build - unknown method add_reviews In reply to
I managed to figure out what caused my misery. It was due to the fact that I manually created/modified .def files. I missed a couple of table names that should have been renamed. I think, as a result, in the end the modules tried to create a table object for that table, but couldn't find the table in the database. In this case, it didn't die with an error or something like that. It just didn't create the object and its methods. So when you try to access the methods, they don't exist, because the object doesn't exist.

As for the tables names in the def files I forgot to rename, they were in the "fk" and "fk_table" sections. I named them appropriately and then everything worked well again ^_^


Sacrifice is not about what you lose,
it is about what you gain in the process.
Subject Author Views Date
Thread LSQL 2.1.2 dies on build - unknown method add_reviews mongoman 6590 Jan 16, 2003, 6:32 AM
Thread BTW- Happens on fresh install and empty DB, too !
mongoman 6393 Jan 16, 2003, 7:18 AM
Post Re: [mongoman] BTW- Happens on fresh install and empty DB, too !
jaltuve 6342 May 24, 2003, 10:08 PM
Thread Re: [mongoman] LSQL 2.1.2 dies on build - unknown method add_reviews
EZFrag 6218 Mar 5, 2010, 12:41 AM
Thread Re: [EZFrag] LSQL 2.1.2 dies on build - unknown method add_reviews
Andy 6161 Mar 5, 2010, 2:43 AM
Post Re: [Andy] LSQL 2.1.2 dies on build - unknown method add_reviews
EZFrag 6124 Mar 14, 2010, 11:55 PM