> Unable to execute query in getQuery: insert into textblocks > (id, language, > textitem) values (max(id)+1, 'en', '') > Error: Unknown column 'textitem' in 'field list' I daresay that your table "textblocks" doesn't have a column called "textitem". Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
- [PHP] How to find out which function caused an error Justin Finkelstein
- Re: [PHP] How to find out which function caused an... Tyler Longren
- Re: [PHP] How to find out which function cause... Justin Finkelstein
- [PHP] Re: How to find out which function caused an... Richard Lynch
- Re: [PHP] How to find out which function caused an... Jason Murray
- Re: [PHP] How to find out which function cause... Justin Finkelstein