Sentora Support Forums
[MODULE] xBilling - Printable Version

+- Sentora Support Forums (https://senforums.mach-hosting.com)
+-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5)
+--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32)
+---- Forum: 3rd Party Module Support v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=41)
+---- Thread: [MODULE] xBilling (/showthread.php?tid=447)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24


[MODULE] xBilling - modpluz - 10-14-2014

Hi everyone,

Introducing xBilling
xBilling is a client subscription and payment management module for Sentora. It comes with several features (complete list of features to follow soon).


Installation

Add repository from the command line
   
Code:
zppy repo add zpx.imerlabs.com

Update zppy with:
Code:
zppy update

Then run
Code:
zppy install xbilling


You should then find module in the Module Admin section of your control panel.

Alternatively, you can install from the Module Admin by uploading the "zpp" file which can be found at http://zpx.imerlabs.com/xbilling.zpp.

Updates
Code:
zppy upgrade xbilling

Remove
Code:
zppy remove xbilling


Upon successful installation of xBilling, you will need the Frontend module to start offering signups and subscriptions to your customers. The frontend package can be downloaded from inside xBilling.

MOST COMMON ISSUE: Problem reading data from http://blah.blah.tld/api/xbilling.
FIX: http://forums.sentora.org/showthread.php?tid=791&pid=5187#pid5187
HOW TO CONFIGURE PLANS: http://forums.sentora.org/showthread.php?tid=923&pid=5903#pid5903



RE: xBilling [MODULE] - Nigel - 10-14-2014

Is it easily themeable yet Remmy?


RE: xBilling [MODULE] - etienne7702 - 10-14-2014

Hi

When i try to install xbilling i get message "No package match, check you have added the correct repo!"
When i add the repo i get The repository 'http://zpx.imerlabs.com' already exists.

Thanks
Etienne


RE: xBilling [MODULE] - Smartay - 10-14-2014

Great mod thanks!


RE: xBilling [MODULE] - modpluz - 10-15-2014

(10-14-2014, 05:51 PM)Nigel Wrote: Is it easily themeable yet Remmy?
I'd like to think its themable as is Big Grin

(10-14-2014, 08:50 PM)etienne7702 Wrote: Hi

When i try to install xbilling i get message "No package match, check you have added the correct repo!"
When i add the repo i get The repository 'http://zpx.imerlabs.com' already exists.

Thanks
Etienne

As mentioned in the initial post, you need to run "zppy update"


RE: xBilling [MODULE] - dansanti - 10-15-2014

(10-15-2014, 02:03 AM)modpluz Wrote:
(10-14-2014, 05:51 PM)Nigel Wrote: Is it easily themeable yet Remmy?
I'd like to think its themable as is Big Grin


(10-14-2014, 08:50 PM)etienne7702 Wrote: Hi

When i try to install xbilling i get message "No package match, check you have added the correct repo!"
When i add the repo i get The repository 'http://zpx.imerlabs.com' already exists.

Thanks
Etienne

As mentioned in the initial post, you need to run "zppy update"
hi i, allready do update, and get this : When i try to install xbilling i get message "No package match, check you have added the correct repo!"

i've to install it downloading manually from your link in this post


RE: xBilling [MODULE] - etienne7702 - 10-15-2014

Hi
I do run zppy update.
I get the folowing.

root@host3:~# zppy update
Updating package list..
Connecting to modules.zpanelcp.com/repo
Getting list from modules.zpanelcp.com/repo
Failed to contact the URL 'modules.zpanelcp.com/repo'
Connecting to addons.sentora.org/modules
Getting list from addons.sentora.org/modules
Connecting to zppy-repo.mach-hosting.com
Getting list from zppy-repo.mach-hosting.com
Connecting to http://zpx.imerlabs.com
Getting list from http://zpx.imerlabs.com
Failed to contact the URL 'http://zpx.imerlabs.com'
Local package cache is now up-to-date!


RE: xBilling [MODULE] - TGates - 10-16-2014

FYI: remove the old repo:
Code:
zppy repo remove modules.zpanelcp.com/repo
Next, you have the imerlabs repo added wrong: http:// should not be included.
So remove it:

Code:
zppy repo remove http://zpx.imerlabs.com
Then:

Code:
zppy repo add zpx.imerlabs.com
Finally do zppy update

Everything should now work Wink


RE: xBilling [MODULE] - shaifful - 11-02-2014

Got error on my install

Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[42S02]: Base table or view not found: 1146 Table 'zpanel_core.x_vhosts' doesn't exist' in /etc/sentora/panel/modules/xbilling/deploy/install.run:174
Stack trace:
#0 /etc/sentora/panel/modules/xbilling/deploy/install.run(174): PDOStatement->execute()
#1 /etc/sentora/panel/modules/xbilling/deploy/install.run(23): installModule()
#2 /etc/sentora/panel/bin/zppy(69): include('/etc/sentora/pa...')
#3 {main}
thrown in /etc/sentora/panel/modules/xbilling/deploy/install.run on line 174

Any help appreciated
Thanks


RE: xBilling [MODULE] - TGates - 11-03-2014

Huh Does that table exist in your database? If it does not, than your install is not correct! That is a core database table and should exist regardless if you are using xbilling or not.

UNLESS: you are using the latest Sentora BETA. Then xbilling will need to be updated from 'zpanel_core' to 'sentora_core'.
For now, you will need to edit this manually to get it to work.