Search Results for 'test'
-
Search Results
-
Hi there.
I’m trying to install bbPress in a WP new enviroment.
Plugin is activated as usual, but when I create a new forum, topic or debate, all front-end pages associated are blank.
I have tried to replicate the problem in two different servers and it persists.### wp-core ### version: 6.1.1 site_language: es_ES user_language: es_ES timezone: +00:00 permalink: /%postname%/ https_status: true multisite: false user_registration: 0 blog_public: 1 default_comment_status: open environment_type: production user_count: 1 dotorg_communication: true ### wp-paths-sizes ### wordpress_path: /usr/home/almazendesign.com/web/testing wordpress_size: 849,97 MB (891255109 bytes) uploads_path: /usr/home/almazendesign.com/web/testing/wp-content/uploads uploads_size: 110,55 MB (115924400 bytes) themes_path: /usr/home/almazendesign.com/web/testing/wp-content/themes themes_size: 2,51 MB (2629926 bytes) plugins_path: /usr/home/almazendesign.com/web/testing/wp-content/plugins plugins_size: 4,73 MB (4962753 bytes) database_size: 2,13 MB (2228224 bytes) total_size: 969,89 MB (1017000412 bytes) ### wp-active-theme ### name: Twenty Twenty-Three (twentytwentythree) version: 1.0 author: el equipo de WordPress author_website: https://es.wordpress.org parent_theme: none theme_features: core-block-patterns, post-thumbnails, responsive-embeds, editor-styles, html5, automatic-feed-links, block-templates, widgets-block-editor theme_path: /usr/home/almazendesign.com/web/testing/wp-content/themes/twentytwentythree auto_update: Desactivado ### wp-plugins-active (2) ### bbPress: version: 2.6.9, author: The bbPress Contributors, Actualizaciones automáticas desactivadas WP Reset: version: 1.97, author: WebFactory Ltd, Actualizaciones automáticas desactivadas ### wp-plugins-inactive (4) ### BJA VLE Virtual Learning Enviroment - Bjäland: version: 1.0.0, author: Bjäland, Actualizaciones automáticas desactivadas My trades - WordPress Heroes: version: 1.0.0, author: WordPress Heroes - Félix Martínez, Actualizaciones automáticas desactivadas WPH Base Plugin - Bjäland: version: 1.0.0, author: Bjäland - Félix Martínez, Actualizaciones automáticas desactivadas WPH Chat: version: 1.0.0, author: WordPress Heroes - Félix Martínez, Actualizaciones automáticas desactivadas ### wp-media ### image_editor: WP_Image_Editor_GD imagick_module_version: 1691 imagemagick_version: ImageMagick 6.9.11-60 Q16 x86_64 2021-01-25 https://imagemagick.org imagick_version: @PACKAGE_VERSION@ file_uploads: File uploads is turned off post_max_size: 35M upload_max_filesize: 35M max_effective_size: 35 MB max_file_uploads: 20 gd_version: bundled (2.1.0 compatible) gd_formats: GIF, JPEG, PNG, WebP, BMP, XPM ghostscript_version: unknown ### wp-server ### server_architecture: Linux 5.10.0-19-amd64 x86_64 httpd_software: Apache php_version: 8.2.1 64bit php_sapi: fpm-fcgi max_input_variables: 10000 time_limit: 30 memory_limit: 192M max_input_time: 60 upload_max_filesize: 35M php_post_max_size: 35M curl_version: 7.74.0 OpenSSL/1.1.1n suhosin: false imagick_availability: true pretty_permalinks: true htaccess_extra_rules: false ### wp-database ### extension: mysqli server_version: 10.5.17-MariaDB-1:10.5.17+maria~deb11-log client_version: mysqlnd 8.2.1 max_allowed_packet: 134217728 max_connections: 500 ### wp-constants ### WP_HOME: undefined WP_SITEURL: undefined WP_CONTENT_DIR: /usr/home/almazendesign.com/web/testing/wp-content WP_PLUGIN_DIR: /usr/home/almazendesign.com/web/testing/wp-content/plugins WP_MEMORY_LIMIT: 192M WP_MAX_MEMORY_LIMIT: 192M WP_DEBUG: true WP_DEBUG_DISPLAY: true WP_DEBUG_LOG: false SCRIPT_DEBUG: false WP_CACHE: false CONCATENATE_SCRIPTS: undefined COMPRESS_SCRIPTS: undefined COMPRESS_CSS: undefined WP_ENVIRONMENT_TYPE: Sin definir DB_CHARSET: utf8mb4 DB_COLLATE: undefined ### wp-filesystem ### wordpress: writable wp-content: writable uploads: writable plugins: writable themes: writable
Thanks in advance.
Topic: Forums link to homepage
Hi,
I have setup a Forum, actually many forums.
I also setup bbp Private Groups.I made a test registrant, and I set them up as a “Private group member” and as a “Participant”. When they log in, they can see the forums, but when they click on any forum title, they go to my website homepage.
I set a forum to “Public” and it does the same thing.
I cannot see what setting will allow my Private users to access the forums.
By the way, I made a Topic in one of the forums (from backend admin), and it shows as the “Last Post” and when the user clicks the “Last Post” they go to the topic.
I’m just setting up bbPress on my site (WordPress 6.1.1, custom theme non-Block Editor/Gutenberg).
I found interior forum pages are working but the main landing page was not. I was able to work around that by setting up a regular page and using the
[bbp-forum-index]
shortcode, but I see the user profile pages are still not working (and they are doing exactly what the forum index page was doing before).Here’s an example:
https://icscalendar.com/forums-home/users/room34/It’s possible this is a problem with my theme, but I’m not immediately sure what might be wrong (and I’d like to fix this without having to test for plugin/theme conflicts because this is my live site and I don’t have a staging environment set up… yet).
I’m guessing it may be a routing issue… I do have some code in my theme that uses the
template_include
filter.Topic: Topic Count
Having imported thousands of topics from another system the topic count was incorrect for one of my forums.
I tried the Repair Forums tool to correct this but it made no difference.
I then edited the postmeta table for the relevant forum setting _bbp_topic_count and _bbp_total_topic_count to the correct topic number. This worked in that the forum then showed the correct number.
However, when I then deleted a post (which had been a test topic) the number went back down to only counting those that were actually added rather than those imported.
So the numbering system is clearly more complex than I thought.
Can anyone advise how to get the right number to be there and be updated correctly?