414 Request-URI Too...
 
Notifications
Clear all

414 Request-URI Too Long

2 Posts
2 Users
0 Likes
1,692 Views
(@murom360)
Member Customer
Joined: 6 years ago
Posts: 4
Topic starter  

Hello,

when we try to share the link vkonkate.ru - we get an error 414 Request-URI Too Long You can check here:

https://murom360.ru/community/concerts/alisa-35-let-07-marta-v-19-00-art-dvorec-g-vladimir/#post-224992

Maybe there is some way to make links by ID number?

I attach the screenshot of the error below.

Снимок экрана 2019 01 04 15 18 51

   
Quote
 Tom
(@tomson)
Famed Member Admin
Joined: 9 years ago
Posts: 4168
 

Yes, that's correct. The share URL was tested on latin chars, but I see it also includes non-latin multi-bit chars so it pass the limits.  We'll fix this in next version release, this is a post specific issue, it may work for  other share URLs without any problem.

If you need to fix this urgently please use Plugin File Editor ( Dashboard > Plugins > Edit ), or some File Manager. Open this file: /wp-content/plugins/wpforo/wpf-includes/class-api.php

Find this line:

$text = urlencode( wpforo_text( strip_shortcodes( strip_tags($text) ), 1000, false) );

Replace to this:

$text = urlencode( wpforo_text( strip_shortcodes( strip_tags($text) ), 200, false) );

   
ReplyQuote
Share:
Scroll to top