| Re: DB problem, updating my module table resulting "Action not allowed" |
| by Diabl0 on 2004/7/3 18:07:36 Thanks a lot for answer, and sory that i don't find solution myself... Next time i will try.. |
| Re: DB problem, updating my module table resulting "Action not allowed" |
| by skalpa on 2004/7/3 15:58:36 Welcome, but please use the search function before asking questions in forums, should be faster for everybody ( and sometimes you won't even get answers coz people are bored answering the same questions over and over again) .Anyway, for your first time here: the db class only allows 'select' queries when the request method is 'GET'. So, ensure your update page is called using POST, or use the queryF() method instead of query(). skalpa.> PS: I just changed the error message in CVS, will be easier to understand in next releases. One less FAQ
|
| DB problem, updating my module table resulting "Action not allowed" |
| by Diabl0 on 2004/7/3 14:50:35 Hi... I'm working now on my first XOOPS module, and got huge problem with making administration for it. When i trying to change datas stored in table created by my module, DB debug reports: Quote:
This admin.php file looks like this: Quote:
And xoops_version.php looks like this: Quote:
Why this error happens, and how to fix this? |