The latest update has altered the way a script need to load SMART.
List of changes and alterations that need to be made can be found here: http://villavu.com/forum/showthread.php?t=84334
But in order to fix the specific error you are displaying, where you find this in your script:
Simba Code:
Smart_Server := 0;
Smart_Members := True;
Smart_Signed := True;
Smart_SuperDetail := False;
Replace it with:
Simba Code:
{$IFDEF SMART}
SRL_SixHourFix := True;
Smart_FixSpeed := True;
{$ENDIF}
Hopefully that fixes things up for you