Skip to content

Instantly share code, notes, and snippets.

View testvtigercrm123's full-sized avatar

testvtigercrm123

View GitHub Profile
@testvtigercrm123
testvtigercrm123 / error_certbot.md
Created July 31, 2018 14:00
letsencrypt full log
2018-07-30 09:54:01,088:DEBUG:certbot.main:certbot version: 0.22.2
2018-07-30 09:54:01,089:DEBUG:certbot.main:Arguments: ['-q']
2018-07-30 09:54:01,089:DEBUG:certbot.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#apache,PluginEntryPoint#manual,PluginEntryPoint#nginx,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot)
2018-07-30 09:54:01,095:DEBUG:certbot.log:Root logging level set at 30
2018-07-30 09:54:01,096:INFO:certbot.log:Saving debug log to /var/log/letsencrypt/letsencrypt.log
2018-07-30 09:54:01,101:DEBUG:certbot.plugins.selection:Requested authenticator <certbot.cli._Default object at 0x7fdaaaa22860> and installer <certbot.cli._Default object at 0x7fdaaaa22860>
2018-07-30 09:54:01,107:DEBUG:certbot.storage:Should renew, less than 30 days before certificate expiry 2018-07-16 12:11:44 UTC.
2018-07-30 09:54:01,108:INFO:certbot.renewal:Cert is due for renewal, auto-renewing...
2018-07-30 09:54:01,108:DEBUG:certbot.plugins.selection:Requested authenticator nginx
mysql> REPLACE INTO bitrix_local.b_uts_tasks_task_template SELECT * FROM ch52692_portal.b_uts_tasks_task_template;
ERROR 1136 (21S01): Column count doesn't match value count at row 1
mysql> REPLACE INTO bitrix_local.b_uts_user SELECT * FROM ch52692_portal.b_uts_user;
ERROR 1136 (21S01): Column count doesn't match value count at row 1

mysql> REPLACE INTO bitrix_local.b_uts_iblock_0_section SELECT * FROM ch52692_portal.b_uts_iblock_0_section;
ERROR 1146 (42S02): Table 'bitrix_local.b_uts_iblock_0_section' doesn't exist
mysql> REPLACE INTO bitrix_local.b_uts_iblock_11 SELECT * FROM ch52692_portal.b_uts_iblock_11;
ERROR 1146 (42S02): Table 'bitrix_local.b_uts_iblock_11' doesn't exist