• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

sw-cp-server errors

E

EdwardDekker

Guest
I have found some problems into plesk server 10.4.4

OS Centos 5.7
PSA 10.4.4 - cos5.build1013111102.18.i386

$ /var/log/sw-cp-server/error_log

Code:
PHP Warning: json_encode() [<a href='function.json-encode'>function.json-encode</a>]: Invalid UTF-8 sequence in argument; File: /usr/local/psa/admin/plib/Zend/Json.php, Line: 146

Exception: PHP Warning: json_encode() [<a href='function.json-encode'>function.json-encode</a>]: Invalid UTF-8 sequence in argument; File: /usr/local/psa/admin/plib/Zend/Json.php, Line: 146

file: /usr/local/psa/admin/smb/application/library/Smb/Exception/Syntax.php
line: 55
code: 0
trace: #0 [internal function]: Smb_Exception_Syntax::handleError(2, 'json_encode() [...', '/usr/local/psa/...', 146, Array)
#1 /usr/local/psa/admin/plib/Zend/Json.php(146): json_encode(Array)
#2 /usr/local/psa/admin/panel/application/controllers/ServerController.php(29): Zend_Json::encode(Array)
#3 /usr/local/psa/admin/plib/Zend/Controller/Action.php(513): ServerController->toolsAction()
#4 /usr/local/psa/admin/plib/Zend/Controller/Dispatcher/Standard.php(295): Zend_Controller_Action->dispatch('toolsAction')
#5 /usr/local/psa/admin/plib/Zend/Controller/Front.php(954): Zend_Controller_Dispatcher_Standard->dispatch(Object(Zend_Controller_Request_Http), Object(Zend_Controller_Response_Http))
#6 /usr/local/psa/admin/panel/application/library/AdminPanel/Applic
2011-11-24 22:23:02: (mod_fastcgi.c.2588) FastCGI-stderr: ation/Web.php(20): Zend_Controller_Front->dispatch()
#7 /usr/local/psa/admin/panel/application/public/index.php(15): AdminPanel_Application_Web->run()
#8 {main}
 
Try to comment line

default_charset = "UTF-8"

in admin's php.ini.
 
Problem solved for now.

Code:
2011-11-25 09:06:43: (log.c.135) server stopped
2011-11-25 09:06:43: (log.c.75) server started
 
Back
Top