Search Results for 'bbpress'
-
Search Results
-
Topic: Apostrophe issue
For some reason, I can’t submit a post that has an odd number of apostrophes in it. Here is the error I get:
bbPress database error: [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 't i use an apostrophe?
','2007-12-21 20:48:42', '76.24.176.14', '0', ' at line 4]
INSERT INTO thinkstorm_posts (forum_id, topic_id, poster_id, post_text, post_time, poster_ip, post_status, post_position) VALUES ('13', '7', '1', '
can't i use an odd number of apostrophes?
','2007-12-21 20:48:42', '76.24.176.14', '0', 11)
Warning: Cannot modify header information - headers already sent by (output started at /home/outchy2/public_html/thinkstorm/bb-includes/db.php:185) in /home/outchy2/public_html/thinkstorm/bb-includes/pluggable.php on line 164What should I be looking for to fix this?
Hi during the install of bbpress something must have gone wrong since I’m getting a “page not found” display when I attempt to bring up my “install.php”
I’ll go over every step in hopes to find the problem.
When opening config.php I changed:
BBDB_NAME
BBDB_USER
BBDB_PASSWORD
BBDB_DOMAIN
and
BBDB_EMAIL
All to what those fields said in my wordpress wp_config.php file.
I installed my bbpress folder inside my wordpress folder.
My wordpress folder is directly under my site folder.
I do have multiple domains under the same server but that shouldn’t create any type of problem.
The location of my bbpress should be: http://www.mysite.com/wordpress/bbpress/
So I changed the value in my config.php file to the address above.
I also changed the values of >wp_home and >wp_siteurl
to reflect what it says under my wordpress/options/
Do you see anything that I’ve done wrong? Or am forgetting to do?
I can’t seem to make a ticket on the trac. Here’s the contents of what I want to say:
With the way bbPress is currently set up, an Administrator could, just by editing the profile of a Key Master, remove the Key Master privileges. I suggest editing Key Master profiles cannot be done by anyone but Key Masters, or the administration portion of the profile should not be shown to anyone lower than Key Master if they are editing the profile of a Key Master.
Topic: I get this error message
Hi my website is thelegalhustle.com
I just tried installing bbpress, did everything as it said and when I go to the install page i get this message:
“Warning: mysql_get_server_info(): Can’t connect to local MySQL server through socket ‘/usr/local/mysql-5.0/data/mysql.sock’ (2) in /home/content/j/o/e/joeknockz/html/thelegalhustle/wordpress/bbpress/bb-includes/db.php on line 73
Warning: mysql_get_server_info(): A link to the server could not be established in /home/content/j/o/e/joeknockz/html/thelegalhustle/wordpress/bbpress/bb-includes/db.php on line 73
Cannot select DB.”
I go through GoDaddy on a Linux server so it supports everything bbpress needs…I’m not sure where the error lies..
I used a plugin at http://bbpress.org/plugins/topic/63?replies=4#post-695
for signatures, and it works great except that other users aren’t able to choose a signature. The signature option isn’t available for users other than the key master. Is this supposed to happen? If not, how may I fix this problem so other users can have a signature as well?
Topic: Add a new page?
Hey all, I need some help. Basically, I don’t want the post form showing up on any of the main pages but instead, I’d like to create a separate page called newpost.php that contains only the post form that I can link to from all appropriate pages. But when I create this page and try hitting it, it either cannot be found by typing in /bbpress/newpost.php or shows up as a blank page when I type in the full url to the theme (bbpress/bb-templates/theme/newpost.php).
Any ideas on how to get this to work?