Uploads image, but no cropping mechanism
| Project: | Imagefield Crop |
| Version: | 6.x-1.0-beta3 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
This was working great, we used the field type in several content types and inserted our content. Now I return to the project some weeks later and find I cannot crop any pics in any content types.
This applies to both adding and editing, in firefox 3.5.2 and IE 8.
The image uploads fine, but no cropping area or handles appear anywhere.
The log shows this php error each time I upload an image to crop:
Duplicate entry '2667' for key 1 query: INSERT INTO filefield_meta (fid, width, height, duration, audio_format, audio_sample_rate, audio_channel_mode, audio_bitrate, audio_bitrate_mode) VALUES (2667, 1152, 864, 0, '', 0, '', 0, '') in /var/www/oursite/includes/common.inc on line 3436.Each error references the line 3436.
We do not use any audio content in our site, don't know what those fields are for? We have an embeddable video field but that's just an embed code to display videos from youtube.
Any and all help is much appreciated, this is a real bummer for the nontechnical client. Mochas Gracias in advance.

#1
Problem solved, noticed ajax was disabled on all pages. Turned out to be problem with upgraded admin menu dropdown module. Once we deleted that life returned to perfection.