Viewing Question

Category: Download Center
Q writes...
2010-03-31 02:32:14
The site and my admin is working fine, but if I would like to add a new user nothing happens.
It says the user is created, but not added in the user list...

Thanks in advance,
Jasper
Chris writes...
2010-04-01 11:20:12
That's odd. What version of MySQL are you using? Is it possible for you to check the users table in the database? Does it contain the new user (or any user?)
Q writes...
2010-04-02 00:15:05
Hey Chris,

Thanks for the reply!

- MySQL version is 3.23.58

- Only my admin is shown:

SQL resultaat

Host: localhost
Database: fileserver
Generatie Tijd: 02 Apr 2010 om 09:11
Gegenereerd door: phpMyAdmin 2.6.3-pl1 / MySQL 3.23.58
SQL-query: SELECT * FROM `users` LIMIT 0, 30 ;
Rijen: 1

id username password email access blocked validate
1 **** **** **** 1 0
Q writes...
2010-04-02 01:05:06
Hey Chris,

Thanks for the reply!

- MySQL version is 3.23.58

- Only my admin is shown:

SQL resultaat

Host: localhost
Database: fileserver
Generatie Tijd: 02 Apr 2010 om 09:11
Gegenereerd door: phpMyAdmin 2.6.3-pl1 / MySQL 3.23.58
SQL-query: SELECT * FROM `users` LIMIT 0, 30 ;
Rijen: 1

id username password email access blocked validate
1 **** **** **** 1 0
Q writes...
2010-04-07 12:28:22
Hey Chris,

Any suggestions yet? I noticed that my settings in the admin panel don't save their data either. The button "allow user registration" is off, but I can't change this either.

For the rest it's working great!

Thanks,
Jasper
Chris writes...
2010-04-07 15:57:20
I apologize for the delay, I must have deleted the email that informed me of your post before responding.

My current best guess is that it has something to do with your VERY old MySQL installation. I've personally tested the program on version 5.x, and if I remember correctly, have reports of it working fine in 4.x

Is there any possible way you can update MySQL?

~Chris