[FLOW3-general] How to get Blog working??

Nicolas Forgerit nicolas.forgerit at gmail.com
Tue Jun 14 10:10:48 CEST 2011


Hey Gideon!

It is always very helpful to see the exact error messages. So help us
helping you by pasting the error messages that aren't longer than one
line directly to this list and error messages that are longer to,
let's say, pastebin [1].


>        1. I cannot import the DDL.SQL file. It keeps say that there is some
> syntax error.
Here we have a first case of the rule from above. Please, give us more
information of that syntax error. :)

>        2. While I do this ./flow3 typo3:site:import <
> Packages/Sites/PhoenixDemoTypo3Org/Resources/Private/Content/Sites.xml.
> A error occurred:
>
> Error: During import an exception occured. SQLSTATE[28000] [1045] Access
> denied for user 'root'@'localhost' (using password: NO)
Okay this is pretty straight-forward. In order for putting some stuff
into your database, you need to set up a user account that is able to
write to the database. I would recommend not using your root account
for that since this often leads to slipping into insecure production
systems when you have to "get things done". Instead, set up a user
like "f3-blog-ex" with a random password.
You may do so by using tools like phpMyAdmin or you may set it up
using the CLI mode (e.g. [2]). What is the lamp-stack you are using?
They often bring along an easy peasy admin-backend with them.
Afterwards you need to configure F3 to do use those  account
information. Get back to us if you need help with that.


> Any Ideas??
>
>        By the way, I just want to try the FLOW3 Blog. Look like it is too
> complicated to test it.
Don't despair, we are with you. :)


Ciao
  Nico

[1] http://pastebin.com/
[2] http://www.linuxhelp.net/guides/mysql/


More information about the FLOW3-general mailing list