On Sun, Oct 10, 2010 at 1:21 PM, Jeff <[email protected]> wrote: > Thanks Renato, > > After posting this question (before your reply) I _did_ see that > wizard component ... that was encouraging.
Keep in mind, though, that that component is quite old now. I don't know if it's been updated for 1.3.x, although maybe that's the change Renato was referring to. In any case, be sure to study up on how components work and also check the 1.2.x to 1.3.x migration guide: http://book.cakephp.org/view/1561/Migrating-from-CakePHP-1-2-to-1-3 > I'm working my way through the 15 minute blog tutorial - which has now > taken about an hour and I still haven't seen anything work right on > the screen. That's DIScouraging. There are some fiddly things to deal with at first but all that stuff, once resolved, shouldn't be an issue again. > This is almost certainly because I don't have cakephp in the domain > root, because I can't dedicate a domain just to fooling around with > Cakephp ... so the framework keeps telling me I don't have what I > need, even though I've done everything the tutorial has told me to do > and I have made sure it's all uploaded. Are you working remotely or locally? If the former, can you create a subdomain? Working locally is pretty straightforward once you have Apache installed. Just create a virtual host and an entry in /etc/hosts and you should be good to work from http://my_cake_project.my_machine.name. I find there's never any reason to use localhost, for example. Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
