I am running ss 2.4.13 and userform module
I have several User Defined Forms as part of a site I recently became responsible for. Somewhere along the way I began having errors selecting most of them. For a form I can select I get the following Firebug Console output:
POST http://www.mysite.com/admin/getitem?ID=100&ajax=1 200 OK 2.27s
For a form I can's select I get a message like this:
POST http://www.mysite.com/admin/getitem?ID=38&ajax=1 500 Internal Server Error 782ms
I also get html from hostgator that isn't helpful (check permissions, ownership, ect, which I have)
I checked the database and and the form being selected (ID=38) and associated entities are all there. I can access the forms from the web site and fill out/submit them. It is only when selecting in CMS that I have a problem. I can see no differences between forms I can select and those I can't.
Help Mr Wizzard!