Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6667459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:56:07+00:00 2026-05-26T02:56:07+00:00

Hello and thanks for your time! While trying to implement the Form Wizard I

  • 0

Hello and thanks for your time!
While trying to implement the Form Wizard I ran into a couple of problems.
Using xdebug showed up that all submitted data is lost, what means:
$this->data, $_POST and $params[‘data’] / [‘form’] are all empty.
It seems that cake is doing some kind of redirect / dispatching and the actions are called twice. When I set a breakpoint in the beforeFilter() method, I can see all data filled in properly.
There were some suggestions in other discussions that this could be caused by invalid links in the layout, but using an empty layout didnt change anything.
I also removed the Auth Component, the RequestHandler, Helpers to see if theres something happening… nothing.
Problem is, Im quite new to Cake and have no further ideas where to look.
Currently Im getting this Warning:

Warning (512): Step validation: daten is not a valid step. [ROOT/plugins/wizard/controllers/components/wizard.php, line 271]
Code | Context

return $this->controller->autoRender ? $this->controller->render($this->_currentStep) : true;
} else {
trigger_error(sprintf(__('Step validation: %s is not a valid step.', true), $step), E_USER_WARNING);

$step   =   "daten"

WizardComponent::process() - ROOT/plugins/wizard/controllers/components/wizard.php, line 271
SignupsController::wizard() - ROOT/plugins/bookings/controllers/signups_controller.php, line 18
Dispatcher::_invoke() - CORE/cake/dispatcher.php, line 204
Dispatcher::dispatch() - CORE/cake/dispatcher.php, line 171
[main] - ROOT/webroot/index.php, line 83

Dont think that helps much, cause the $step array is also lost.
Any idea deeply appreciated! 🙂

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:56:08+00:00Added an answer on May 26, 2026 at 2:56 am

    The issue is that the session has expired and the information is lost that the system keeps tracking progress and data with. Set your session to be longer in the security preferences in the core config. This still doesn’t stop the error though. To fixed that replace:

    trigger_error(sprintf(__('Step validation: %s is not a valid step.', true), $step), E_USER_WARNING);
    

    to:

    $this->reset();
    

    This will send the user back to the first part of the form wizard. You will have lost all the user data but that happened by the session expiring in the first place or if someone tries to jump to a form which hasn’t been accessed yet by using the form, it will also reset. This could be a good security measure or just plain annoying.

    Anyway, that is my solution, there could be better ones.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Hello and thanks for your time, I am creating an application that moves video
Hello all and thanks for your time reading this. I need to verify certificates
Hello everybody and thanks for your time. I'm developing some kind of monitoring application
Thank you all for your answers and time! Hello, I've been trying to call
Hello and thanks for your opinion. I am creating a webservice. This webservice will
Hello everyone and thank you very much for your time. Basically what I am
Hello and thank you for your time :) My first post here, but I
Hello and thank you for your time. I am new to Netbeans and I
Hello everyone and thank you for your time. I would just like to say
Hello and thanks to everyone for reading my question. I've been working on a

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.