You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plugin install fails.
Installing normally from CP. Then installation fails:
Install Craft with composer 1.8.0 on a MacPro HighSierra 10.13.4
After installation (All Ok) directly go to Plugin Store / Enupal Backup / Install
Installation failed.
This is the 2nd error I get.
Ive tried do the same in another Mac with Yosemite.
Same error.
Database Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'settings' in 'field list'
The SQL being executed was: UPDATE plugins SET settings='{"compressWithBz2":1,"pluginNameOverride":null,"backupsAmount":5,"deleteLocalBackupAfterUpload":false,"enableDatabase":true,"excludeData":"assetindexdata, assettransformindex, cache, sessions, templatecaches, templatecachecriteria, templatecacheelements","enableTemplates":false,"excludeTemplates":"","enableConfigFiles":false,"excludeConfigFiles":"cpresources,","enableLogs":false,"excludeLogs":"enupalbackup,","enableWebFolder":false,"excludeWebFolder":"cpresources,","enableLocalVolumes":false,"volumes":null,"enableDropbox":false,"dropboxToken":null,"dropboxPath":"\/enupalbackup\/","enableGoogleDrive":false,"googleDriveClientId":null,"googleDriveClientSecret":null,"googleDriveFolder":"enupalbackup\/","enableAmazon":false,"amazonKey":null,"amazonSecret":null,"amazonBucket":null,"amazonRegion":null,"amazonPath":"\/enupalbackup\/","amazonUseMultiPartUpload":false,"enableFtp":false,"ftpType":"ftp","ftpHost":null,"ftpUser":null,"ftpPassword":null,"ftpPath":"enupalbackup\/","enableSos":false,"sosUser":null,"sosSecret":null,"sosHost":null,"sosContainer":null,"sosPath":"\/enupalbackup\/","enablePathToTar":false,"pathToTar":null,"enablePathToPhp":null,"pathToPhp":null,"enablePathToMysqldump":false,"pathToMysqldump":null,"enablePathToOpenssl":false,"pathToOpenssl":null,"enablePathToPgdump":false,"pathToPgdump":null,"enableWebhook":false,"webhookSecretKey":null,"enableOpenssl":false,"opensslPassword":null,"enableNotification":false,"emailTemplateOverride":null,"notificationSubject":null,"notificationRecipients":null,"notificationSenderName":null,"notificationSenderEmail":null,"notificationReplyToEmail":null,"maxExecutionTime":3600,"primarySiteUrl":"$DEFAULT_SITE_URL"}', dateUpdated='2019-01-22 20:05:45' WHERE handle='enupal-backup'
Steps to reproduce
1.Install Craft withcomposer
2.Plugin Store / Enupal Backup / install
Additional info
Craft version: (currently downloaded with composer by default)
PHP version: 7.2.1
Database driver & version: MySql 5.6.38
Plugin version: (default downloaded in CP)
The text was updated successfully, but these errors were encountered:
Description
Plugin install fails.
Installing normally from CP. Then installation fails:
Install Craft with composer 1.8.0 on a MacPro HighSierra 10.13.4
After installation (All Ok) directly go to Plugin Store / Enupal Backup / Install
Installation failed.
This is the 2nd error I get.
Ive tried do the same in another Mac with Yosemite.
Same error.
Database Exception: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'settings' in 'field list'
The SQL being executed was: UPDATE plugins SET settings='{"compressWithBz2":1,"pluginNameOverride":null,"backupsAmount":5,"deleteLocalBackupAfterUpload":false,"enableDatabase":true,"excludeData":"assetindexdata, assettransformindex, cache, sessions, templatecaches, templatecachecriteria, templatecacheelements","enableTemplates":false,"excludeTemplates":"","enableConfigFiles":false,"excludeConfigFiles":"cpresources,","enableLogs":false,"excludeLogs":"enupalbackup,","enableWebFolder":false,"excludeWebFolder":"cpresources,","enableLocalVolumes":false,"volumes":null,"enableDropbox":false,"dropboxToken":null,"dropboxPath":"\/enupalbackup\/","enableGoogleDrive":false,"googleDriveClientId":null,"googleDriveClientSecret":null,"googleDriveFolder":"enupalbackup\/","enableAmazon":false,"amazonKey":null,"amazonSecret":null,"amazonBucket":null,"amazonRegion":null,"amazonPath":"\/enupalbackup\/","amazonUseMultiPartUpload":false,"enableFtp":false,"ftpType":"ftp","ftpHost":null,"ftpUser":null,"ftpPassword":null,"ftpPath":"enupalbackup\/","enableSos":false,"sosUser":null,"sosSecret":null,"sosHost":null,"sosContainer":null,"sosPath":"\/enupalbackup\/","enablePathToTar":false,"pathToTar":null,"enablePathToPhp":null,"pathToPhp":null,"enablePathToMysqldump":false,"pathToMysqldump":null,"enablePathToOpenssl":false,"pathToOpenssl":null,"enablePathToPgdump":false,"pathToPgdump":null,"enableWebhook":false,"webhookSecretKey":null,"enableOpenssl":false,"opensslPassword":null,"enableNotification":false,"emailTemplateOverride":null,"notificationSubject":null,"notificationRecipients":null,"notificationSenderName":null,"notificationSenderEmail":null,"notificationReplyToEmail":null,"maxExecutionTime":3600,"primarySiteUrl":"$DEFAULT_SITE_URL"}', dateUpdated='2019-01-22 20:05:45' WHERE handle='enupal-backup'
Steps to reproduce
1.Install Craft withcomposer
2.Plugin Store / Enupal Backup / install
Additional info
The text was updated successfully, but these errors were encountered: