I'm trying to import entries from the new wordpress 2.0 but i get the error:
Starting import procedure...
Import failed: Could not select user information: .
Any help would be greatly appreciated.
Thank you
importing from wordpress 2.0
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Re: importing from wordpress 2.0
If you get that message, then the SQL query:
could not be executed.
Check if you can execute that query in your phpMyAdmin or sth. like that. Replace "PREFIX_" with the prefix you entered in the import config!
I haven't yet looked at the new DB SQL structure, but I'll doubt that there are many changes...
HTH,
Garvin
Code: Select all
SELECT ID, user_login, user_pass, user_email, user_level FROM PREFIX_users;
Check if you can execute that query in your phpMyAdmin or sth. like that. Replace "PREFIX_" with the prefix you entered in the import config!
I haven't yet looked at the new DB SQL structure, but I'll doubt that there are many changes...
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Thanks a lot! I'll see how to get this into our next version so that user_level is optional.
Regards,
Garvin
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
I suggest you to use the recent s9y version 1.0-beta3. This will get release as 1.0 during the course of the next days, so this is the most stable version to date. And it contains the fix for the WP importer code.
Regards,
Garvin
I suggest you to use the recent s9y version 1.0-beta3. This will get release as 1.0 during the course of the next days, so this is the most stable version to date. And it contains the fix for the WP importer code.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Hi, Garvin.
I am now getting the message: Import failed: Could not select user information: Access denied for user 'XXX'@'localhost' to database 'XXX'. I got support from my host, and they were unable to find the error. I'm sure it's something really simple, but would very much like to get this sorted out. You can email me, if you wish to keep the chatter down, on the board!
anita@chowslurp.com
Thanks!!
I am now getting the message: Import failed: Could not select user information: Access denied for user 'XXX'@'localhost' to database 'XXX'. I got support from my host, and they were unable to find the error. I'm sure it's something really simple, but would very much like to get this sorted out. You can email me, if you wish to keep the chatter down, on the board!
anita@chowslurp.com
Thanks!!
-
garvinhicking
- Core Developer
- Posts: 30022
- Joined: Tue Sep 16, 2003 9:45 pm
- Location: Cologne, Germany
- Contact:
Hi!
That import error you got means that the password you specified does not work to give serendipity access to the WP table! Please double-check your password/username and make sure that the host were your s9y is running is allowed to access the DB server!
HTH,
Garvin
That import error you got means that the password you specified does not work to give serendipity access to the WP table! Please double-check your password/username and make sure that the host were your s9y is running is allowed to access the DB server!
HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/