[FLOW3-general] small issue after completing the quickstart (Cedric Ziel)

Streitferd Erika streitferd_erika at yahoo.com
Tue Nov 20 22:12:59 CET 2012


Thank you Cedric, that really helped! :D



________________________________
 From: "flow3-general-request at lists.typo3.org" <flow3-general-request at lists.typo3.org>
To: flow3-general at lists.typo3.org 
Sent: Friday, November 16, 2012 1:00 PM
Subject: FLOW3-general Digest, Vol 37, Issue 14
 
Send FLOW3-general mailing list submissions to
    flow3-general at lists.typo3.org

To subscribe or unsubscribe via the World Wide Web, visit
    http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
or, via email, send a message with subject or body 'help' to
    flow3-general-request at lists.typo3.org

You can reach the person managing the list at
    flow3-general-owner at lists.typo3.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of FLOW3-general digest..."


Today's Topics:

   1. small issue after completing the quickstart (Streitferd Erika)
   2.  Trying flow3 for the very first time. (Tomas Norre Mikkelsen)
   3. Re: Trying flow3 for the very first time. (Cedric Ziel)
   4. Re: Trying flow3 for the very first time. (indira Chavez)
   5. Re: small issue after completing the quickstart (Cedric Ziel)
   6. Re: Trying flow3 for the very first time. (Tomas Norre Mikkelsen)


----------------------------------------------------------------------

Message: 1
Date: Thu, 15 Nov 2012 11:16:56 -0800 (PST)
From: Streitferd Erika <streitferd_erika at yahoo.com>
Subject: [FLOW3-general] small issue after completing the quickstart
To: "flow3-general at lists.typo3.org" <flow3-general at lists.typo3.org>
Message-ID:
    <mailman.8607.1353007020.598.flow3-general at lists.typo3.org>
Content-Type: text/plain; charset=us-ascii

Hello everyone!

I am new with the TYPO3 Flow and I want to learn to use TYPO3 Flow. I was following the steps from the tutorials and I have a little issue. After completing the quickstart tutorial I realized that almost everything is perfect. This is my CoffeeBean link: http://localhost/quickstart/Web/index.php/Acme.Demo/CoffeeBean, where everything is fine and the page has a link "Create a new coffee bean", which leads to this url: http://localhost/quickstart/Web/Acme.Demo/CoffeeBean/new . Well this is not working beacuse it misses the "index.php". So my question is: where can I modify the rootpath or webpath? Or can you tell me where is this link generated? Or any other way to solve this issue?

I hope you can help me.
With kind regards,
Erika


------------------------------

Message: 2
Date: Thu, 15 Nov 2012 22:00:04 +0100
From: Tomas Norre Mikkelsen <tomasnorre at gmail.com>
Subject: [FLOW3-general]  Trying flow3 for the very first time.
To: flow3-general at lists.typo3.org
Message-ID: <mailman.1.1353013204.5797.flow3-general at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

Hi..


I'm just starting to explore typo3flow, so i'm following the Quickstart 
document.

But when running the: ./flow3 kickstart:actioncontroller 
--generate-actions --generate-related Fritdrop.WebPage

I get: Required argument "controllerName" is not set. Not sure what to 
do to get further.. ?


-- 
Best Regards
Tomas Norre Mikkelsen

TYPO3 Profile: http://forge.typo3.org/users/4289
TYPO3 Developer @ netimage.dk

Follow me at twitter.com/tomasnorre


------------------------------

Message: 3
Date: Thu, 15 Nov 2012 22:09:42 +0100
From: Cedric Ziel <cedric at cedric-ziel.com>
Subject: Re: [FLOW3-general] Trying flow3 for the very first time.
To: General discussion about FLOW3 <flow3-general at lists.typo3.org>
Message-ID:
    <mailman.8612.1353013786.598.flow3-general at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8

Hi, 

Execute 
. /flow help kickstart:action controller for a little help :-) 

Otherwise just use the desired Controller name as the last argument:
./flow3 kickstart:actioncontroller --generate-actions --generate-related Fritdrop.WebPage MyControllerName

Have fun with flow! 

Cedric



Tomas Norre Mikkelsen <tomasnorre at gmail.com> schrieb:

>Hi..
>
>
>I'm just starting to explore typo3flow, so i'm following the Quickstart
>
>document.
>
>But when running the: ./flow3 kickstart:actioncontroller 
>--generate-actions --generate-related Fritdrop.WebPage
>
>I get: Required argument "controllerName" is not set. Not sure what to 
>do to get further.. ?
>
>
>-- 
>Best Regards
>Tomas Norre Mikkelsen
>
>TYPO3 Profile: http://forge.typo3.org/users/4289
>TYPO3 Developer @ netimage.dk
>
>Follow me at twitter.com/tomasnorre
>_______________________________________________
>FLOW3-general mailing list
>FLOW3-general at lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general

Viele Gr??e, 
Cedric Ziel

-- 
Cedric Volker Ziel
Internetdienstleistungen & EDV

Robert-Koch-Str. 40
06110 Halle (Saale)

Mobil: +49-151-253-44-284

Mail: cedric at cedric-ziel.com
Web: http://www.cedric-ziel.com

------------------------------

