Search Results for 'test'
-
Search Results
-
Topic: Misc characters in emails
I have tried searching, and haven’t found this issue. I may not be using proper terms.
The email notifications are being sent just fine. However, they all are proceeded by a bunch of characters, i.e. similar to the following (plus there are strange codes within the email itself)
=?UTF-8?Q?ly=20To:=20Safety=20in=20Chir?==?UTF-8?Q?iqui?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: quoted-printableThe subject lines are fine. However, there are also lines of the notification showing extraneous codes and line breaks in strange places, including middle of a word, like the following:
A new reply has been posted by a user. Please login to read full p=
osting and respond.
IMPORTANT: You cannot reply to forum postings via email. You must be logged=
in to reply.=20Lastly, the end of the excerpts show codes too, such as =E2=80=A6
Using latest version of WP and plugin.
Topic: Spam – false positives
Some users are getting their posts and new topics flagged in my bbPress/Wordpress site as spam. They are long-time contributors with valid and thoughtful comments. It seems that bbPress occasionally gets too aggressive flagging valid posts as spam. I am running the latest bbPress (2.5.10) and WordPress (4.5.3) versions. Is there anyway to correct this situation?
Topic: PHP 7.0 Compatibility
Hello,
I ran the PHP 7 Compatibility test against bbPress with the following results. Be nice if they could be fixed so I can use bbPress with PHP 7.
FILE: /usr/share/wordpress/wp-content/plugins/bbpress/includes/admin/converter.php ------------------------------------------------------------------------------------------------ FOUND 1 ERROR AFFECTING 1 LINE ------------------------------------------------------------------------------------------------ 310 | ERROR | INI directive 'safe_mode' is deprecated from PHP 5.3 and forbidden from PHP 5.4. ------------------------------------------------------------------------------------------------ FILE: /usr/share/wordpress/wp-content/plugins/bbpress/includes/admin/parser.php -------------------------------------------------------------------------------------------------------- FOUND 3 ERRORS AND 1 WARNING AFFECTING 4 LINES -------------------------------------------------------------------------------------------------------- 293 | ERROR | Deprecated PHP4 style constructor are not supported since PHP7 1149 | ERROR | preg_replace() - /e modifier is forbidden in PHP 7.0 1150 | ERROR | preg_replace() - /e modifier is forbidden in PHP 7.0 1386 | WARNING | The use of function split is discouraged from PHP version 5.3; use preg_split instead --------------------------------------------------------------------------------------------------------THank you,
EdwardTopic: Full width forums solutions
I am running the latest BBP with WP 4.53 and BP 2.6.1.1 with sitewide and group forums using a 2012 child theme. I would like to show the forum pages full width in twenty twelve. I have tried several options to do this from using CSS to change the site content width along side copying the full with template and remaining Bbpress.php in the 2012 child theme folder as well as copying the Bbpress template folder to my 2012 child theme folder.
None of that has worked the closest it comes is the removal of the sidebar but the Bbpress content still doesn’t display full width. I have looked through the codex and the forums here but have not found a solution. Is there something I am missing? Can anyone point me to a definitive solution to this nagging problem. thank you
For my users, the main focus of their bbPress membership site is their latest posted thread.
How do I show on their dashboard the details of their latest thread? Preferably with 1) the first post 2), 3) the latest post, and 4) field to post an update to this topic.
Hello Support Forum
I have a displaying issue I couldn’t find the issue until now and was wondering if someone experienced similar or has a hint what could resolve it.Issue:
We setup several forums, which are accessible only with corresponding membership (using plugins, see below). Under each forum we created one topic only so far. When accessing a specific forum (example qigong and meditation as per the link below) it lists all topics; even the ones from the different forums. As per my understanding it should only display the topics of that specific forum.Theme is Newstube, but I changed it to the wordpress latest default theme (twenty sixteen) and the issue persists. I have also deactivated all but the bbpress plugins and the issue persists.
Wordpress: 4.5.3
BBpress: 2.5.9Is installed in combination with iThemes Exchange / Membership and Membership bb press add-on.
Website: Redacted
Under menu “account”, login. Test user we setup is (since only members can access the forum):
User: Redacted
PW: RedactedAm I overlooking something simple and obvious, or what could the issue be? Any help is very much appreciated.
Thank you.
MatildaHi All,
Issue: I have the age old issue of notifications not sending to admins.
URL: http: // www . homecarekn . ca/
Theme: Enfold
Wordpress: 4.5.3
bbPress: 2.5.3 (rolled back from 2.5.9)What I tried:
– I know emails are sending when I requested a password reset on my account and it sent.
– I rolled back bbPress since I read they changed their mail headers in 2.5.4 – so I went from the latest (2.5.9) to 2.5.3
– Plugin – AsynCRONous bbPress Subscriptions – didn’t work
– Plugin – bbPress Notify (No-Spam) – didn’t work
– Plugin – Reply Subscribed – forces reply email from new topics and repliesTried the plugins one at a time – created new topics and replied
Tried plugins all together – created some new topics and replied
Tried varying plugins activated /deactivated – created new topics and replied
No emails to editors, keymasters, or adminsEdited the database and added multiple addresses in the wp_options field for admin – still no notifications.
Did anyone ever figure out what and why this happens?
-BenHello Everyone
I just recently installed bbpress 2.6 alpha build because I heard there was some more improvements to the database importer. I was trying a test run of converting my IPB v3.47 forums to bbpress 2.6a and I put in all of the info into the script and it looks like it was working and I went away for a few hours and came back and it was still running. I thought this was odd because the forums/users are not abnormally large.
I opened up the forums link inside the WP admin and noticed that it had created several duplicates of each forum area and replicated posts more than once. It’s almost like it didn’t know it finished and restarted the process all over.
Is there any logs or debugging that I can turn on that would provide help into troubleshooting this issue as to why the importer never stops processing? If there is mods installed on IPB could this mess with the importer at all?
I did find an error_log file and here is some of the issues I saw in it:
[03-Jul-2016 17:18:48 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/darkone/public_html/wp/wp-content/plugins/bbpress/includes/admin/converter.php on line 319
[03-Jul-2016 17:18:48 UTC] PHP Warning: ini_set() has been disabled for security reasons in /home/darkone/public_html/wp/wp-content/plugins/bbpress/includes/admin/converter.php on line 320[02-Jul-2016 17:10:39 UTC] WordPress database error Specified key was too long; max key length is 1000 bytes for query CREATE TABLE wp_bbp_converter_translator (
meta_id mediumint(8) unsigned not null auto_increment,
value_type varchar(25) null,
value_id bigint(20) unsigned not null default ‘0’,
meta_key varchar(255) null,
meta_value varchar(255) null,
PRIMARY KEY (meta_id),
KEY value_id (value_id),
KEY meta_join (meta_key, meta_value) ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci made by do_action(‘wp_ajax_bbconverter_process’), call_user_func_array, BBP_Converter->process_callback, BBP_Converter->sync_table, dbDeltaAny help is appreciated, thanks.