-
Author
-
October 20, 2016 at 09:52 #140481maegrasParticipantI’m setting up a forum for my website, i installed bbPress, created a forum, created a page with permalink “/forum” shortcode and now i’m able to see forum root clicking on the link in menu.Here is the issue. I can create discussions from backend but when i try to create a new topic from frontend, logged in as admin, i got “you don’t have permission to post”. Also i cannot add a reply from frontend.
If i log in as user, i see the forum root, but when i click on any topic i get 404 error.
I tryed to “reset” the forum via tools->Forum but nothing changed. I also tryed to chmod files and folder permissions to 644 and 755 but nothing changes.
How could it be?
October 24, 2016 at 07:01 #140825LauraModeratorPlease update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
You must be logged in to reply to this topic.