Php – When I click on export this error occurs in phptheadmin

MySQLPHPphpmyadminWordpress

Warning in ./../../php/tcpdf/include/tcpdf_fonts.php#1671
chr() expects parameter 1 to be int, string given

Backtrace

tcpdf_fonts.php#1671: chr(string '')
tcpdf_fonts.php#1803: TCPDF_FONTS::unichr(
string '',
boolean true,
)
tcpdf_fonts.php#2095: TCPDF_FONTS::UTF8ArrSubString(
array,
integer 0,
integer 1,
boolean true,
)
tcpdf.php#1960: TCPDF_FONTS::utf8Bidi(
array,
string '',
boolean false,
boolean true,
NULL,
)
./libraries/classes/Pdf.php#50: TCPDF->__construct(
string 'L',
string 'pt',
string 'A3',
boolean true,
string 'UTF-8',
boolean false,
boolean false,
)
./libraries/classes/Plugins/Export/Helpers/Pdf.php#58: PhpMyAdmin\Pdf->__construct(
string 'L',
string 'pt',
string 'A3',
boolean true,
string 'UTF-8',
boolean false,
boolean false,
)
./libraries/classes/Plugins/Export/ExportPdf.php#70: PhpMyAdmin\Plugins\Export\Helpers\Pdf->__construct(
string 'L',
string 'pt',
string '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(
string 'export',
string 'libraries/classes/Plugins/Export/',
array,
)
./db_export.php#147: PhpMyAdmin\Display\Export->getDisplay(
string 'database',
string 'wordpress',
string '',
string '',
integer 14,
integer 0,
string 'TablesStructureDataSelect all wp_commentmetawp_commentswp_linkswp_optionswp_postmetawp_postswp_termmetawp_termswp_term_relationshipswp_term_taxonomywp_usermetawp_userswp_yoast_seo_linkswp_yoast_seo_meta ',
)

enter image description here

Best Answer

I have fixed this issue simply I have upgraded the PHPMyAdmin and MYSQL latest version.

Related Topic