Search Results for 'test'
-
Search Results
-
Hi, I’ve been working on migrating my large Drupal site to WordPress. I’ve managed to do the majority of the site but now I’m stuck on the forum.
I’m using Drupal 6 and Advanced Forum, I have 26K topics and 700K replies.
I’ve tried running the script on a couple of different local machines, and on my VPS server where I’ve had the most success; the script does the 26K topics smoothly but then hangs pretty early in the replies, around the 700th row. Locally, it gets stuck before. Weird thing is that a couple of times I’ve left it running for longer, eventually it manages to go past that sticking point and just continues extremely slowly.
Also: I’ve read the troubleshooting instructions, which make sense but I don’t understand how to pinpoint the line numbers within the database, specifically these points:
- “Now drop all the rows in the database that are not in the range of rows that failed during import”
- “Once you have your list of offenders and the import has finished delete these rows from the database and test again to make sure it completes without hanging
So question #1: if I look at my database in phpMyAdmin for example, and I know the problem is in rows 700-799 of my replies, how do I locate these rows?
Question #2: Is there a way to know for sure if the problem is performance/memory related or if it’s an encoding issue in a specific row? I don’t know if I should be directing my efforts to solving performance issues or pinpointing problem rows.
And finally question #3: Does anybody here have experience with these issues and would be willing to be hired to do this migration? Contact me if you do please!
Thank you very much for any help you can provide 🙂
When I first set up my BBPress forum at libertydebater.com, I was the keymaster of the forum. I could see options to edit posts, trash them, move them and a number of other options.
At some point (I’m not clear when) I lost the ability to do practically anything as the keymaster on my forum. When I try to reply to a post, I get an error that says “ERROR: You do not have permission to create new topics.”
Also, where I used to see moderating options above each post, I no longer see those. I’ve spent the last 3 days searching for a fix and trying everything I’ve found. So far I’ve tried:
– disabling all plug-ins, testing, then re-enabling them and testing. The problem persisted even when all plugins were disabled.
– Running every tool under Tools > Forums.
– Changing the Forum roll of that user to Participant and then back to Keymaster.
– Changing my theme (currently Tortuga) to the default 2014 theme. It made no difference so I changed it back.
– Restoring the database back to the oldest copy I had available.
– I made a test user account. The test user can post and reply, even as Keymaster, but didn’t have the ability to Edit, Move, Trash posts.
I have also seen suggestions of getting rid of the Yoast plug-in as a solution, but I don’t have that plug in.
This was all working fine and then one day it wasn’t. I’m a total newb to Word Press, so please go easy on me. If you have any suggestions, some guidance on how to implement them would be most appreciated.
Thanks!
I am having a number of issues with slow posting times. Posts are taking up to 30 seconds to submit in many cases.
I spoke to my webhost who offered the following details:
We have reviewed your case in details. As you probably know the BBPress plugin saves each forum new topic or post to a topic as a new post in the WordPress database. Due to this reason your WordPress’ posts database table and its meta data is getting quite big.
I believe that the main reason for your slow performance is the size of the _posts and _postmeta database tables.
Decreasing their size will speed your website up.
I did actually try the fix suggested at the end of this forum topic by editing the functions.php file.
This way I have managed to post a test topic for about 12 seconds instead of the previous 30-35 seconds time frame.
My forum contains 500,000+ posts, so I accept that the database will be getting large. Is there nothing that can be done to improve the awful performance I am seeing until the much rumored bbPress 2.6 is released?
Several people posting to a topic with there mobile but then we get HTML tags like <p>Test</p>. The strange thing is it happend with several people on the same browser or OS.
Does anybody knows this problem?
Hi,
WP 4.7, latest BBpress. I have a multisite: swissinformatic.org, magazine.swissinformatics.org, [other stuff]swissinformatics.org. My mail server is @swissinformatics.org and the plugin picks up$_SERVER['SERVER_NAME']to create the no reply address.
COULD YOU HELP US with a setting box to supersede this value?
Meanwhile I replaced it with my site name in the functions.php code, but mind the next plugin update!
$sitename = strtolower( ‘swissinformatics.org );
Always beware of “Educated guess’ I’m not going to buy a mail server for each subdomain and with the present security of providers,…
I also created a no reply alias of my administrative e-mail address.
Everything is fine nowSubscriptions ***********************************************************/
/**
* Get the “Do Not Reply” email address to use when sending subscription emails.
*
* We make some educated guesses here based on the home URL. Filters are
* available to customize this address further. In the future, we may consider
* usingadmin_emailinstead, though this is not normally publicized.
*
* We use$_SERVER['SERVER_NAME']here to mimic similar functionality in
* WordPress core. Previously, we usedget_home_url()to use already validated
* user input, but it was causing issues in some installations.
*
* @since bbPress (r5409)
*
* @see wp_mail
* @see wp_notify_postauthor
* @link https://bbpress.trac.wordpress.org/ticket/2618
*
* @return string
*/
function bbp_get_do_not_reply_address() {
$sitename = strtolower( $_SERVER[‘SERVER_NAME’] );
if ( substr( $sitename, 0, 4 ) === ‘www.’ ) {
$sitename = substr( $sitename, 4 );
}
return apply_filters( ‘bbp_get_do_not_reply_address’, ‘noreply@’ . $sitename );Topic: Paging on custom short code
Hi I am using a custom short code to show about 10 latest replies on my reply dash board.
I get shortcode from this link by applying this code : http://www.daggerhart.com/bbpress-recent-replies-shortcode/what I want is to add paging (nav) at the bottom to show more then 10 replies on other pages. please suggest solutions.
Hello:
I have created a log in page but I tested it myself and I logged out. But though I set up the recommended bbPress code for log in, there is no option to log in. When I logged out, I still got this message: “You are already logged in.”
I can’t create a registration form, in spite of creating one with the recommended bbPress shortcode.
Without being able to log in our log out, or register, I can’t invite anyone to my forum.
Sigh.
Topic: Forum Layout
Hi guys, quick question – I am looking for to make a forum for our club and we want the separated like this and also the style of it:

And also the latest post with the styles like this:

Any help would be massively appreciated – Thank you
In the forum settings, it gives the option “Forum root should show” with the choices of “Forum Index” or “topics By Freshness”. How can I have the root show both – the listing of forums, and below it the latest topics?
I know there is a shortcode [bbp-topic-index] which will show the latest topics, but I don’t know where I can put that to have it show on the forum root.
ThanksThe standaard BBpress searchfunction is very bad,slow, had no options to filter and it looks there is no development on this.
A good searchfunction is so very important for a succesfull forumscript.
After long searching and testing serveral search-plugin i’ve found a good working plugin.
Fast, configurable and ajax.See the search-plugin in my live website http://www.opel-forum.nl
I use the free version. The pro version has more options.This is the link to the plugin.
Hi, I’m having an issue with how bbpress displays on my website. Im using the divi theme with the latest bbpress plugin and wordpress version.
The border is misaligned on the left and bottom (see link below). I have tried css to fix it but with no luck. I think its to do with the padding. Anyone know how to fix this?
https://www.dropbox.com/s/fxizzkhjh285l4r/Screenshot%202016-12-23%2016.59.45.png?dl=0
Thanks for any help!