Search Results for '"wordpress'
-
Search Results
-
All i have just started using word press and i have to say i like it, what i am trying to do is setup a client with wordpress and bbpress so they have a forum to use and can serach with , in one area of there forum the people have to pay to post but not read waht do u think would be best for this i have been trying to use BBPRESS but everything i try to get the connection from WP to BB working i have issues, the current one is when i go to my bbpress page it will go direct to my wp page, i am not usre what i have done here
Alright, so after running the install. I get these errors:
Your installation completed with some minor errors. See the error log below for more specific information.
SQL ERROR!
>>> Database: wp_blog (localhost)
>>>>>> CREATE TABLE IF NOT EXISTS
bbs_posts(post_idbigint(20) NOT NULL auto_increment,forum_idint(10) NOT NULL default 1,topic_idbigint(20) NOT NULL default 1,poster_idint(10) NOT NULL default 0,post_texttext NOT NULL,post_timedatetime NOT NULL default ‘0000-00-00 00:00:00’,poster_ipvarchar(15) NOT NULL default ”,post_statustinyint(1) NOT NULL default 0,post_positionbigint(20) NOT NULL default 0,PRIMARY KEY (
post_id),KEY
topic_time(topic_id,post_time),KEY
poster_time(poster_id,post_time),KEY
post_time(post_time),FULLTEXT KEY
post_text(post_text)) TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8’;
>>>>>> You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ‘TYPE = MYISAM DEFAULT CHARACTER SET ‘utf8” at line 16
Key master email not sent!
I have tried dropping all the bbPress tables and reinstalling it, but the problem still persists. I get this error message everytime after running the install script. I am running PHP 5.3.5 and MySQL 5.5.8 on a WAMP localhost server. Also, I am trying to integrate bbPress with my current WordPress blog…
Thanks in advance,
-Deuce