The problem with the SMS module. I did not install the module, but as they say everything worked, and then this was the error:

'Fatal error: Uncaught exception 'Exception' with message 'sms16::send - ' in /var/www/websty/data/www/xn--56-glc6aobv.xn--p1ai/components/registration/model.php:153 Stack trace: #0 /var/www/websty/data/www/xn--56-glc6aobv.xn--p1ai/components/registration/model.php(131): sms16->decodeResponse('<?xml version="...', 'sms16::send') #1 /var/www/websty/data/www/xn--56-glc6aobv.xn--p1ai/components/registration/model.php(276): sms16->request('sms16::send', 'https://xml.sms...', '<?xml version="...') #2 /var/www/websty/data/www/xn--56-glc6aobv.xn--p1ai/components/registration/frontend.php(274): sms16->send(Array) #3 [internal function]: registration() #4 /var/www/websty/data/www/xn--56-glc6aobv.xn--p1ai/core/cms.php(1610): call_user_func('registration') #5 /var/www/websty/data/www/xn--56-glc6aobv.xn--p1ai/index.php(90): cmsCore->proceedBody() #6 {main} thrown in /var/www/websty/data/www/xn--56-glc6aobv.xn--p1ai/components/registration/model.php on line 153

Here's what on line 153:

 throw new Exception( $method . ' - ' . $Result->response->error->value ); 

What could be?

  • What kind of CMS? - bemulima
  • InstantCMS - Pavel Dura February
  • This exception is thrown under certain conditions, please write a condition. - delanoro123
  • Problem in processing xml request for SMS billing. - user11309

0