This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

xbilling - error in frontend
#6
RE: xbilling - error in frontend
I have got this error
Code:
array(4) { ["type"]=> int(2) ["message"]=> string(90) "fopen(https://web01.crafthosting.fr/api/xbilling
): failed to open stream: operation failed" ["file"]=> string(57) "/home/crafthosrw/www/manager/classes/xmwsclient.class.php" ["line"]=> int(112) } Problem reading data from https://web01.crafthosting.fr/api/xbilling
But the file api.php have correct permission 777 
And the file config.php in the front-end contain this :
PHP 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'] = '82880*********';
 
    $cfg['panel_url'] = 'https://web01.crafthosting.fr';
 
    $cfg['zpx_uid'] = 1;
 
                   
     
if(strpos($cfg['panel_url'], 'http') === false){
 
        $cfg['panel_url'] = 'https://'.$cfg['panel_url'];
 
                       
?>

Please help me ?
Sorry my english is very bad....
Reply
Thanks given by:


Messages In This Thread
xbilling - error in frontend - by chelofarias - 08-16-2016, 11:21 AM
RE: xbilling - error in frontend - by TGates - 08-16-2016, 02:59 PM
RE: xbilling - error in frontend - by chelofarias - 08-18-2016, 01:06 AM
RE: xbilling - error in frontend - by TGates - 08-18-2016, 01:10 AM
RE: xbilling - error in frontend - by chelofarias - 08-18-2016, 10:27 AM
RE: xbilling - error in frontend - by hackkill CraftHosting - 10-24-2016, 09:27 PM
RE: xbilling - error in frontend - by modpluz - 10-26-2016, 02:57 AM
RE: xbilling - error in frontend - by modpluz - 10-26-2016, 11:43 PM
RE: xbilling - error in frontend - by TGates - 10-27-2016, 04:47 AM
RE: xbilling - error in frontend - by TGates - 11-08-2016, 04:01 AM
RE: xbilling - error in frontend - by modpluz - 11-08-2016, 04:26 AM
RE: xbilling - error in frontend - by TGates - 06-12-2017, 08:32 AM
RE: xbilling - error in frontend - by TGates - 06-20-2017, 04:22 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
[MODULE] xBilling modpluz 239 755 ,830 04-17-2020, 11:37 PM
Last Post: emmarudd222@gmail.com
xbilling Wordpress samuelmed 1 4 ,544 11-13-2019, 09:27 AM
Last Post: TGates
[split] Issue with xBilling blackvai 1 4 ,799 04-03-2019, 11:39 PM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)