Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Update from v2.0.2 to v3.4.0RC4
#12
(11-28-2012, 05:44 PM)John_k22 Wrote: Hi Uwe, input the line and got th following message

Code:
(mysql): INSERT INTO tblDocuments (name, comment, date, expires, owner, folder, folderList, inheritAccess, defaultAccess, locked, keywords, sequence) VALUES ('ddd', '', 1354103919, 0, 1, 1,':1:', 1, 2, -1, '', 1)
(mysql): SELECT LAST_INSERT_ID()
(mysql): SELECT * FROM tblDocuments WHERE id = 3
(mysql): SELECT * FROM tblDocumentLocks WHERE document = 3
(mysql): INSERT INTO tblDocumentContent (document, version, comment, date, createdBy, dir, orgFileName, fileType, mimeType) VALUES (3, 1,'', 1354103919, 1, '3/', 'Neu Textdokument (5).txt', '.txt', 'text/plain')
(mysql): DELETE FROM tblDocuments WHERE id = 3

John
The last insert statement must be the problem. Can you take you favorite mysql client and execute it. The statements looks right but somethink must go wrong, so maybe you get an error message when executing it on its own.

Uwe
Reply


Messages In This Thread
Update from v2.0.2 to v3.4.0RC4 - by John_k22 - 11-25-2012, 07:04 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)