Hi,
Have upgraded my debian from 8 to 9 and wanted to upgrade PhpSwitcher and now I got this:
imscp.plugin:
Code: plugin_config
- {"phpinfo":true,"compiled":{"php_fpm_log_file_pattern":"psw%PHP_VERSION%-fpm.log","php_fpm_logrotate_file_pattern":"psw%PHP_VERSION%-fpm","php_fpm_pid_file_pattern":"psw%PHP_VERSION%-fpm.pid","php_fpm_reopenlogs_script_pattern":"psw%PHP_VERSION%-fpm-reopenlogs","php_fpm_systemd_unit_pattern":"psw%PHP_VERSION%-fpm.service","php_fpm_sysvinit_pattern":"psw%PHP_VERSION%-fpm","php_fpm_tmpfile_pattern":"psw%PHP_VERSION%-fpm.conf","php_fpm_service_name_pattern":"psw%PHP_VERSION%-fpm","php_fpm_uds_path_pattern":"psw%PHP_VERSION%-fpm-%DOMAIN%.sock","php_fpm_run_dir":"\/run\/phpswitcher","php_fpm_log_dir":"\/var\/log\/phpswitcher","php_fpm_lib_dir":"\/usr\/local\/lib\/phpswitcher","sys_logrotate_dir":"\/etc\/logrotate.d","sys_tmpfiles_dir":"\/etc\/tmpfiles.d","sys_systemd_unit_dir":"\/etc\/systemd\/system","sys_sysvinit_dir":"\/etc\/init.d"},"packaged":{"php_fpm_service_name_pattern":"php%PHP_VERSION%-fpm","php_fpm_uds_path_pattern":"php%PHP_VERSION%-fpm-%DOMAIN%.sock","php_fpm_run_dir":"\/run\/php","php_fpm_log_dir":"\/var\/log\/php"},"database":{"php_version_table":"php_switcher_version","domain_php_version_table":"php_switcher_version_admin"}}
Code: plugin_config_prev
- {"phpinfo":true,"php_fpm_log_file_pattern":"psw%PHP_VERSION%-fpm.log","php_fpm_logrotate_file_pattern":"psw%PHP_VERSION%-fpm","php_fpm_pid_file_pattern":"psw%PHP_VERSION%-fpm.pid","php_fpm_reopenlogs_script_pattern":"psw%PHP_VERSION%-fpm-reopenlogs","php_fpm_systemd_unit_pattern":"psw%PHP_VERSION%-fpm.service","php_fpm_sysvinit_pattern":"psw%PHP_VERSION%-fpm","php_fpm_tmpfile_pattern":"psw%PHP_VERSION%-fpm.conf","php_fpm_service_name_pattern":"psw%PHP_VERSION%-fpm","php_fpm_run_dir":"\/run\/phpswitcher","php_fpm_log_dir":"\/var\/log\/phpswitcher","php_fpm_lib_dir":"\/usr\/local\/lib\/phpswitcher","sys_logrotate_dir":"\/etc\/logrotate.d","sys_tmpfiles_dir":"\/etc\/tmpfiles.d","sys_systemd_unit_dir":"\/etc\/systemd\/system","sys_sysvinit_dir":"\/etc\/init.d"}
line 303 of file ../dir.pm is:
How to correct this ?