grid application just hangs with no errors - memory problem?

I have a real simple grid application there are no events and no special code except for the search field where I need to display a description instead of a code for the user to filter data.
The grid worked fine the first time, after looking at the report I changed the “look_up” for the same field to display the name, this worked fine then I decided against it so I took the SQL out of the look-up.
I changed nothing else but now the grid does not come back all I get is a blank screen.

I am running into a memory problem? there is no code but the sql on the search field.
My php_ini has been at 256M from the start any ideas??

Re: grid application just hangs with no errors - memory problem?

Ok this might be a nothing but I found my problem again.
I had changed a field on the report to use the “Look-up Method” to “automatic” to display something other than a code.
Later I decided I did not need that so I simply took the SQL out but did NOT change the “Look-up Method” back, this caused the grid to hang on a blank screen without any errors showing.

Once I changed the look up method to “None” the problem went away.

This is now fixed so please disregard.

Thanks everyone.