Trying to track down a problem and looking for any suggestions.
First configuration:
two 4dservers, both running 10.2.8 (one development, one real server)
Active4d running on a client, both running panther - one 10.3.7(my test client) and one 10.3.5(real)
double checked plugins, version, etc. all the same, except of course for the data files
I have a a4d method in a library defined as
method "xml_GetNextTag"(&$xml;$tag)
that basically does what the name says. It gets the next xml tag from text where there may be a number of duplicate tags. It then removes that tag from the passed xml (using the by reference capability). I don't use this routine in may places, but I created a new page yesterday where it needed that capability. Worked like a champ on the development server, but on the real server, it crashes the client - therefore the site.
I tried the few other places where I called that method to make sure I didn't break anything and they worked fine. Just the new page causes the crash - so it sounds data related. Stepped through the routine (adding an instructor evaluation that was put into an xml structure and stored in a text field) on both machines. As soon as I tried to retrieve the data that calls the above method, the real server crashes. The development server works fine. We've sanity checked, data checked etc. It is the method because I can dump locals and exit before the call, putting it after the call, it crashes.
Any ideas?
_______________________________________________ Active4D-dev mailing list [email protected] http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/
