Quote by Dave001238: Is this is a security fix that is effecting me?
No, it's an unintended side effect of some code reorganisation in the static pages plugin.
You'll have to declare $HTTP_POST_VARS (or $_POST or whatever you're using) as global now, as your code is called from within a function where those are not declared as being global.
Quote by Dave001238: I need to have them working in one way or another FAST!!
To quote
myself:
Quote by Dirk: As usual, please keep in mind that this is not the final version yet but only a Release Candidate. So if your life (or your income) depends on your Geeklog site, don't install it just yet.
Quote by Dave001238: until I can figure out the whole complicated mess of creating a whole plug in for this one little task.
- Plugins aren't that hard to write - you only have to implement what you really need.
- An easier way would probably be to simply wrap your form in Geeklog's framework, which requires a total of 5 lines of PHP.
bye, Dirk