Category Menu - SQL Error

3 posts by 2 authors in: Forums > CMS Builder
Last Post: December 22, 2008   (RSS)

I created a section editor called "Demo" (see attached 'demo.ini.php' file). When I try to add a record, I get the following SQL error:

"MySQL Error: Unknown column 'name' in 'field list'."

I have no reference to a field named "name" anywhere in the schema file. I tried to manually change the table by adding a field named 'name" and it worked. However, when I removed it, I could no longer edit the existing record as it gave me the same error.

Any ideas? Looks like a bug to me!
--
Ragi Sekaly

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke
Attachments:

demo-ini_001.php 2K

Re: [Dave] Category Menu - SQL Error

Dave: All I did was create a category menu and renamed "name" to "title" and removed "content".

Now that I understand why, its not an issue, as the only person who sees the db and the code is me!

Thanx for explaining this Dave!
--
Ragi Sekaly

"Any sufficiently advanced technology
is indistinguishable from magic."
........Arthur C. Clarke