How to remove the Invalid Form State Data message from QCubed (Article Link)
Wed, 07/13/2011 - 17:05
Here is the link to the original article written by me:
http://www.thetrozone.com/how-remove-invalid-form-state-data-message-qcubed
If you want to add this to some documentation, or any other part of site, you are free do so and if possible, please link to the original article as well.

I responded to your blog but added here also.
"First, you wouldn't want to show that error message with so much of diagnostics to a user."
The default error page is good for development, but on a production system you want to enable Friendly error messages. You can uncomment these lines in the configuration file to make this happen:
// To enable the display of "Friendly" error pages and messages, define them here (path MUST be relative from the DOCROOT)// define('ERROR_FRIENDLY_PAGE_PATH', __PHP_ASSETS__ . '/friendly_error_page.php');
// define('ERROR_FRIENDLY_AJAX_MESSAGE', 'Oops! An error has occurred.\r\n\r\nThe error was logged, and we will take a look into this right away.');
I am aware of that point Steve. I have gone through the file. But, not every one does, which is why I wrote as such. TO be frank, my next post was going to be on that.
In fact, it was about the 'switch' in configuration.inc.php, the variables inside it, how it helps and how to tweak keeping everything really simple by just using the switch. Some users I have suggested QC to, never paid even the slightest attention to that part.
A few people who I was actually helping read the examples, would actually setup a completely different environment, just to test the f/w functionality. Anyways, thanks for your comment. You have added a few more ideas to my brain on how to write that.
It is definitely something that needs to be documented better and I am glad to see someone taking it on. A great example of the need is to do a Google search for qcodo+"Error in PHP Script". and see how many default error pages are indexed.