Logging to debug account upgrade, possibly broken by WHMCS update
This commit is contained in:
parent
3c05e14e4d
commit
20f55314b4
1 changed files with 3 additions and 0 deletions
|
@ -88,6 +88,9 @@ class BillingController extends Zend_Controller_Action {
|
|||
$this->setErrorMessage();
|
||||
$this->view->form = $form;
|
||||
} else {
|
||||
Logging::info($_SERVER['HTTP_HOST']. "Account plan upgrade request:");
|
||||
Logging::info($result);
|
||||
|
||||
// Disable the view and the layout here, squashes an error.
|
||||
$this->view->layout()->disableLayout();
|
||||
$this->_helper->viewRenderer->setNoRender(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue