Search Results for 'test'
-
Search Results
-
I’ve had this very odd issue suddenly crop up. All deleted posts on my forum have automatically become undeleted. Basically the post_status field in the bb_posts table is getting reset to 0 for all posts.
I’m running bbpress 1.02 that’s deep integrated with WP Multisite 3.0.1 (with Buddpress 1.2.5.2). It’s deep integrated, but I run bbpress by itself, NOT as a component of Buddypress (in the groups component). The site’s been running for a year and I’ve never experienced this issue until now.
Is there any code in bbpress that could cause something like this? Reseting all posts?
My web host recently upgraded PHP from 5.2.13 to 5.2.14 very recently, could there be some kind of incompatibility?
Another side-effect of this is that it throws off paging on topics and cuts off newer posts in the topic. The number of pages shown for each post stays the same even though deleted posts are visible again so this essentially pushes newer posts back. Doing a recount doesn’t fix this.
I’m having a hard time finding the cause although I somehow reproduced the problem. I had thought a moderator had restored deleted posts so I was going back deleting some posts that had been undeleted. When I was all done, I did a full recount. A few minutes later I found that all the posts that I had just re-deleted were restored again! I tried deleting some more posts and doing some recounts haven’t been able to reproduce the problem again.
I’m running the following plugins:
– Ajaxed Quote 1.2
– Allow Images 0.8
– BBcode Lite 1.0.3
– bbPress Moderation Suite 0.1-rc2
– bbPress signatures 0.2.0
– bbPress Smilies 0.0.8
– bb Topic Views 1.6.4
– BBVideo 0.24
– BuddyBar in bbPress 1.0.4
– Forum Last Poster 0.0.5
– Hidden Forums 0.0.9
– Post Count Plus 1.1.11
I’ve been running these plugins for a long time. The most recent one was bbpress Moderation Suite but I tested it pretty extensively on a development site (mirror) without issue.
Any help is greatly appreciated!
Topic: bbPress plugin September 15?
I spotted this blogpost from WPMU.org in my RSS-feed today.
“bbPress 1.2 (the plugin) is said to be stable enough to start testing as soon as September 15 and the full release will most likely coincide with that of BuddyPress 1.3.”
http://wpmu.org/bbpress-forums-will-be-removed-from-buddypress-download-packgage/
Is there any chance that will happen?
Hi all,
i am following this: http://wpbbpthemes.org/integration/
with WP 3.0.1 (multi user) and the latest bbpress.
now at step 2.19 i can’t seem to login to the bbpress dashboard. mydomain.com/forum/bb-admin redirects to mydomain.com/forum/.
– i am already login in WP
– i have bbpress and WP in root
Any ideas/tips
If someone copy/pastes a paragraph of text that has wiki formatting into a post, I can no longer view the page with the post on it (gives me a 404 error), nor can I use post administration (also gives me a 404 error). The only way to resolve it is to delete the entire topic in topic administration (hopefully there weren’t any posts you liked in it!). The test text I used was very basic, it was text with just a header and body, nothing more and it still caused the issue. It also contained “quotes” but not the straight up and down kind, the slanted kind.
I’m not certain if this is a known bug, or just my installation acting funny, either way, I really don’t want people purposefully or accidentally forcing me to delete topics, so any feedback on this would be greatly appreciated.
Oh, and yes I can still post/edit normal text to my forum so no its not my server acting up entirely.
Topic: Topic tooltips
Hi,
A themes front page usually displays the latest discussions, but with many forums there is no context to each topic listed so the topic title is often meaningless. E.g. a topic title of ‘Help’ does not invite the viewer to click the topic to see the posts.
I’d like to add a title=”first part of post…’ attribute to the <tr> tag of each topic in the list.
I tried adding a filter to topic_class(), to fudge class=”xx” to class=”xx” title=”yy” but alt_class() has no filters. My other approach was to add a new function to the theme, e.g. in kakumei
<tr<?php topic_class(); topic_tooltip(); ?>>and in functions.php
function topic_tooltip() {
$topic_id = get_topic_id();
echo ' title="'.$topic_id.'"';
}but I’m struggling to work out how to get the current post available to display an extract of the first post of the topic.
Any help really appreciated.
Ian.
Good News: WordPress operating successfully. bbPress forum operating successfully. “Integrated” (NOT “deep” integrated) bbPress and WordPress successfully.
Bad News: 12 hours effort to “Deep Integrate” so WordPress theme can be used in bbPress, etc.
The “require_once(dirname(__FILE__) . ‘/../wp-load.php’)” command line, when executed exactly as instructed inside the “bb-config.php” file (as shown by theme company, WordPress codex, bbPress Forum and Docs) brings up errors when the forum page tries to opens. Removed the Deep Integration code and the bbPress forum page pops back up.
Facts:
1. Databases are separate; but regular integration works fine.
2. All kinds of advice to no avail (i.e. putting code at top of .php file, removing forward slash before root, etc. etc.
3. Company programmers where I host did test on different server using basic WordPress and bbPress and attained exact same results. Not a directory issue, not a database issue, not a server issue. They also tried other methods/versions of the “require_once” code but kept getting same errors.
4. WordPress and bbPress are latest versions. WordPress is the brand new 3.0.1…requires different/new “deep integration” coding?
5. Basic integration works so the database/directory addresses are correct.
I have searched the forum and internet for solutions, prior to adding this post/topic, to no avail. Blindness and insanity creeping in…probably not due to this issue.
Thank you. Thank you. Thank you!
__________
The errors below are what we ALL are getting on our forum page(s) when attempting to Deep Integrate. (In the errors below “DBnumber” = “undisclosed database number” – AND – “websitename” = “undisclosed website name.”)
___________
Warning: Division by zero in /home/content/08/DBnumber/html/websitename/forum/bb-config.php on line 65
Warning: Division by zero in /home/content/08/DBnumber/html/websitename/forum/bb-config.php on line 65
Warning: require_once(0php’) [function.require-once]: failed to open stream: No such file or directory in /home/content/08/DBnumber/html/websitename/forum/bb-config.php on line 65
Fatal error: require_once() [function.require]: Failed opening required ‘0php’’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/08/DBnumber/html/websitename/forum/bb-config.php on line 65
Can people register with WordPress?
