Please Log in or Create an account to join the conversation.
Try to edit what? Your action again? Profile edit? Please be more specific. Nothing in the error callstack points to CB, but is pointing to Joomlas menu module.This happens after I create my Action and try to edit.
It doesn't, CBSubs can't protect anything outside of Joomla.2) How does CBSubs call an external program for integration to an external process?
You don't, you make sure your query is written correctly and can't fail.3) If a query action fails, how do we control the error?
That depends entirely on the trigger used. However, to execute a query based off subscription status you should use CBSubs SQL Actions and not CB Auto Actions.4) Also when the query action occurs? Before or after the payment gateway? Can you give us a flow sequence?
Yes, CBSubs has integration plugins for Post Affiliate Pro and iDevAffiliate affiliation programs. Aside from that, no there is no internal affiliation system in place.5) Is there a built in process for referrals? For example a referral a friend program?
Using CSS is the best approach. Right click and inspect element in Chrome or Firefox with Firebug to see the CSS classes/IDs. If you need to make any HTML adjustments you can find CBSubs template files at the below location.6) In the credit card input page, how can I customize that page? We are using Authorize.net ARB.
CBSubs Import is not for importing 1:1 from another system. CBSubs will create CBSubs subscriptions based off the information provided. This bypasses the payment process so there is no payment information stored. CBSubs will not be able to pick up subscriptions from your other system as they both send their own information to the gateway and that information will be missing for CBSubs.7) We have an existing platform running OSE membership and we see that you have an import but not for all the fields we require. We are using Authorize.net as the payment gateway and we need to migrate the subscription ID. Can we point us to the right direction?
Please Log in or Create an account to join the conversation.
This happens after I create my Action and try to edit.
Try to edit what? Your action again? Profile edit? Please be more specific. Nothing in the error callstack points to CB, but is pointing to Joomlas menu module.
3) If a query action fails, how do we control the error?
You don't, you make sure your query is written correctly and can't fail.
Please Log in or Create an account to join the conversation.
Am not able to confirm your issue. Please provide Joomla version and ensure CB Auto Actions is completely up to date. Error appears to be coming from Joomlas SQL driver meaning there is probably an error in the query or connecting to your external database.I created an action query type and I did my query using the internal database and it works perfect but when I choose external database and Apply or save it, I get this message:
You can't, it'll just fatally error.I'm calling an external database so how do I detected if that fails? For example: Let's say that my server is down, how am I going to detect the error to prevent a user to subscribe to a plan?
Please Log in or Create an account to join the conversation.