【发布时间】:2020-06-09 02:53:22
【问题描述】:
./../../php/tcpdf/include/tcpdf_fonts.php#1671 中的警告 chr() 期望参数 1 为 int,给定字符串
回溯
tcpdf_fonts.php#1671: chr(string '') tcpdf_fonts.php#1803: TCPDF_FONTS::unichr( 细绳 '', 布尔真, ) tcpdf_fonts.php#2095: TCPDF_FONTS::UTF8ArrSubString( 大批, 整数 0, 整数 1, 布尔真, ) tcpdf.php#1960: TCPDF_FONTS::utf8Bidi( 大批, 细绳 '', 布尔假, 布尔真, 空值, ) ./libraries/classes/Pdf.php#50: TCPDF->__construct( 字符串“L”, 字符串'pt', 字符串'A3', 布尔真, 字符串 'UTF-8', 布尔假, 布尔假, ) ./libraries/classes/Plugins/Export/Helpers/Pdf.php#58: PhpMyAdmin\Pdf->__construct( 字符串“L”, 字符串'pt', 字符串'A3', 布尔真, 字符串 'UTF-8', 布尔假, 布尔假, ) ./libraries/classes/Plugins/Export/ExportPdf.php#70: PhpMyAdmin\Plugins\Export\Helpers\Pdf->__construct( 字符串“L”, 字符串'pt', 字符串'A3', ) ./libraries/classes/Plugins/Export/ExportPdf.php#55: PhpMyAdmin\Plugins\Export\ExportPdf->initSpecificVariables()enter image description here ./libraries/classes/Plugins.php#99: PhpMyAdmin\Plugins\Export\ExportPdf->__construct() ./libraries/classes/Display/Export.php#677: PhpMyAdmin\Plugins::getPlugins( 字符串“出口”, 字符串“库/类/插件/导出/”, 大批, ) ./db_export.php#147: PhpMyAdmin\Display\Export->getDisplay( 字符串“数据库”, 字符串'wordpress', 细绳 '', 细绳 '', 整数 14, 整数 0, string 'TablesStructureDataSelect all wp_commentmetawp_cmetswp_linkswp_optionswp_postmetawp_postswp_termmetawp_termswp_term_relationshipswp_term_taxonomywp_usermetawp_userswp_yoast_seo_linkswp_yoast_seo_meta ', )
【问题讨论】:
标签: php mysql wordpress phpmyadmin