Closed (fixed)
Project:
media_unique
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
27 Nov 2018 at 23:10 UTC
Updated:
5 Feb 2019 at 02:09 UTC
Jump to comment: Most recent
I installed the module both from the UI and from Drush but it doesn't seem as if the table is being created on a new install. I only had a few minutes to look at the code and it seems that there is no db_create_table except in the function media_unique_update_7000 will this even fire on a new install?
Comments
Comment #2
joseph.olstadHi Christopher, thanks for reporting, I will fix this on the weekend, asap. If you have a patch, please submit.
Comment #3
joseph.olstadone solution might be to call media_unique_update_7000() in the media_unique_install
Comment #4
joseph.olstadComment #5
joseph.olstadI thought I had fixed this but obviously I didn't test it enough, in mine I had added that table after I installed.
it's now a critical table to the design.
Comment #7
joseph.olstadComment #8
joseph.olstadok , try downloading the module again , uninstall and re-install, it should work this time, if not, let me know.
I'll also test this on simplytest.me shortly.
Comment #9
joseph.olstadHi Christopher Riley, this bug is fixed in the latest 7.x-1.x dev release.
see it working here on simplytest.me https://dm7wi.ply.st/media-unique/batch for the next 24 hours, username: admin password: admin
thanks for reporting
Comment #11
joseph.olstadlooks like I did not fix this correctly.
#3027164-6: Using Existing Files (FTP, CKEditor) with Media - Documentation Error?
Comment #13
joseph.olstadthis works for me
cd sites/default;drush dl media_unique -y;drush en media_unique -y;drush sqlc;describe media_unique;Comment #14
joseph.olstad