Folks,
I'm in the middle of upgrading from 3 to 5, trying to get things
working in 4 along the way. All is well except a few things in the
webtop.
When I click the "Edit" link for a dmHTML object, or try to create a
new one, I get the following timeout error:
The request has exceeded the allowable time limit Tag: cfoutput
The error occurred in C:\Inetpub\wwwroot\farcry4\farcry\core\tags
\wizard\object.cfm: line 517
Called from C:\Inetpub\wwwroot\farcry4\farcry\core\tags\wizard
\object.cfm: line 503
Called from C:\Inetpub\wwwroot\farcry4\farcry\core\tags\wizard
\object.cfm: line 244
Called from C:\Inetpub\wwwroot\farcry4\farcry\core\tags\wizard
\object.cfm: line 1
Called from C:\Inetpub\wwwroot\farcry4\farcry\core\packages\types
\types.cfc: line 1030
Called from C:\Inetpub\wwwroot\farcry4\farcry\core\admin\conjuror
\invocation.cfm: line 180
It seems related to the cfinvoke around 377 of \core\tags\wizard
\object.cfm
<cfinvoke component="#tFieldType#" method="#FieldMethod#"
returnvariable="variables.returnHTML">
<cfinvokeargument name="typename" value="#typename#">
<cfinvokeargument name="stObject" value="#stObj#">
<cfinvokeargument name="stMetadata" value="#ftFieldMetadata#">
<cfinvokeargument name="fieldname"
value="#variables.prefix##ftFieldMetadata.Name#">
<cfinvokeargument name="stPackage" value="#stPackage#">
</cfinvoke>
I can do a cfdump and abort before that runs, but anything running
after that hangs. The value for #tFieldType# in this instance is
farcry.core.packages.formtools.field.
I'm reaching out now, having spent hours trying to chase this down.
Can anyone think of what might cause such a thing? Thanks a lot!
Michael
--~--~---------~--~----~------------~-------~--~----~
You received this message cos you are subscribed to "farcry-dev" Google group.
To post, email: [email protected]
To unsubscribe, email: [email protected]
For more options: http://groups.google.com/group/farcry-dev
--------------------------------
Follow us on Twitter: http://twitter.com/farcry
-~----------~----~----~----~------~----~------~--~---