[FLOW3-general] Notice: Undefined index: identifier

Karsten Dambekalns karsten at typo3.org
Mon Jan 25 12:49:07 CET 2010


Hi again.

On 25.01.10 09:37, Georg Ortner wrote:
>> Sorry, it seems you hit what I believe is a PDO bug / misbehaviour. Have
>> a look at the change
>>   http://forge.typo3.org/repositories/diff/package-flow3?rev=3730
>> done in r3730 and see if it solves the problem for you as well.
> 
> Hi Karsten, that's it, thank you very much!

Glad to hear that!

> In the meantime I had a look on the persistence benchmark. (Which looks
> quite impressive btw) I figured you also used mysql, is mysql support
> already implemented? If yes is there a short way to explain how to
> configure flow3 to use mysql.

You simply change the default DSN, username, password combo defined in
Settings.yaml to your own settings.

Check the Settings.yaml on the FLOW3 package, copy the persistence
section to your top-level Configuration/Settings.yaml and adjust as needed.

FLOW3:
  persistence:
    backendOptions:
      dataSourceName: 'mysql:dbname=blog'
      username: bloguser
      password: somepassword

> I'm afraid I'm asking too much, but I think it would be nice if you
> would update the tutorial documentation on the web. I guess many people
> (including me) were confused by playing with alpa7 sources (and
> cheatsheet) but with alpha6 docu. And as far as I know the documentation
> for the alpha7 example is already done and shipped with the getting
> started package in the documentation directory.

Well, it should have been current on the website. But it seems updating
it got lost in the release workflow and the following week. Sorry for
that, I'll update it now.

Regards,
Karsten


More information about the FLOW3-general mailing list