Closed (fixed)
Project:
StarterKit TouchPro demo site
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 May 2012 at 02:54 UTC
Updated:
24 May 2012 at 14:54 UTC
I seem to keep getting multiple lines of the same error when I try to backup my site after a clean install using this starter kit. The error is:
Notice: Undefined index: name in backup_migrate_destination_db_mysql->_get_tables() (line 186 of /public_html/sites/all/modules/backup_migrate/includes/destinations.db.mysql.inc)
I wouldn't mind the error, but it seems that no backups are created which is a big showstopper for me using this awesome starter kit!
Comments
Comment #1
aquaseal commentedIt appears to be a drupal core installation profile bug .... here are the 2 fixes I applied and all is well!
http://www.drupaldeveloper.es/en/Notice-Undefined-index-distribution-nam...
http://www.drupaldeveloper.es/en/Notice-Undefined-index-name-in-system-r...
Comment #2
sylvain_a commentedThere's a problem between Backup and Migrate and the new Drupal 7.14.
See http://drupal.org/node/1558680 for solutions.
Comment #3
aquaseal commented@sylvain_a the updated version of the backup and migrate module, version 7.x-2.3 (which came out today) fixed this issue with druapl 7.14. all is good now :)
Comment #4
jurriaanroelofs commented