Can't get wizard started ckaePHP v2.3
Reported by Will Guthrie | April 26th, 2013 @ 10:26 PM
Hi,
I am having difficulty getting the CakePHP-Wizard (multi page form wizard) to work. I am using Win7, WAMP, CakePHP v2.3.2, PHP v5.4.3. I downloaded the files on github here.
I then put the relevant files in the directories:
C:\wamp\www\cakecal\app\Plugin\Wizard\Controller\Component\WizardComponent.php
C:\wamp\www\cakecal\app\Plugin\Wizard\View\Helper\WizardHelper.php
C:\wamp\www\cakecal\app\Plugin\Wizard.gitignore
C:\wamp\www\cakecal\app\Plugin\Wizard\README.md
I then ran: C:\wamp\www\cakecal\app\Plugin\Wizard> cake
upgrade all
which ran with no errors.
But I am getting this error still:
Error: Cannot assign by reference to overloaded object File: C:\wamp\www\cakecal\app\Plugin\Wizard\Controller\Component\WizardComponent.php Line: 157
Can someone please help me sort this out.
Cheers, Will
Comments and changes to this ticket
-
Lars FORNELL May 24th, 2013 @ 04:48 AM
I did this (git clone git://github.com/ProLoser/CakePHP-Wizard.git) and renamed the directory "CakePHP-Wizard" to "wizard" in "app/plugins"
And I still get :
Missing Component
Error: WizardComponent could not be found.Error: Create the class WizardComponent below in file: app/Controller/Component/WizardComponent.php
<?php
class WizardComponent extends Component {}
-
Marc Würth July 2nd, 2013 @ 04:07 AM
Lars, have you tried renaming "wizard" to "Wizard" in the meantime (since this issue is quite old)?
I think this is a naming convention problem...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile »