Download  |  Search  |  Log in  |  FAQ  |  Memberlist  |  Online  |  TYPO3.org Developer Resource
Home » Installation & Updates » Windows » 4.x
Post new topic   Reply to topic Page 1 of 1 [11 Posts] Solved: No entry in be_users iss created
Author Message
Ebbo



Joined: 13 Apr 2006
Posts: 6

PostPosted: 13 Apr 2006 - 5:30 pm    Post subject:  Solved: No entry in be_users iss created Reply with quote

I've installed Typo3 4.0 on a fresh Win2003, Apache 2, PHP 5 and MySQL Server.

The install (including IM,....) works without errors.
MySQL works fine (Tables are created, the Dump in static_template iss loaded)

BUT *did you think everything is fine? =)*

There iss no user/group being created in my Database.

I tried to add the User manually over the Install Tool under DB Analyzer, he says that the User is created, but there is nothing my be_users table.

I've installed Typo3 4.0 several times, didn't work.

Sessions are working.

I don't know any further and i hope s.o. might help me.

Greetings Ebbo

Last edited by Ebbo on 25 Apr 2006 - 12:04 pm; edited 1 time in total
Back to top
View user's profile Send private message
moob



Joined: 11 Oct 2005
Posts: 132

PostPosted: 13 Apr 2006 - 5:37 pm    Post subject: Reply with quote

did you check the database-specific privileges in mysql?

moob
Back to top
View user's profile Send private message
Ebbo



Joined: 13 Apr 2006
Posts: 6

PostPosted: 13 Apr 2006 - 5:40 pm    Post subject: Reply with quote

i created alle tables with the same privileges
Back to top
View user's profile Send private message
moob



Joined: 11 Oct 2005
Posts: 132

PostPosted: 13 Apr 2006 - 5:46 pm    Post subject: Reply with quote



and create "admin" user doesn't work?
Back to top
View user's profile Send private message
Ebbo



Joined: 13 Apr 2006
Posts: 6

PostPosted: 18 Apr 2006 - 12:32 pm    Post subject: Reply with quote

I did it several times, didn't work...
Back to top
View user's profile Send private message
Ebbo



Joined: 13 Apr 2006
Posts: 6

PostPosted: 18 Apr 2006 - 1:29 pm    Post subject: Reply with quote

Is it possible that I've got a wrong MySQL version?
I'm using MySQL 5.019
Should I try an Older Version of MySQL?
Back to top
View user's profile Send private message
johnnyl



Joined: 20 Apr 2006
Posts: 3

PostPosted: 24 Apr 2006 - 3:40 am    Post subject: Reply with quote

i'm having the same problem... did you get a fix ebbo?

my config is:

win xp sp2
php442, apache sapi dll module
apache 2.0.55 server
mysql 5.0.20
typo 3 v4.0, dummy package + source package... symlinked properly with winbolic

Install tool says everything is good... Tables all look good... DB user has full privledges... It says an admin is created in the database tools section of the install tool, yet both phpmyadmin and mysql administrator show no entry being added... consequently I can't get into the back end...

johnny
Back to top
View user's profile Send private message
Ebbo



Joined: 13 Apr 2006
Posts: 6

PostPosted: 24 Apr 2006 - 8:43 am    Post subject: Reply with quote

no sorry
i still do not get an admin account.

i will try to install another version of mysql this week, but i don't think that it'll help me any further.
Sad
Back to top
View user's profile Send private message
johnnyl



Joined: 20 Apr 2006
Posts: 3

PostPosted: 24 Apr 2006 - 6:49 pm    Post subject: Reply with quote

Ebbo et. al.,

Here is the solution:

- This bug is reported under:
http://bugs.typo3.org/view.php?id=2059

It has been found that the newer versions of mysql use a stricter query format (default windows installation is "strict mode") and is rejecting some of the typo3 queries/inserts as a result. To fix this, you can add the following line to the my.ini configuration file of mysql:

sql-mode="MYSQL40"

OR add the following line to the [setDBinit] configuration key in the install tool under the "All configuration" menu option:

SET SESSION sql_mode='MYSQL40'

...

You may need to restart your mysql server. Then, your "create admin user" tool will work and you will be able to log in to the backend.

Hooray!

For more information, see:

http://dev.mysql.com/doc/refman/5.0/en/server-sql-mode.html

Johnny
Back to top
View user's profile Send private message
Ebbo



Joined: 13 Apr 2006
Posts: 6

PostPosted: 25 Apr 2006 - 12:04 pm    Post subject: Reply with quote

THANKS ALOT!!!!
It worked.
Back to top
View user's profile Send private message
johnnyl



Joined: 20 Apr 2006
Posts: 3

PostPosted: 26 Apr 2006 - 10:22 pm    Post subject: Reply with quote

Welcome!
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic Page 1 of 1 [11 Posts] View previous topic :: View next topic
Home » Installation & Updates » Windows » 4.x
Jump to:  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum