Wordpress convertor v1.2
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
Comments
Jack wrote:
Admun wrote:
So, the table you have in the database is "wp_options"? What version you are running?
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!!!
Admun wrote:
good to know it works. Have fun with Nucleus!
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
Admun wrote:
hum... I think it's missing from 3.31... get a copy here: http://edmondhui.homeip.net...
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
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
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
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
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
Admun wrote:
What version of WP you are running?
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.
Admun wrote:
Well, I have comment moderation on for old post.
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.
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
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(.....);
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..
Admun wrote:
If you are running wp from a hosting environment, your system admin people can tell you.
cheers,
I get this error
Getting encoding...
select option_value from wp_options where option_name='blog_charset'
and nothing else happens.