• Hi
    We’ve had several processing errors in the log for several months.
    I even asked in the WordPress community but they gave me another solution.
    These errors were recorded for us
    /public_html/wp-includes/pomo/mo.php on line 323
    /public_html/wp-includes/pomo/streams.php on line 113
    /public_html/wp-includes/pomo/streams.php on line 205
    /public_html/wp-includes/pomo/streams.php on line 163

    So today I refer to the higher error address directory
    /**
    * Build a Translation_Entry from original string and translation strings,
    * found in a MO file
    *
    * @static
    * @param string $original original string to translate from MO file. Might contain
    * 0x04 as context separator or 0x00 as singular/plural separator
    * @param string $translation translation string from MO file. Might contain
    * 0x00 as a plural translations separator
    * @return Translation_Entry Entry instance.
    */

    The guide said the language file had a problem
    I use Persian
    In podadit, I found that the language-related settings were incorrect.
    The error is here = Use custom expression (?nplurals=1; plural=0;)

    The right guide = nplurals=2; plural=(n > 1); Use Default{nplurals=2; plurul=(n==0||n==1);}
    https://docs.translatehouse.org/projects/localization-guide/en/latest/l10n/pluralforms.html?id=l10n/pluralforms.
    Unable to send problem to translation section, Can’t send message there.

    Please check this issue and fix it if possible.
    If this is not the case, please guide how these errors are fixed.
    This has caused a lot of error 500 for us

    Thank you

Viewing 1 replies (of 1 total)
  • Internal server errors (error 500) are often caused by plugin or theme function conflicts, so if you have access to your admin panel, try deactivating all plugins. If you don’t have access to your admin panel, try manually resetting your plugins (no Dashboard access required). If that resolves the issue, reactivate each one individually until you find the cause.

    If that does not resolve the issue, try switching to the default theme for your version of WordPress to rule-out a theme-specific issue. If you don’t have access to your admin panel, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, navigate to /wp-content/themes/ and rename the directory of your currently active theme. This will force the default theme to activate and hopefully rule-out a theme-specific issue.

    If that does not resolve the issue, it’s possible that a .htaccess rule could be the source of the problem. To check for this, access your server via SFTP or FTP, or a file manager in your hosting account’s control panel, and rename the .htaccess file. If you can’t find a .htaccess file, make sure that you have set your SFTP or FTP client to view invisible files.

    If you weren’t able to resolve the issue by either resetting your plugins and theme or renaming your .htaccess file, we may be able to help, but we’ll need a more detailed error message. Internal server errors are usually described in more detail in the server error log. If you have access to your server error log, generate the error again, note the date and time, then immediately check your server error log for any errors that occurred during that time period. If you don’t have access to your server error log, ask your hosting provider to look for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Processing error due to problems with Persian language settings’ is closed to new replies.