rvk2
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Any ex-Nucleus users here?So I tried to do the conversion from Nucleus 3.2 to WP 1.5 and then later upgrade to 2.0. However, I have the following error all over the WP blog page after the conversion:
Warning: Invalid argument supplied for foreach() in /home/content/………html/wordpress/wp-includes/functions.php on line 1161
This has to do with the categories, though I don’t know what.
Any ideas? I’m getting so frustrated with Nucleus that I’ll pay someone to help me do this conversion at this point. Anyone interested just message back here or email me at rahulvkadam@gmail.com
Forum: Fixing WordPress
In reply to: Nucleus to wordpress converter hereI am using the script that is available on the net to transfer Nucleus blogs to WP….these are the parameters I am unsure of
if (strstr($s,’host’)) echo “localhost”;
if (strstr($s,’username’)) echo “root”;
if (strstr($s,’wpprefix’)) echo “wp_”;Is host= the name of mysql db?
Is username the name in the SQL db?
And what about wpprefix? Do I leave it as is?Forum: Fixing WordPress
In reply to: Nucleus to wordpress converter hereawesome! that’s what I wanted to hear Moshu. I was afraid that installing wordpress in the same SQL db as Nucleus would screw up my current site.
Now is it possible for me to run the import scripts to transfer Nucleus to WordPress, without ruining anything in Nucleus?
Nucleus is where my index.php points to. If WP can transfer everything successfully, then I will point the index file to the wordpress directory.
Forum: Fixing WordPress
In reply to: Nucleus to wordpress converter hereif I simply setup wordpress to use the same database as Nucleus, but don’t make any posts, will that mess up the database?