Page 2 of 2
1 · 2

kiang :: 09.06.2008 09:09:23
Just a small bug in setup controller.

if (isset($this->data['Step']) && $this->data['Step'] == 0)

Seems need to be replace with:

if (isset($this->data['Configuration']['Step']) && $this->data['Configuration']['Step'] == 0)

Thanks for the great work. :)
lecterror :: 09.06.2008 09:48:33
Hi kiang!

Can you tell me which version of Cake are you using? Was it 1.2 RC1? I didn't get the chance to test Neutrino with RC1 yet, I assume this might be the cause.

Thanks for the heads up, I'm glad you like it!
bwilt :: 14.06.2008 19:13:40
Thanks for allowing others to see your coding efforts, I have only looked at part of the code so far, it looks good. Its always great to see how others have implemented similar coding requirements.
lecterror :: 16.06.2008 05:39:30
Thanks!

I've just started working on beta release with more stuff like rating stars, better theme support and some Google integration.

I hope that one day I won't be the only one using it ;-)