Re: ARSDOC 1.29 - Array Reference Error

2007-08-01 Thread Thilo Stapff
Not that I know, at least there seems to be no easy way. The problem, as I understand it, is that ARSdoc isn't "done" with the loaded memory structures until the very end. This problem could probably be alleviated by a redesign of ARSdoc, but apart from that I see no easy workaround. Regar

Re: ARSDOC 1.29 - Array Reference Error

2007-07-31 Thread Chris Akens
Thilo, Once again, thanks for your help with ARSdoc, the quick response time is greatly appreciated. I have gotten ARSdoc to run without throwing any errors (so far); but now I am encountering what appears to be perl using too much memory and crashing. I am currently running 'perl v5.8.8 for MSWi

Re: ARSDOC 1.29 - Array Reference Error

2007-07-31 Thread Thilo Stapff
This time it doesn't have anything to do with ARSperl versions. It's rather a problem of ARSdoc not recognizing enum fields (e.g. radio buttons) with custom values (introduced in ARS 7). Lines 818,819 of ARSdoc.pm my $z = $h->{'regularList'}; @values = @$z; should be replaced by

Re: ARSDOC 1.29 - Array Reference Error

2007-07-31 Thread Chris Akens
Well, we are getting closer each time. Here is a new error. Should I go back to ARSPerl 1.85? Are these issues still present in 1.85? Writing page on Active Link "APR:APL:CopyToNew_100": D:/ARSDOC/server/burns/active_link/apr_approver_lookup_/apr_apl_copytonew_100_.html Can't use an undefined val

Re: ARSDOC 1.29 - Array Reference Error

2007-07-31 Thread Thilo Stapff
Chris, I think I can resolve that one too: $qual = ars_perl_qualifier($Ctrl,$query); should be replaced by if( ref($query) eq 'ARQualifierStructPtr' ){ $qual = ars_perl_qualifier($Ctrl,$query); }else{ $qual = $query; } Regards, Thilo Chris Akens wrote: Thil

Re: ARSDOC 1.29 - Array Reference Error

2007-07-31 Thread Chris Akens
Thilo, Thank you for your help in supporting ARSDOC. It seems as though the fun continues, please see the new error below. Reading schema inetorgperson Writing page on Server "": D:/ARSDOC/server/burns/server/_.html Writing page on Active Link "AP:SetReadOnlyColors": D:/ARSDOC/server/burns/act

Re: ARSDOC 1.29 - Array Reference Error

2007-07-31 Thread Thilo Stapff
Well ... it's somehow my fault. During the implementation of ARSperl 1.90 I had to change the data structures representing set_fields/push_fields actions in workflow objects. This was necessary to represent the ability to have a set_fields/push_fields action with variable form name (correspond

ARSDOC 1.29 - Array Reference Error

2007-07-31 Thread Chris Akens
Continuing on the topic of ARSDOC issues, I attempting to run it on ITSM v7 and receiving errors. I added the println statement previously suggested and I see it get through all of the forms but then when it is generating pages for active links I get the following error and ARSDOC crashes. Any sug