Hello all,
We just did a fresh install of Backup and Migrate. Looks like a fantastic module. We had to manually upload as there was some sort of permissions based issue preventing the auto install from the Modules control panel. Upon module upload, and trying to activate the new module, we're presented with the following error string. The module is then checkmarked as in it was activated, however, we do not see the module appearing in Configuration>System>Backup and Migrate. It seems something is preventing the module from completely activating, due to the error.

Can anyone make any sense of this? Is it a permissions issue, and if so, I'm wondering what file exactly.

PDOException: SQLSTATE[HY000]: General error: 3 Error writing file './ourcompanyinc/main_backup_migrate_profiles.frm' (Errcode: 28): CREATE TABLE {backup_migrate_profiles} ( `profile_id` INT unsigned NOT NULL auto_increment COMMENT 'Primary ID field for the table. Not used for anything except internal lookups.', `machine_name` VARCHAR(255) NOT NULL DEFAULT '0' COMMENT 'The primary identifier for a profile.', `name` VARCHAR(255) NOT NULL COMMENT 'The name of the profile.', `filename` VARCHAR(255) NOT NULL COMMENT 'The name of the profile.', `append_timestamp` TINYINT unsigned NOT NULL DEFAULT 0 COMMENT 'Append a timestamp to the filename.', `timestamp_format` VARCHAR(14) NOT NULL COMMENT 'The format of the timestamp.', `filters` TEXT NOT NULL COMMENT 'The filter settings for the profile.', PRIMARY KEY (`profile_id`) ) ENGINE = InnoDB DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci; Array ( ) in db_create_table() (line 2720 of /usr/share/ourcompanyinc/includes/database/database.inc).

Thank you!

Comments

couturier’s picture

Status: Active » Closed (cannot reproduce)

I think you'll find many problems resolved with newer versions of the module, especially for D8 going forward.