Search Results for 'test'
-
Search Results
-
Topic: phpBB import (again)
Hello,
I’m working with a 3.1v of phpBB. I’ve worked my way through a few hurdles but I’m stuck on the current one. The latest error I’m getting is [Unknown column ‘forums.forum_topics’ in ‘field list’]. For the life of me, I have no idea where this is coming from. The error infoSELECT convert(forums.forum_id USING “utf8mb4”) AS forum_id,convert(forums.parent_id USING “utf8mb4”) AS parent_id,convert(forums.forum_topics USING “utf8mb4”) AS forum_topics,convert(forums.forum_posts USING “utf8mb4”) AS forum_posts,convert(forums.forum_topics_real USING “utf8mb4”) AS forum_topics_real,convert(forums.forum_name USING “utf8mb4”) AS forum_name,convert(forums.forum_desc USING “utf8mb4”) AS forum_desc,convert(forums.left_id USING “utf8mb4”) AS left_id,convert(forums.forum_type USING “utf8mb4”) AS forum_type,convert(forums.forum_status USING “utf8mb4”) AS forum_status FROM phpbb_forums AS forums LIMIT 0, 100 /* From…
The very first error I had to overcome was the utf8mb4 issue. I backed up the database and then restored it in a new database. Judging by what I’m seeing it looks like I wasn’t successful?
How would I make bbPress functions available for a WordPress template file?
Specifically, I’m building some custom RSS feeds, one of which lists the latest topics posted on the website, but with some modifications. While I can pull the latest topics with a query_posts() call using (‘post_type’ => ‘topic’) and parse them with a standard post loop, I can’t figure out how to access tags related to each topic. I assume that bb_get_topic_tags() should get me the tags but the function is not available for the RSS file template which is in my WordPress template directory. I have basically been using this method for custom RSS feeds.
Since a function_exists() call for bb_get_topic_tags() returns false, I assume that I should first prime or load the bbPress plugin somehow. But how? Or am I approaching this completely wrong? I suppose I could always do a direct SQL query but I would like to avoid that if possible.
I have tried searching here and elsewhere but keep drawing blanks. The closest I could get to is this topic but it doesn’t really give an answer, or at least not one that I can understand.
I’m running the latest public bbPress and WordPress versions.
bbPress 2.5.14:
FILE: /var/www/test.site/wp-content/plugins/bbpress/includes/admin/converter.php ------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ------------------------------------------------------------------------------------------------- 310 | WARNING | INI directive 'safe_mode' is deprecated since PHP 5.3 and removed since PHP 5.4 ------------------------------------------------------------------------------------------------- FILE: /var/www/test.site/wp-content/plugins/bbpress/includes/admin/tools.php ----------------------------------------------------------------------------------------------------------- FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE ----------------------------------------------------------------------------------------------------------- 144 | WARNING | Function create_function() is deprecated since PHP 7.2; Use an anonymous function instead -----------------------------------------------------------------------------------------------------------In bbPress 2.6-RC6 everything is good.
bbPress 2.5.14
PHP Compatibility Checker 1.4.6Topic: Unable to reply in forum.
Hello,
I have been trying to test my forums and sometimes I get an error message that says “ERROR: Your reply cannot be created at this time.” I have checked my settings and I cannot figure out why this error message is coming up. A few people who have tried to post have told me that they received this message as well. It does not happen to every forum or every topic, only some of them. Does anyone know how I can fix this? I am using the BB Press plugin. Thank you.
Kristin
Topic: phpunit for specific version
Can anyone point me the place where i can find the unit test for specific bbpress version?
In the trac repo, only the trunk/beta/rc have the unit test folder. But on the standard release, it’s just the production version.
Maybe there’s already a way to do it in trac’s interface but I couldn’t figure out.
For example, I want to get the unit test for version 2.5.12 to run some compatibility test on my plugin. How can I get that?
https://bbpress.trac.wordpress.org/browser/tags
Thanks much 🙂
I have the latest RC of bbpress, trying to import from a phpbb 3.2.0 install. I have reset it and started it and reset it and started it and no matter what I do, it starts with “no users to import” and then it imports thousands of forums/topics all assigned to anonymous.
Is there a way to only import users at first and once it successfully does it, then do the normal import of the forums/topics and so forth?
Or is there a common issue that has been found with importing users that can be fixed by adjusting something in the source database (or…something)?
Topic: Trouble with bbpress replies
Hey all, we’re having trouble with bbpress replies, and we can’t seem to figure out what the issue is.
Everything works fine except when a normal “subscriber” level user tries to reply to his own post in the bbpress forum. The “subscriber” level has some additional permissions that we’ve added in using the User Role editor plugin. If he tries to reply to his own post, he gets this error message:
“ERROR: You do not have permission to reply.”
He can create posts, reply to other posts, but just not his own. I’ve tested this with our test account, and the same thing happens with the test account.
We are using the User Role Editor plugin, and our developer has checked the settings but they seem to be correct.
Our next plan is to create a new role in WP, with the same capabilities as the custom “subscriber” level. Wondering if any of you have had this experience, or have suggestions for what we should try.
Hello,
Recently I started to setup a community using buddypress and bbpress and only after a few tests I noticed that when someone create or reply a topic no notification is created. This is a bit frustrating considering how important the notifications are to keep track of what is happening in the community.
Looking through the forum for a solution I found a topic with a similar subject, however when trying to use their code a empty notification is created (there is no text or description). Here is the topic: https://bbpress.org/forums/topic/new-reply-notification-link-to-the-reply/
Anyone can tell me if the code above still working? I think that something changed since that this code was published, but I cant figured out what.
Topic: WP Version
Hello. It shows that this plugin is “Untested with your version of WordPress” and hasn’t been updated in over a year? I don’t want to get another plugin that doesn’t work so could you tell me if there are any plans to update to the latest WP Version? It’s not like Version 4.9.8 just came out. Thanks in advance!