Search Results for 'test'
-
Search Results
-
When using the functions provided by the Popularity Contest plugin to display a list of the popular posts, I get the following error:
Warning: Missing argument 2 for bbp_query_post_parent__in() in /home/user/site.com/wp-content/plugins/bbpress/bbp-includes/bbp-general-functions.php on line 886
Topic: Blank page
Hi
I’ve installed bbpress, activated it, and ceated a test forum.
http://www.finditinspain.biz/forums/
However, when I follow the forum link it just gives a blank page.
Any ideas?
Thanks
I’m no sysadmin, so understanding what is happening is a bit beyond me right now.
Here’s what I was doing to cause the 403 error:
1. I wanted to test to see what bbpress does with a really long forum post title, so I tried the following:
Let’s create a really crazy long title name to see if the table properly removes any extra text from the title or not
The body of the post says:
Well I hope that title above was long enough, I can’t imagine any forum titles being longer than this one.
When I click submit, I get a 403error below:
[Fri May 27 20:21:10 2011] [error] [client 76.121.8.129] mod_security: Access denied with code 403. Pattern match ":space:+(select|grant|delete|insert|drop|alter|replace|truncate|update|create|rename|describe):space:+[A-Z|a-z|0-9|\\*| |\\,]+:space:+(from|into|table|database|index|view):space:+[A-Z|a-z|0-9|\\*| |\\,]" at POST_PAYLOAD [severity "EMERGENCY"] [hostname "mysite.com"] [uri "/forum/prayer-requests/healing/"] [unique_id "TeA-9kUuJUQAABVAGuk"]
I am unsure of how to interpret the error, and what steps I need to take in order to resolve the problem. Hope this error helps identify something.
When I click on either subscribe or add to favorites, there is a noticeable delay before the text changes to subscribed or added to favorites.
This has lead me on a number of times to continue to click the button, not realizing that it is simply processing.
Strange part is this is on a dedicated server with basically no load, so I do not know why the delay is happening.
suggestion:
Some type of notification text saying it is being updated or something via popup, don’t really care what, just need something to tell the user that it’s working.
*If there is any way for me to ‘troubleshoot’ the delay, then I am willing to test to see why it is happening.
I think this started when I upgraded the beta version this morning. After clicking on a forum I get the correct screen with this message at the bottom,
Fatal error: Call to undefined function bbp_current_user_can_create_topic_in_forum() in /hermes/bosweb26a/b1658/d5.savethec/public_html/stc/wp-content/themes/bbp-atahualpa366/bbpress/form-topic.php on line 17
This does not seem to effect anything.
Here is the link. http://www.savethecolors.com/?forum=test2-2
I don’t want to hijack the thread where JJJ and I were talking about the template locations filling up my theme root, so here is a new post.
I was playing around with an idea, and before I go to far with it, I was curious what you think.
You had mentioned that this type of system was expressly forbidden by wp, due to having to search all folders for files before proceeding. That would be a nightmare, but here I am defining the folders up front, so it ‘should’ be just as fast, though I am unsure of how to bench test it.
If we could get a system in place like this, then it would clean up the theme area considerably.
I am using the same logic on a number of client sites and it works perfectly, though they are not using bbpress or buddypress. I simply use it for my own custom post-types.
example:
public function template_include( $template ) {
if ( get_query_var('post_type') == $this->post_type ) {
if ( is_single() ) {
if ( $single = locate_template( array( $this->post_type.'/single.php') ) )
return $single;
}
if ( is_paged() ) {
if ($paged = locate_template( array( $this->post_type.'/archive.php') ) )
return $paged;
}
else { // loop
return locate_template( array(
$this->post_type . '/index.php',
$this->post_type . '.php',
'index.php'
));
}
}
return $template;
}This would completely change the structure of bbpress template names, but could potentially allow me to store everything inside 3 folders ‘forums/topics/replies’.
I’m sure there would be much more to it than that….
What do you think of this type of approach?
*right now it is quite generic and would effect all custom post_types, which would not be good. Changing to be bbpress specific would prob just be a matter of defining types in the array vs. all
I’m really asking because even though I know I could get this to work, I am quite curious how this would end up effecting buddypress when combined with bbpress.
Would a system like this be a deal breaker?
Good idea or bad?
Is there a way to apply the Human Test plugin to the bbpress plugin?
Thanks.
Topic: Deleted my registered users
I am not tech savvy by any means, we had a programmer develop a WP based site about a year ago, we want to incorporate a bbpress blog into this, so I created a new test site so I didn’t botch it (thank god because I DID botch it).
The test site is http://www.hersheyicecream.com/forum
I installed bbpress (www.hersheyicecream.com/forum/bbpress) and went through the integration process because I want it to pull from my WP user listing, unfortunately right after I did this all hell broke loose.
At this point I am not only showing up on the forum I created as Anonymous Unregistered, it also will not allow me to retrieve my password saying no user exists, and I have NO other users. It also will not allow me to log in to my site http://www.hersheyicecream.com/forum, instead it redirects me (not sure how) to my actual site http://www.hersheyicecream.com/dealers…
I have no way to access my “.com/forum” WP site and no way to log in to my “.com/forum/bbpress” forum.
HELP!