|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2009-01-16 15:56 UTC] svacinap at compsys dot cz
Description: ------------ Please read this: http://www.group-office.com/forum/viewtopic.php?f=1&t=4255&start=0 php log: [Fri Jan 16 10:26:34 2009] [error] [client 78.102.78.55] PHP Warning: json_encode() [<a href='function.json-encode'>function.json-encode</a>]: Invalid UTF-8 sequence in argument in /var/www/mail/modules/email/json.php on line 1310 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 02:00:01 2025 UTC |
Hi, thanks for interest :-) I am not a php programmer, so I don't know howto help any better, sorry. In the apache error log you can see this: /var/www/mail/modules/email/json.php on line 1310 so line 1310 is the last line of the json.php code, it's end like this: } } }catch(Exception $e) { $response['feedback']=$e->getMessage(); $response['success']=false; } if(defined('IMAP_CONNECTED')) { $imap->close(); } echo json_encode($response); ---------------------------------------------- line 1310 is this: echo json_encode($response); I don't really know If this is help to you. Please let my know, I will contact programmer of this code. Thanks