Actually it's $kernel->handle()->send() and no longer $kernel- >run() ... handle() returns a HttpKernel\Response instance.
On 1 Jun., 23:38, Michał Piotrowski <[email protected]> wrote: > I added run() to HelloKernel.php > > W dniu 1 czerwca 2010 23:35 użytkownik Greg Militello > <[email protected]> napisał: > > > > > Yes, I am using apache. It seems to not be accessing the HelloBundle. > > Kernel::run() is no longer a method, yet it is being called via > > ./web/index.php > > > On Jun 1, 2010, at 5:30 PM, Michał Piotrowski wrote: > > >> Strange. Do you use apache? What's in your vhost config? > > >> W dniu 1 czerwca 2010 23:20 użytkownik Greg Militello > >> <[email protected]> napisał: > >>> Actually it seems to be not working, but I am trying to step through to > >>> see if it is due to active symfony dev, or something else. Right now I > >>> am guessing some changes have been made that the sandbox does not > >>> support. Given the volatile state of the 2.0 branch I am not shocked, > >>> just trying to figure out what is missing/changed. > > >>> On Jun 1, 2010, at 5:00 PM, Michał Piotrowski wrote: > > >>>> Apparently it works fine here. Unfortunately I don't know how to setup > >>>> a debug toolbar > > >>>> W dniu 1 czerwca 2010 22:35 użytkownik Greg Militello > >>>> <[email protected]> napisał: > >>>>> Michal, > > >>>>> Thanks, taking a look into your script. > > >>>>> -Greg > > >>>>> On Jun 1, 2010, at 4:05 PM, Michał Piotrowski wrote: > > >>>>>> W dniu 1 czerwca 2010 21:22 użytkownik Michał Piotrowski > >>>>>> <[email protected]> napisał: > >>>>>>> Hi, > > >>>>>>> 2010/6/1 Greg Militello <[email protected]>: > >>>>>>>> Can we expect any more preview releases? Or should I be trying to > >>>>>>>> setup my > >>>>>>>> own sandbox for 2.0? > > >>>>>>> Actually I'm trying to create an updated sandbox. I'll post a script > > >>>>>> I attached a first version of the script. > > >>>>>> it's user friendly: > >>>>>> mkdir tmp > >>>>>> cd tmp > >>>>>> cssb.sh > >>>>>> (wait for a while) > >>>>>> result will be placed in tmp/sandbox > > >>>>>> Now I'll try to run some code on it. Please posts any ideas and > >>>>>> suggestions. > > >>>>>> Regards, > >>>>>> Michal > > >>>>>> -- > >>>>>> If you want to report a vulnerability issue on symfony, please send it > >>>>>> to security at symfony-project.com > > >>>>>> You received this message because you are subscribed to the Google > >>>>>> Groups "symfony developers" 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/symfony-devs?hl=en > >>>>>> <cssb.sh> > > >>>>> -- > >>>>> If you want to report a vulnerability issue on symfony, please send it > >>>>> to security at symfony-project.com > > >>>>> You received this message because you are subscribed to the Google > >>>>> Groups "symfony developers" 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/symfony-devs?hl=en > > >>>> -- > >>>> If you want to report a vulnerability issue on symfony, please send it > >>>> to security at symfony-project.com > > >>>> You received this message because you are subscribed to the Google > >>>> Groups "symfony developers" 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/symfony-devs?hl=en > > >>> -- > >>> If you want to report a vulnerability issue on symfony, please send it to > >>> security at symfony-project.com > > >>> You received this message because you are subscribed to the Google > >>> Groups "symfony developers" 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/symfony-devs?hl=en > > >> -- > >> If you want to report a vulnerability issue on symfony, please send it to > >> security at symfony-project.com > > >> You received this message because you are subscribed to the Google > >> Groups "symfony developers" 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/symfony-devs?hl=en > > > -- > > If you want to report a vulnerability issue on symfony, please send it to > > security at symfony-project.com > > > You received this message because you are subscribed to the Google > > Groups "symfony developers" 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/symfony-devs?hl=en -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en
