- OpenX Community Forums
![]() ![]() |
Feb 17 2012, 06:07 AM
Post
#1
|
|
|
Beginner ![]() Group: Members Posts: 5 Joined: 21-December 11 Member No.: 171,129 |
Hi,
I'm having problem when generate report to Excel, after downloading the report file (excel), when opening the file on Excel it show error message like this : <br /> <div class="errormessage"> <img class="errormessage" src="http://My_Web_Site/www/admin/assets//images/errormessage.gif" align="absmiddle"> <span class='tab-r'>PEAR Error</span> <br /> <br />Using an input encoding requires PHP support for mb_convert_encoding() and mb_strlen() <br /><pre></pre> </div> <br /> <br /><br /> <b>Fatal error</b>: Call to undefined function mb_convert_encoding() in <b>/home/.../public_html/opx/lib/pear/Spreadsheet/Excel/Writer/Worksheet.php</b> on line <b>1543</b><br /> What is the problem? i need help to fix this. also on the Dashboard the statistic does not show correctly, in the box Community Statistic and Your Statistic only show an error message : "Sorry, you cannot see this graph because the GD graphics extension is missing from your PHP installation. Please contact your system administrator to have it installed. " How to fix this problem? Thank you |
|
|
|
Feb 17 2012, 01:56 PM
Post
#2
|
|
|
Advanced Member ![]() ![]() ![]() Group: Members Posts: 92 Joined: 18-July 11 Member No.: 168,997 |
Have to enable "mb_convert_encoding" library function from php.ini file, or else have to install mb_convert_encoding [multibyte string library in PHP], this problem will get solve. |
|
|
|
Feb 20 2012, 05:06 AM
Post
#3
|
|
|
Beginner ![]() Group: Members Posts: 5 Joined: 21-December 11 Member No.: 171,129 |
Have to enable "mb_convert_encoding" library function from php.ini file, or else have to install mb_convert_encoding [multibyte string library in PHP], this problem will get solve. hi, Thanks for your information. i will try it. The "mb_convert_encoding" will fix both Issues or just the excel report? many thanks, |
|
|
|
![]() ![]() |