414 Request-URI Too...
 
Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

414 Request-URI Too Long

2 Posts
2 Users
0 Reactions
2,464 Views
(@murom360)
Member Customer
Joined: 7 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: 10 years ago
Posts: 4233
 

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