Notifications
Clear all

wpForo 1.x.x [Closed] Users unable to access threads other than their own

5 Posts
4 Users
0 Reactions
1,571 Views
Posts: 75
 TGW
Topic starter
(@tgw)
Estimable Member
Joined: 7 years ago

User Sent me this message:

This site can’t be reached The webpage at https://the-great-work.org/community/case-discussions/orthodontics-ruined-my-mauth-now-trying-to-get-correct-oral-posture-back-and-be-able-to-close-my-mouth-again/#post-10123 might be temporarily down or it may have moved permanently to a new web address.
ERR_INVALID_RESPONSE

Interestingly, it seems that I am able to view threads that I started, but I get the error message on all other threads, even when trying to view one of my own posts in threads started by others. 

Previously users were getting 500 Internal Server errors, server logs saying "Cannot allocate memory", and we fixed that issue by increasing memory_limit for the website to 512MB

Now some users are getting this new error message that is shown in the quote.
This seems to be only hurting specific users..

Please help! We've been trying to solve this for a long time. Open to letting admins here have a look at the server if necessary 

4 Replies
Posts: 75
 TGW
Topic starter
(@tgw)
Estimable Member
Joined: 7 years ago

This error only occurs when the users are logged in

Robert
Posts: 10587
Admin
(@robert)
Support Team
Joined: 9 years ago

Please ask that user to click on "Mark all read" link located in forum foot. This will fix the problem.

1 Reply
writetoyogen
(@darjeeling)
Joined: 6 years ago

Estimable Member
Posts: 78

@robert is there any way to limit post title characters count? Long title looks ugly and disturbing.

@tgw with your permission uploaded the screenshot. You have set up a nice website with great contents.

Sofy
Posts: 4773
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

@writetoyogen,

Were is no any option for limiting characters count of a post title. you need to modify the wp-content/plugins/wpforo/wpf-includes/class-topics.php file. 

Find the following line and decrease the second argument (250) as you like:

$args['title'] = wpforo_text($args['title'], 250, false);

We'll take into consideration to add a new option, that will allow controlling this limitation from Dashboard. 

You can also hide the large titles on front-end using CSS text-overflow property.

More info here: https://www.w3schools.com/cssref/css3_pr_text-overflow.asp