Welcome, Guest
Username: Password: Remember me

TOPIC: [SOLVED] Error On Upgrading

[SOLVED] Error On Upgrading 15 years 9 months ago #1971

  • alfraih
  • alfraih's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 1
  • Thank you received: 0
Same issue here .. Using J1.5.2

Is there anyway I could download 2.2.2??

Please Log in or Create an account to join the conversation.

[SOLVED] Error On Upgrading 15 years 9 months ago #1974

  • kai920
  • kai920's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
Using J1.5.3 with DTRegister 2.2.3 (fresh installation) with JEvents 1.4.3RC2, CB1.2RC2... Same error

Please Log in or Create an account to join the conversation.

[SOLVED] Error On Upgrading 15 years 9 months ago #1975

  • kai920
  • kai920's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 5
  • Thank you received: 0
OK guys, here\'s the fix courtesy of the fine folks at www.forayweb.com :

Note the braces needed at \"add this\"

line 12218:

for($i=0,$n=count($rows);$i<$n;$i++)
{
$res=$rows[$i];
if($amountCharged==0){
if($res[\'memberTotal\'] >= $memtot){
$amountCharged = $res[\'registerAmountIndividual\'];
}
if($res[\'late\']==\'y\'){
$latefee += $res[\'latefee\'];
} /* add this */
}
}


Confirmed working.

Please Log in or Create an account to join the conversation.

[SOLVED] Error On Upgrading 15 years 9 months ago #1978

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
Okay, this was not an issue with 2.2.3 overall... just in Joomla 1.5 legacy mode. A large number of tweaks have been made for better functionality in 1.5.

Please login and download DT Register 2.2.3 again. When you extract the files, you will now find a Joomla 1.5.x version of both the component and the EventLink mambot. It still needs to be in legacy mode, but these new versions of the files address some issues that have come to light with recent versions of 1.5. Thanks for your patience while we sorted this out.

Please Log in or Create an account to join the conversation.

[SOLVED] Error On Upgrading 15 years 9 months ago #1982

  • jeffreyd00
  • jeffreyd00's Avatar
  • Offline
  • Fresh Boarder
  • Fresh Boarder
  • Posts: 6
  • Thank you received: 0
The problem still exists in Joomla 1.0.x

Please Log in or Create an account to join the conversation.

[SOLVED] Error On Upgrading 15 years 9 months ago #1985

  • dthadmin
  • dthadmin's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 5470
  • Thank you received: 3
jeffreyd00 - no one else has reported this for Joomla 1.0.x, but as you know we fixed it on your site. Anyone else that has this issue on 1.0.x, apply the fix as noted in a previous post here:

kai920 wrote: OK guys, here\'s the fix courtesy of the fine folks at www.forayweb.com :

Note the braces needed at "add this"

line 12218:

for($i=0,$n=count($rows);$i<$n;$i++)
{
$res=$rows[$i];
if($amountCharged==0){
if($res[\'memberTotal\'] >= $memtot){
$amountCharged = $res[\'registerAmountIndividual\'];
}
if($res[\'late\']==\'y\'){
$latefee += $res[\'latefee\'];
} /* add this */
}
}


It is simply adding one missing closing bracket.

Please Log in or Create an account to join the conversation.

Time to create page: 0.896 seconds