Skip to content

installation.en_US

YanQS edited this page Dec 13, 2025 · 1 revision

Installation & Upgrade

Install via WordPress Plugins

  • Upload the plugin to wp-content/plugins/wp-comment-reply-notify-plugin (or the current directory) and activate it in the admin dashboard.
  • On activation the plugin will attempt to create the email log table and schedule the daily maintenance task (pcn_daily_maintenance).

File Permissions

  • The plugin will attempt to write to includes/templates/ to save template styles. If writing fails, templates are saved to the pcn_templates option in the database.
  • To allow the "Load selected style" feature to write style files, ensure includes/templates/ is writable by the webserver.

Manual scheduling (optional)

  • If your host disables WP-Cron or you need to schedule maintenance immediately, use WP-CLI:
wp eval 'if (!wp_next_scheduled("pcn_daily_maintenance")) { wp_schedule_event(time(), "daily", "pcn_daily_maintenance"); }'

Upgrade notes

  • Back up your database before upgrading. Settings are stored in wp_options (for example pcn_templates, pcn_log_table_max).
  • If templates do not change after an upgrade, check file permissions for includes/templates/.

主页 (Home)中文English

安装与升级 (Installation and Upgrade)中文English

模板与样式 (Templates and Style)中文English

日志与Cron (logs&cron)中文English

国际化 (Localization)中文English

变更日志 (Changelog)中文English

Clone this wiki locally