I was redirect to blank page when inserting new plan and when editing website setting...I install 2 times sentora on centos 6.5 so i check the database going to php myadmin xbilling create a database called sentora_xbilling so in
/etc/sentora/panel/modules/xbilling/code/controller.ext.php line 19
original is
i changed by
hope this was about the blank page. now is working
/etc/sentora/panel/modules/xbilling/code/controller.ext.php line 19
original is
Code:
static $module_db = 'zpanel_xbilling';
i changed by
Code:
static $module_db = 'sentora_xbilling';
hope this was about the blank page. now is working