Skip navigation

Platform not loading correct module info

Help

Platform not loading correct module info

Hi,

I have been having trouble migrating a platform as the new platform is picking up the wrong information on the File Entity even tho its in the platform and has a correct file version number in the .info file. I have tried different versions and adding the module manually instad of using a make file.

Does anybody have any ideas?

I have attached a screen shot and the make file text.

Cheers

// Make File text

; Make File Info core = 7.x api = 2

; Pressflow projects[pressflow][type] = "core" projects[pressflow][download][type] = "git" projects[pressflow][download][url] = "https://github.com/pressflow/7.git"

; Core Modules projects[admin_theme] = 1.0 projects[auto_nodetitle] = 1.0 projects[autoassignrole] = 1.x-dev projects[backup_migrate] = 2.4 projects[campaignmonitor] = 1.0-rc1 projects[chart] = 1.1 projects[conditional_fields] = 3.x-dev projects[css3pie] = 2.1 projects[ctools] = 1.0 projects[cookiecontrol] = 1.5 projects[entity] = 1.0-rc3 projects[expire] = 1.0-alpha3 projects[fb_social] = 2.0-beta4 projects[features] = 1.0-rc3 projects[field_group] = 1.1 projects[file_entity] = 2.0-unstable5 projects[fontyourface] = 2.3 projects[globalredirect] = 1.5 projects[google_analytics] = 1.2 projects[google_analytics_reports] = 1.1 projects[ie6update] = 1.0 projects[imagemagick] = 1.0-alpha2 projects[libraries] = 1.0 projects[lightbox2] = 1.0-beta1 projects[login_destination] = 1.0 projects[media] = 1.1 projects[menu_admin_per_menu] = 1.0 projects[menu_block] = 2.3 projects[menu_position] = 1.1 projects[masquerade] = 1.0-rc4 projects[metatags_quick] = 2.5 projects[mollom] = 2.1 projects[nodeformsettings] = 2.x-dev projects[oauth] = 3.0 projects[oembed] = 0.1-beta2 projects[override_node_options] = 1.12 projects[page_title] = 2.7 projects[pathauto] = 1.1 projects[purge] = 1.5-rc1 projects[redirect] = 1.0-beta4 projects[roleassign] = 1.0-rc1 projects[role_delegation] = 1.1 projects[stringoverrides] = 1.8 projects[strongarm] = 2.0 projects[token] = 1.1 projects[twitter] = 3.1 projects[views] = 3.3 projects[views_php] = 1.x-dev projects[views_slideshow] = 3.0 projects[webform] = 3.18 projects[weight] = 2.0 projects[xmlsitemap] = 2.0-rc1

; jQuery UI module & library projects[jquery_update]= 2.2

; CKEditor projects[ckeditor] = 1.9 libraries[ckeditor][download][type] = "get" libraries[ckeditor][download][url] = "http://download.cksource.com/CKEditor/CKEditor/CKEditor%203.6.3/ckeditor_3.6.3.zip" libraries[ckeditor][destination] = "modules/ckeditor/ckeditor"

; CSS3PIE libraries[css3pie][download][type] = "git" libraries[css3pie][download][url] = "https://github.com/lojjic/PIE.git" libraries[css3pie][directory_name] = "PIE" libraries[css3pie][destination] = "libraries"

PreviewAttachmentSize
screen_shot_2012-07-08_at_13.53.24.png
screen_shot_2012-07-08_at_13.53.24.png32.65 KB

#1

It's the database schema version of file_entity. 7104 vs 7100 would be a downgrade.

Was this file_entity included by another module? as http://drupal.org/node/1212874/release does not show such a release.

#2

HI,

Cheers for taking a look, the issue has been fixed by changing the schema in the DB then migrating to a new platform which updated the number correctly.

Cheers

Need help?

Discussion

The discussion area lets your team communicate by posting updates and discussing issues. It is a great place for sharing progress, discussing challenges, and exploring ideas.