Search
Close
AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

AI Assistant
414 Request-URI Too...
 
Notifications
Clear all

414 Request-URI Too Long

2 Posts
2 Users
0 Reactions
3,022 Views
(@murom360)
Member Customer
Joined: 8 years ago
Posts: 4
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
  [#3350]

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: 11 years ago
Posts: 4238
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

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