Jump to:
| Project: | Media Mover |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
After submitting issue #[893164] for this same 2.x dev version, I tried to roll back to the 1.x dev version and further to the 1.0-beta7 version, but both rollbacks resulted in the user warning message mentioned in this post title. removing MM modules Updating database didn't help, deleting MM tables helped but reinstalling any version of MM results in the same user warning message:
user warning: Table 'mysite.media_mover_config_list' doesn't exist query: SELECT * FROM media_mover_config_list mmcl WHERE mmcl.status != 'disabled' in /public_html/sites/all/modules/media_mover/media_mover_api.module on line 1215.
And line 1215 in media_mover_api.module is:
$results = db_query("SELECT * FROM {media_mover_config_list} mmcl WHERE mmcl.status != 'disabled'");
Please check this out, I am now apparently in the situation that I cannot properly install ANY version of MM without this user warning.
Comments
#1
The 2.x branch does not roll back to the 1.x. Please note the disclaimer on the project page:
Media Mover 2
Media Mover 2 is nearing an alpha release. It extends the current Media Mover functionality in several ways, the most important one being unlimited actions per configuration. You can download it from CVS. Note that there is no upgrade path at present. Currently this version is for development only. Please do not use it unless you are ready to provide patches for your bug reports. Thanks.
If you need to totally clear your db of 2.x configuration, drop all the MM tables and delete all variables that start with mm_ or media_mover_
#2
I get an error about missing table after upgrading (media_mover_server_list i think)... I then installed 2.0 deleted all media_mover* and mm_*, cache_media_mover tables and variables starting with that in variable table... So basically reinstalled it and get error about another missing table...
"Table 'smoministries.media_mover_configurations' doesn't exist query: SELECT cid FROM media_mover_configurations mmc WHERE mmc.status = "enabled" in /home/smoministries/smoministries.us/sites/all/modules/media_mover/media_mover_api.module on line 623."
But i see in the install instructions/upgrade function in the .install file that this table shouldn't exist...
I dont even think drupal_install_schema('media_mover_api'); ran as that table isnt there when I just install that 1 module
#3
Can you try installing from scratch- eg: no record of media mover in the system table?
#4
There were entries in there for media mover:
I deleted and seems like tables are now correctly reinstalling.
Thanks arthurf!
Let you know know if I need help or have problems with the setup.
#5
Closing for now