Message: 4
Date: Thu, 15 Nov 2012 16:10:42 -0500
From: indira Chavez <indira at seethroughweb.com>
Subject: Re: [FLOW3-general] Trying flow3 for the very first time.
To: General discussion about FLOW3 <flow3-general at lists.typo3.org>
Message-ID:
    <mailman.8613.1353013845.598.flow3-general at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1

Hi Tomas:
if you check the documentation again, you will see this:

./flow kickstart:actioncontroller --generate-actions --generate-related
TYPO3.Blog Post

The last part (Post) is missing in your command.

Indira.


On Thu, Nov 15, 2012 at 4:09 PM, Cedric Ziel <cedric at cedric-ziel.com> wrote:

> Hi,
>
> Execute
> . /flow help kickstart:action controller for a little help :-)
>
> Otherwise just use the desired Controller name as the last argument:
> ./flow3 kickstart:actioncontroller --generate-actions --generate-related
> Fritdrop.WebPage MyControllerName
>
> Have fun with flow!
>
> Cedric
>
>
>
> Tomas Norre Mikkelsen <tomasnorre at gmail.com> schrieb:
>
> >Hi..
> >
> >
> >I'm just starting to explore typo3flow, so i'm following the Quickstart
> >
> >document.
> >
> >But when running the: ./flow3 kickstart:actioncontroller
> >--generate-actions --generate-related Fritdrop.WebPage
> >
> >I get: Required argument "controllerName" is not set. Not sure what to
> >do to get further.. ?
> >
> >
> >--
> >Best Regards
> >Tomas Norre Mikkelsen
> >
> >TYPO3 Profile: http://forge.typo3.org/users/4289
> >TYPO3 Developer @ netimage.dk
> >
> >Follow me at twitter.com/tomasnorre
> >_______________________________________________
> >FLOW3-general mailing list
> >FLOW3-general at lists.typo3.org
> >http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
>
> Viele Gr??e,
> Cedric Ziel
>
> --
> Cedric Volker Ziel
> Internetdienstleistungen & EDV
>
> Robert-Koch-Str. 40
> 06110 Halle (Saale)
>
> Mobil: +49-151-253-44-284
>
> Mail: cedric at cedric-ziel.com
> Web: http://www.cedric-ziel.com
> _______________________________________________
> FLOW3-general mailing list
> FLOW3-general at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general
>


------------------------------

Message: 5
Date: Thu, 15 Nov 2012 22:22:53 +0100
From: Cedric Ziel <cedric at cedric-ziel.com>
Subject: Re: [FLOW3-general] small issue after completing the
    quickstart
To: General discussion about FLOW3 <flow3-general at lists.typo3.org>
Message-ID:
    <mailman.8617.1353014584.598.flow3-general at lists.typo3.org>
Content-Type: text/plain; charset=UTF-8

Hi Erica,

I recommend to have a dedicated vhost in your  apache.-but to get you started quickly, have a look at the .htaccess file on your Web directory. What you need is to set the RewriteBase directive or comment out the FLOW_REWRITE environment Variable.

Regards,
Cedric



Streitferd Erika <streitferd_erika at yahoo.com> schrieb:

>Hello everyone!
>
>I am new with the TYPO3 Flow and I want to learn to use TYPO3 Flow. I
>was following the steps from the tutorials and I have a little issue.
>After completing the quickstart tutorial I realized that almost
>everything is perfect. This is my CoffeeBean link:
>http://localhost/quickstart/Web/index.php/Acme.Demo/CoffeeBean, where
>everything is fine and the page has a link "Create a new coffee bean",
>which leads to this url:
>http://localhost/quickstart/Web/Acme.Demo/CoffeeBean/new . Well this is
>not working beacuse it misses the "index.php". So my question is: where
>can I modify the rootpath or webpath? Or can you tell me where is this
>link generated? Or any other way to solve this issue?
>
>I hope you can help me.
>With kind regards,
>Erika
>_______________________________________________
>FLOW3-general mailing list
>FLOW3-general at lists.typo3.org
>http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general

-- 
Cedric Ziel 
Internetdienstleistungen & EDV

Robert-Koch-Str. 40 
06110 Halle (Saale) 

Mobil: +49 151 / 253 44 284

Mail: cedric at cedric-ziel.com

------------------------------

Message: 6
Date: Fri, 16 Nov 2012 07:58:31 +0100
From: Tomas Norre Mikkelsen <tomasnorre at gmail.com>
Subject: Re: [FLOW3-general] Trying flow3 for the very first time.
To: flow3-general at lists.typo3.org
Message-ID: <mailman.1.1353049111.13280.flow3-general at lists.typo3.org>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed

On 11/15/2012 10:10 PM, indira Chavez wrote:
> Hi Tomas:
> if you check the documentation again, you will see this:
>
> ./flow kickstart:actioncontroller --generate-actions --generate-related
> TYPO3.Blog Post
>
> The last part (Post) is missing in your command.

I see now, thanks. I saw the line "CoffeeBean" as output from command 
and not part of the input. =)


-- 
Venlig Hilsen / Best Regards
Tomas Norre Mikkelsen
Tomasnorre at gmail.com

TYPO3 Developer @netimage.dk
TYPO3 Profile:
http://forge.typo3.org/users/4289


Follow me at twitter
Twitter.com/tomasnorre


------------------------------

_______________________________________________
FLOW3-general mailing list
FLOW3-general at lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/flow3-general

End of FLOW3-general Digest, Vol 37, Issue 14
*********************************************


More information about the FLOW3-general mailing list