RE: Xbilling issue
01-01-2016, 08:45 AM
(This post was last modified: 01-01-2016, 08:46 AM by BBuchanan.)
figured I'd try some debugging of my own:
This is what I found out per page listed:
website settings:
just about each page has that on a different line. Except:
Packages:
this is the same line for payment options as well. Now, on to Payment Methods:
I still can't get the front end config.
Code:
tail -f /var/sentora/sentora-error.log
This is what I found out per page listed:
website settings:
Code:
PHP Notice: Undefined index: selected_yn in /etc/sentora/panel/etc/tmp/storage/Sentora_Default/aiovnaiow.cache on line 397
just about each page has that on a different line. Except:
Packages:
Code:
PHP Warning: SimpleXMLElement::asXML(./modules/xbilling/xbilling.xml): failed to open stream: Permission denied in /etc/sentora/panel/modules/xbilling/code/controller.ext.php on line 79
this is the same line for payment options as well. Now, on to Payment Methods:
Code:
PHP Fatal Error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'zpanel_xbilling.x_payment_option_fields' doesn't exist' in /etc/sentora/panel/modules/xbilling/code/controller.ext.php: 2073\nStack trace:\n /etc/sentora/panel/modules/xbilling/code/controller.ext.php(2073): PDOStatement->execute()\nForum Add-ons and Usage [internal function]: module_controller::doLoadPaymentOptionFields()\nMySupport Addon /etc/sentroa/dryden/runtime/controller.class.php(65): call_user_func(Array)\nTest of MySupport MOD /etc/sentora/panel/inc/init.inc.php(145): runtime_controller->Init()\n#4 /etc/sentora/panel/index.php(21): require_once('/etc/sentora/pa...')\n#5{main}\n thrown in /etc/sentora/panel/modules/xbilling/code/controller.ext.php on line 2073
I still can't get the front end config.