

When will it go public? reeeeeeeeally wanna try it out.. sounds great.. but is it?skOre wrote: To enflame some interest for our soon-to-be-publicly-released Version 1 RC1:
Now I really do love you! :-* :-* :-* :-*skOre wrote: There is also a hacks.txt included which teaches you on the hacks. Plus our component always makes backup-copies for the files it changes.
Code: Select all
<?php // Assemble Buttons
$link = 'index2.php?option=com_acctexp&task=config';
HTML_AcctExp::quickiconButton( $link, 'aec_symbol_edit.png', 'Edit Expiration' );
$link = 'index2.php?option=com_acctexp&task=notconfig';
HTML_AcctExp::quickiconButton( $link, 'aec_symbol_excluded.png', 'Excluded' );
$link = 'index2.php?option=com_acctexp&task=showSubscriptionPlans';
HTML_AcctExp::quickiconButton( $link, 'aec_symbol_plans.png', 'Plans' );
$link = 'index2.php?option=com_acctexp&task=showPending';
_AcctExp::quickiconButton( $link, 'aec_symbol_pending.png', 'Pending' );
$link = 'index2.php?option=com_acctexp&task=showActive';
HTML_AcctExp::quickiconButton( $link, 'aec_symbol_active.png', 'Active' );
$link = 'index2.php?option=com_acctexp&task=showCancelled';
HTML_AcctExp::quickiconButton( $link, 'aec_symbol_cancelled.png', 'Cancelled' );
$link = 'index2.php?option=com_acctexp&task=showClosed';
HTML_AcctExp::quickiconButton( $link, 'aec_symbol_closed.png', 'Closed' );
$link = 'index2.php?option=com_acctexp&task=showManual';
HTML_AcctExp::quickiconButton( $link, 'aec_symbol_manual.png', 'Manual' );
$link = 'index2.php?option=com_acctexp&task=showSettings';
HTML_AcctExp::quickiconButton( $link, 'aec_symbol_settings.png', 'Settings' );
$link = 'index2.php?option=com_acctexp&task=editCSS';
HTML_AcctExp::quickiconButton( $link, 'aec_symbol_css.png', 'Edit CSS' );
$link = 'index2.php?option=com_acctexp&task=hacks';
HTML_AcctExp::quickiconButton( $link, 'aec_symbol_hacks.png', 'Hacks' );
?>
I have installed this component, have 2 plans set up, 1 paypal, 1 authorize.net and get the following errors when I click register:skOre wrote: New Version of the AEC released - 0.10.1:
[Url=http://forum.joomla.org/index.php/topic,101775.0.html]Read the original thread[/ur]!
You are receiving "Notices" from php. Although we should make the point to declare all variables, the default behaviour for php configuration is to not show Notices, as those don't mean errors.digitalwhispers wrote: I have installed this component, have 2 plans set up, 1 paypal, 1 authorize.net and get the following errors when I click register:
Notice: Undefined property: intropage in /home/futuravi/public_html/components/com_acctexp/acctexp.php on line 721
(truncated)
Notice: Undefined variable: plan_info in /home/futuravi/public_html/components/com_acctexp/acctexp.php on line 946
Also, I go ahead and go through reg despite errors, post the transactiion to Authorize.net, and the script times out when getting response from gateway, but says transaction approved. The user is there, but in the pending list.
helder wrote:You are receiving "Notices" from php. Although we should make the point to declare all variables, the default behaviour for php configuration is to not show Notices, as those don't mean errors.digitalwhispers wrote: I have installed this component, have 2 plans set up, 1 paypal, 1 authorize.net and get the following errors when I click register:
Notice: Undefined property: intropage in /home/futuravi/public_html/components/com_acctexp/acctexp.php on line 721
(truncated)
Notice: Undefined variable: plan_info in /home/futuravi/public_html/components/com_acctexp/acctexp.php on line 946
Also, I go ahead and go through reg despite errors, post the transactiion to Authorize.net, and the script times out when getting response from gateway, but says transaction approved. The user is there, but in the pending list.
About the Authorize transaction, are you running on test mode or real mode? Could you check in the Authorize side if the transaction was really commited? And finally, could you make another test so we have a clean case of the process (without timeouts) and compare the results?
No, but we alll want clean code, right? I could not set the php.ini of my hosting system to show up notices, and my local system is broken, so I couldn't reproduce this to test what I've change. But with the lines reported by you, I think I figured out what to do.digitalwhispers wrote: So the Notices I am having are not saying there is a problem?
I'll investigate this.digitalwhispers wrote: I tried again in NON-test mode, and got the same error, which takes about 15-20 seconds to display:
An error occurred while trying to report this transaction to the Merchant. An e-mail has been sent to the merchant informing them of the error.
And the email says:
Your script timed out while we were trying to post transaction results to
it.
Transaction ID: 0
Transaction Result: This transaction has been approved.
So it appears as though the transaction occurs, but that it is having troble posting the response back from Authorize.net. The user shows up in the "Pending", but requires manual activation.
The url is www.futuravideo.net
Any ideas?
skOre wrote: Really? wanna do a translation?![]()
![]()
Hope you can use this version - 1.03 from 11.2005.eelziere wrote: Hi All,
As the old Joomla forge is not accessible anymore, does anybody know where I could find the NDFidelity component?
Is it in the new forge?
Thanks!
EE.