kwyjibo
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Upgrade from b2 problemAfter alot of trial and error I found the answer here:
http://wordpress.org/support/2/62
all i did was change $b2inc = “/$b2inc”; to $b2inc = “$b2inc/”; and it started working. o_OForum: Installing WordPress
In reply to: Upgrade from b2 problemb2header.php Line 4 is:
require_once($b2inc.”/b2template.functions.php”);Forum: Installing WordPress
In reply to: Upgrade from b2 problemNow I loaded tyhe index.php that came wit hthe WordPress download package and I have my posts.
Is there any modifications that I could do to me original index.php to make this work rather than rebuild?
I may get this answered too before I get a response, but at least maybe I can help someone else who has had the same mental lapses as moi.
Sorry for taking up the space.Forum: Installing WordPress
In reply to: Upgrade from b2 problemOK, I took out the links to the B2Links and the rest of the page loads, but now I get an error where my posts should be of:
Warning: Supplied argument is not a valid MySQL result resource in /home/httpd/vhosts/ericlindbloom.com/httpdocs/index.php on line 197
Line 197 is the first line of the b2 loop:
<?php while($row = mysql_fetch_object($result)) { start_b2(); ?>