I've installed the 7.x-1.x-dev version after using the 7.x-1.0-alpha1 version.
With 7.x-1.0-alpha1, i was getting errors when deleting a field, even if it wasnt a field using filefield path.
Now I dont get that error, but I get the following error when I create/save an image field for a new content type.
The content I created had a title, a body, an image field, and a radial button field. I recieved the error when saving the settings for the image field when I first created the field. I then went back into the field and edited and changed settings, and saved the changes to the field. I recieved the error again.
The field name is field_testimage
PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'active_updating' in 'field list': INSERT INTO {filefield_paths} (type, field, filepath, filename, active_updating) VALUES (:db_insert_placeholder_0, :db_insert_placeholder_1, :db_insert_placeholder_2, :db_insert_placeholder_3, :db_insert_placeholder_4); Array ( [:db_insert_placeholder_0] => test [:db_insert_placeholder_1] => field_testimage [:db_insert_placeholder_2] => a:4:{s:5:"value";s:0:"";s:7:"tolower";i:0;s:8:"pathauto";i:0;s:13:"transliterate";i:0;} [:db_insert_placeholder_3] => a:4:{s:5:"value";s:59:"[file:ffp-name-only-original].[file:ffp-extension-original]";s:7:"tolower";i:0;s:8:"pathauto";i:0;s:13:"transliterate";i:0;} [:db_insert_placeholder_4] => 0 ) in filefield_paths_form_submit() (line 263 of J:\wamp\www\sites\queenwestartcrawl.com\modules\filefield_paths\filefield_paths.module).
Comments
Comment #1
h0tw1r3 commenteddid you visit /update.php after upgrading?
Comment #2
baby.hack commentedYes, I did run upgrades. Sorry to take so long responding. I gave up and I've reverted back to 7.x-1.0-alpha1. I first disabled the module and went through the database removing any references to the module.
I don't get the error with alpha1 that was getting with dev, and I now no longer get the error when deleting fields, either, which I was getting with alpha1 before.
Comment #3
neRok commentedThis issue refers to the old
filefield_pathstable/schema, which no longer exists in latest beta (currently 4), and hence this problem will no longer be reproducible.