(03-04-2015, 05:17 PM)modpluz Wrote: If you look at the "reseller_ac_id_fk", you'll see that the values are different.
The ID of -1 keeps the default value.
With regards to your frontend issue, I don't see the your URL in that message..check your config.
yes sir, i make 1 to -1
but still erorr Problem reading data from http:///api/xbilling
new link http://www.afizdesign.com/signup/
my config
Code:
<?php
/**
* API connection settings for xBilling
* Version : 1.2.0
* @author Aderemi Adewale (modpluz @ Sentora Forums)
* Email : goremmy@gmail.com
* @desc This allows front-end billing package interact with the backend module
*/
// Config;
$cfg = array();
$cfg['api_key'] = 'b8e4fbd92b418d1f78410da43ae4dba4';
$cfg['panel_url'] = '';
$cfg['zpx_uid'] = 1;
if(strpos($cfg['panel_url'], 'http') === false){
$cfg['panel_url'] = 'http://'.$cfg['panel_url'];
}
?>