I love Cobalt, but the lack of documented examples to help configure it is frustrating.
Scenario1: members add article to the website and want to assign a price for which payment is required before other members can access the article. The only action required by Site Administrator is to approve/publish the article. Member adds the price.
Scenario2: members add article to the website, with basic content of the article free for other members to view but payment is required before downloading an attached file. Again, the only action required by Site Administrator is to approve/publish the article. Member adds the price.
Starting with Scenario1, I have:
- MyType with 2 fields, MyText and MyHTML... not the real type or field names.
- Now I'm trying to configure Pay To Access field to restrict viewing of the article until PayPal payment is made.
Without much understanding of what i'm doing, I added MyPayToAccess field to MyType just to see what it might do. I set up a Sandbox.Paypal.com business account for testing and added the Adaptive Payments info into "Your PayPal email", "API User Id", "API Password", "API Signature" and "API Application Id" then saved and tried accessing the front-end website page where I add MyType records. The following errors received and the page did not load:
Strict Standards: Declaration of CFormFieldUpload::onImport() should be compatible with CFormField::onImport($value, $params) in /home/[host]/[site]/components/com_cobalt/library/php/fields/cobaltupload.php on line 654
Strict Standards: Declaration of MintPayPaypal::adaptive() should be compatible with MintPayAbstract::adaptive($post) in /home/[host]/[site]/components/com_cobalt/gateways/paypal/paypal.php on line 668
Warning: require_once(/home/demojrhost/test2.jdedemojr.com/components/com_emerald/api.php): failed to open stream: No such file or directory in /home/[host]/[site]/components/com_cobalt/fields/paytoaccess/paytoaccess.php on line 190
Fatal error: require_once(): Failed opening required '/home/[host]/[site]/components/com_emerald/api.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/demojrhost/test2.jdedemojr.com/components/com_cobalt/fields/paytoaccess/paytoaccess.php on line 190
I would love to get this up and running so that I have time to use it LIVE and iron out any configuration problems before my 6 month MintJoomla subscription ends but at this rate I will barely have anything working in my test environment.
Please help and please please, can we have more Step-by-Step configuration examples. As with all software, the real power does not come from having the latest and greatest features but rather from how well the basic features are used and that's difficult without documentation and examples. Thanks for a great product.
I love Cobalt, but the lack of documented examples to help configure it is frustrating.
Scenario1: members add article to the website and want to assign a price for which payment is required before other members can access the article. The only action required by Site Administrator is to approve/publish the article. Member adds the price.
Scenario2: members add article to the website, with basic content of the article free for other members to view but payment is required before downloading an attached file. Again, the only action required by Site Administrator is to approve/publish the article. Member adds the price.
Starting with Scenario1, I have: - MyType with 2 fields, MyText and MyHTML... not the real type or field names. - Now I'm trying to configure Pay To Access field to restrict viewing of the article until PayPal payment is made.
Without much understanding of what i'm doing, I added MyPayToAccess field to MyType just to see what it might do. I set up a Sandbox.Paypal.com business account for testing and added the Adaptive Payments info into "Your PayPal email", "API User Id", "API Password", "API Signature" and "API Application Id" then saved and tried accessing the front-end website page where I add MyType records. The following errors received and the page did not load:
Strict Standards: Declaration of CFormFieldUpload::onImport() should be compatible with CFormField::onImport($value, $params) in /home/[host]/[site]/components/com_cobalt/library/php/fields/cobaltupload.php on line 654
Strict Standards: Declaration of MintPayPaypal::adaptive() should be compatible with MintPayAbstract::adaptive($post) in /home/[host]/[site]/components/com_cobalt/gateways/paypal/paypal.php on line 668
Warning: require_once(/home/demojrhost/test2.jdedemojr.com/components/com_emerald/api.php): failed to open stream: No such file or directory in /home/[host]/[site]/components/com_cobalt/fields/paytoaccess/paytoaccess.php on line 190
Fatal error: require_once(): Failed opening required '/home/[host]/[site]/components/com_emerald/api.php' (include_path='.:/usr/local/lib/php:/usr/local/php5/lib/pear') in /home/demojrhost/test2.jdedemojr.com/components/com_cobalt/fields/paytoaccess/paytoaccess.php on line 190
I would love to get this up and running so that I have time to use it LIVE and iron out any configuration problems before my 6 month MintJoomla subscription ends but at this rate I will barely have anything working in my test environment.
Please help and please please, can we have more Step-by-Step configuration examples. As with all software, the real power does not come from having the latest and greatest features but rather from how well the basic features are used and that's difficult without documentation and examples. Thanks for a great product.