2013-11-08, 13:22:38
I looked at the source code and found the cause of this - in the function find_url variable $PERMALINK equal to a single space, because of this the code of "if ($PERMALINK != '' && $slug != 'index')" runs and $url breaks.
I will try to find the cause of incorrect value of the $PERMALINK.
I will try to find the cause of incorrect value of the $PERMALINK.