FM in Pop-up SQL error
This may be due to migrating from that other app to QP. Not sure what is happening here so I posted here. It occurs in the browse view of the FM in a pop-up but not in the regular Files section browse. Therefore, this must be due to code that is unique to the FM in a pop-up mode. I have yet to look at the code here.
Oh, this is not version 0.0.0; I installed the latest trunk, 05-Jan-2012, so perhaps this is due to a recent change in the branches.
I am not familiar with the FM in a pop-up SQL accesses; I guess I should get familiar. Why are we doing an insert into the database in browse view? Or is it not suppose to be doing an insert and it is trying to insert the file iris_1.jpg and finding it already exists?
Oh, this is not version 0.0.0; I installed the latest trunk, 05-Jan-2012, so perhaps this is due to a recent change in the branches.
- Code: Select all
MySQL error!
Duplicate entry 'collection-2-Iris_1.jpg' for key 2(Errno=1062)
Your query: DataObject::dbinsert()
INSERT INTO secret_corners_blog_files (file_root_type, file_root_ID, file_path)
VALUES ('collection', 2, 'Iris_1.jpg')
I am not familiar with the FM in a pop-up SQL accesses; I guess I should get familiar. Why are we doing an insert into the database in browse view? Or is it not suppose to be doing an insert and it is trying to insert the file iris_1.jpg and finding it already exists?
-
Kimberly
Dracone
- Posts: 842
- Joined: Mon Jul 19, 2010 4:44 pm