Admun's NUDN

admun

  • San Francisco, CA

Navigation

Navigation

Categories

Wordpress convertor v1.2

This new version add Nucleus table name prefix detection, so import is more rebust.

Import steps:
1 - install Nucleus
2 - download the import tools (see below)
3 - unzip the tools and upload the convert/ under nucleus/
3 - run the script wordpress.php, follow the step to fill in wp and nucleus database info.
4 - run it
5 - done!

click here to download

08:06:50 on 02/27/07 by Admun - Category: My Work - tags: - print

Comments

Jack wrote:

I get this error

Getting encoding...
select option_value from wp_options where option_name='blog_charset'

and nothing else happens.

04/10/07 04:19:37

Admun wrote:

So, the table you have in the database is "wp_options"? What version you are running?

04/10/07 09:40:39

jack wrote:

I'm using version Wordpress 2.1.2 - but I deleted all of the wp tables and re-imported them then ran the script again and it worked. I think there was something I did at my end that wasnt quite right. Sorry to trouble you.

It has now transferred beautifully - thank you!!!

04/10/07 11:09:08

Admun wrote:

good to know it works. Have fun with Nucleus!

04/10/07 11:37:24

Lisa wrote:

Hi, I don't see any /converts folder in the nucleus folder. Should I make one called /converts and put it in the nucleus folder?

Thanks.
Lisa

01/07/08 20:11:29

Admun wrote:

hum... I think it's missing from 3.31... get a copy here: http://edmondhui.homeip.net...

01/07/08 20:39:18

verbal wrote:

Please advise?

Got this when I tried to convert.

Getting encoding...

Encoding: UTF-8
Transfering categories...
select cat_ID, cat_name from wp_categories order by cat_ID

Not sure where to find cat_ID

02/03/09 09:28:42

verbal wrote:

Please advise?

Got this when I tried to convert.

Getting encoding...

Encoding: UTF-8
Transfering categories...
select cat_ID, cat_name from wp_categories order by cat_ID

Not sure where to find cat_ID

02/03/09 09:28:42

verbal wrote:

Please advise?

Got this when I tried to convert.

Getting encoding...

Encoding: UTF-8
Transfering categories...
select cat_ID, cat_name from wp_categories order by cat_ID

Not sure where to find cat_ID

02/03/09 09:28:42

verbal wrote:

*tries again*

I get this error -

Transfering categories...
select cat_ID, cat_name from wp_categories order by cat_ID

I don't see any "wp_categories" in my phpMyAdmin when I look for my db info. Help, please? Where do I need to look for this and how do I change it, and more importantly, where do i change it, what do I change it from/to?

Thanks so much
verbal

02/03/09 09:36:35

verbal wrote:

I keep getting this error

Getting encoding...

Encoding: UTF-8
Transfering categories...
select cat_ID, cat_name from wp_categories order by cat_ID

02/03/09 10:37:02

Admun wrote:

What version of WP you are running?

02/03/09 22:48:45

verbal wrote:

oh my goodness, sorry for all the multiple postings! It never showed up so I thought it didn't go through for some reason. I'm using Version 2.7 of wordpress.

02/08/09 01:38:17

Admun wrote:

Well, I have comment moderation on for old post. cool

I think the tool is broken for 2.7.x??? I'm sort of busy recently. I will suggest to ask in the forum and see anyone can look into it quickly....

Or the other hand, I will see if I can take a look later this week or next week.

Sorry for the late response.

02/09/09 11:22:20

Kevin wrote:

I am getting this error:

Fatal error: Call to undefined function sql_table() in /home/gameonni/public_html/nucleus/convert/wordpress.php on line 153

09/10/09 09:02:11

Admun wrote:

what version of PHP you are running? It looks like this function is missing....

try add the following code

if (!function_exists('sql_table')) {
function sql_table($name){
return 'nucleus_'.$name;
}
}

into wordpres.php after line 27 include(.....);

09/10/09 21:56:40

Dan wrote:

Hi, Im a noob and Im not sure what to input for the Database Name, for Nucleus and Wordpress..

Sorry for asking such a noob qns..

09/14/09 12:58:03

Admun wrote:

If you are running wp from a hosting environment, your system admin people can tell you.

cheers,

09/15/09 07:20:39

Add Comments