Closed (fixed)
Project:
Preset
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jan 2011 at 00:01 UTC
Updated:
23 Feb 2011 at 17:50 UTC
I am using 'Preset 7.x-1.x-dev (2010-Nov-12)' in combination with 'Drupal core (2011-Jan-05)' and about 70 additional modules in a very stable development environment - Ubuntu Lynx VMWare virtual machine.
Although I could install a preset once for 'MediaFront 7.x-1.x-dev (2011-Jan-14)', this doesn't work any longer. After clicking on the existing preset ('edit'), I get following error message:
PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'foo.services_keys' doesn't exist: SELECT s.* FROM {services_keys} s; Array ( ) in osmplayer_player_settings_form() (Zeile 647 von /var/www/drupal7/sites/all/modules/mediafront/players/osmplayer/osmplayer.module).
What stands out here is the 'services_keys' table! It does NOT exist ... and reminds me (the name) on the module 'Services 7.x-3.x-dev (2011-Jan-10)', which I have installed as well.
Comments
Comment #1
dbt102 commentedI've the same problem,
"PDOException: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'd7.services_keys' doesn't exist: SELECT s.* FROM {services_keys} s; Array ( ) in osmplayer_player_settings_form() (line 653 of /Users/xxxxxx/Sites/drupal-7.0-rc1/sites/all/modules/mediafront/players/osmplayer/osmplayer.module).
I get this when I select the 'next' button after completing the 'Preset Information' . I expect it to take me to the next page which "...should show me a live preview of what I'm doing..." (as per http://www.mediafront.org/drupalconsf BOF presentation #3 on "The Administrator Interface"
However, when I go back to http://d7.localhost:8082/video#overlay=admin/structure/presets/mediafront the presets are added, but if I try and 'edit' then I get the same error message again.
Comment #2
Blooniverse commented... any developments so far? In the meantime I am using Preset in combination with 'MediaFront 7.x-1.x-dev (2011-Jan-28)' -- but the error described above remains.
Comment #3
dbt102 commentedSounds like this preset module has been deprecated. See...
http://drupal.org/node/870312#comment-4021214
Comment #4
Blooniverse commentedOkay. Thank you for this info ('Preset module deprecated')!