No problems... but I'm no programmer either so my help is ... well, what it is :-)
So, if I understand you correctly, what you did was that you deleted a created form table? Nothing else...or? No system critical table?
I think I know the problem, but can't verify it now. I'll have to check my tables when I get back to work.
What I'm guessing might be the problem is that there probably is a system table that keeps track of all your forms. When you delete a form the "right way" (from the interface that is) the link to that form is removed from this table, but since you deleted it from a mySql editor the link is still there, but now the link is broken. Thus causing the problem. But it's just a guess (though I think I'm on the right track here).
Have you done the complete system check? I think one of the checks is for orphants of that kind...
But I'll check in again tomorrow with a better answer (Swedish time here, so it's later in the evening now) if you haven't found a solution yet.
Good luck!
//Peter
So, if I understand you correctly, what you did was that you deleted a created form table? Nothing else...or? No system critical table?
I think I know the problem, but can't verify it now. I'll have to check my tables when I get back to work.
What I'm guessing might be the problem is that there probably is a system table that keeps track of all your forms. When you delete a form the "right way" (from the interface that is) the link to that form is removed from this table, but since you deleted it from a mySql editor the link is still there, but now the link is broken. Thus causing the problem. But it's just a guess (though I think I'm on the right track here).
Have you done the complete system check? I think one of the checks is for orphants of that kind...
But I'll check in again tomorrow with a better answer (Swedish time here, so it's later in the evening now) if you haven't found a solution yet.
Good luck!
//Peter