[FLOW3-general] FLOW3 installation Mac OS X

Marco Behnke marco at behnke.biz
Fri Feb 24 12:23:50 CET 2012


Am 24.02.12 09:52, schrieb Irene Höppner:
> Am 23.02.2012 19:46, schrieb Marco Behnke:
>> Am 23.02.12 13:30, schrieb Irene Höppner:
>>> Hi Marco,
>>>
>>> try to remove the file Configuration/PackageStates.php (a hint from
>>> Karsten that worked for me).
>>>
>>>
>> Ok, removing the file, removed the error message. My package is still
>> not accessible, no matching controller.
>
> Hmm... usually you should have a vendor namespace part in your
> package. So instead of
>
> http://dev.flow3.marcodev:10088/Game
>
> it should be something like
>
> http://dev.flow3.marcodev:10088/MyCompany.Game
>
> Another reason could be, that you need index.php as part of the url
> (which is the case in the standard configuration on ubuntu for example).
>
> In that case the url has to be
>
> http://dev.flow3.marcodev:10088/index.php/MyCompany.Game
omg....

Ok, I have to delete Configuration/PackageState.php every time I add a
new package and then use the correct url

http://dev.flow3.marcodev:10088/game.frontend

Now everything is fine.
Thank you for your help!



More information about the FLOW3-general mailing list