Replies: 1 comment 1 reply
-
The markup served by this URL is not valid. Specifically, this is an error: <meta charSet="utf=8"/> Note the I'm not positive why there's a difference between The fatal error comes from inside YOURLS's attempt to convert an unrecognized encoding interpreted as Lines 911 to 938 in be573de YOURLS should probably catch this error in case of an invalid charset value and try
|
Beta Was this translation helpful? Give feedback.
-
If I shorten this URL
https://search.spokanehomeguy.com/search/detail/202195346?s[page]=1&s[locations][0][city]=Spokane&s[locations][0][state]=WA
The script spins and spins and does not produce an output.
If I remove the "s"
http://search.spokanehomeguy.com/search/detail/202195346?s[page]=1&s[locations][0][city]=Spokane&s[locations][0][state]=WA
It shortens just fine.
How can I fix this without constantly adjusting the input?
Error Log:
[18-Jan-2024 22:48:28 UTC] PHP Fatal error: Uncaught ValueError: mb_convert_encoding(): Argument #3 ($from_encoding) contains invalid encoding "utf" in /home/fbvvkrxo4bco/public_html/includes/functions.php:933
Stack trace:
#0 /home/fbvvkrxo4bco/public_html/includes/functions.php(933): mb_convert_encoding()
#1 /home/fbvvkrxo4bco/public_html/includes/functions-shorturls.php(97): yourls_get_remote_title()
#2 /home/fbvvkrxo4bco/public_html/admin/admin-ajax.php(21): yourls_add_new_link()
#3 {main}
thrown in /home/fbvvkrxo4bco/public_html/includes/functions.php on line 933
Beta Was this translation helpful? Give feedback.
All reactions