Send private message

You must be logged in to send a private message.

Group membership

Activity

  • Fazli added a new discussion topic The caracter number in the plugin "wire" in the group Elgg Technical Support
    As an administrator, I have set the character count in Wire settings to 250. When I try to shoot a simple message with more characters than 227, I get the message "Excuse me. We were unable to save this wire post."
    • In PHP, text containing non-English characters may be perceived as having an increased number of characters due to how PHP processes string data. PHP utilizes a set of functions for string operations that are based on either single-byte or multi-byte encodings.

      If PHP is configured to work with single-byte encodings (e.g., ISO-8859-1), each character is represented by one byte. However, many non-English characters (such as Cyrillic characters, ideograms, etc.) are encoded in UTF-8 using multiple bytes.

      When handling strings that contain such characters without using multi-byte string functions (mbstring), PHP may incorrectly determine the length of the string and the number of characters it contains. For example, if you use the strlen() function to get the length of a string containing non-English characters in UTF-8, the result might show more characters than expected, as each multi-byte character will be considered as several single-byte characters.

    • We did use strlen instead of the mbstring version of that. I fixed it in https://github.com/Elgg/Elgg/pull/14715

      So it should improve shortly.

  • Fazli commented on the plugin Verification
    Thanks a lot. It works properly.
  • Fazli commented on the plugin Verification
    You're wellcome, Nikolai. short_open_tag is off, I mean, not checked. What's more, I have made it checked and tested after making all 3rd party plugins deactivated, then I inactivated the cashes, and last I  activated the...
  • Fazli commented on the plugin Verification
    I deactivated all 3rd party plugins. I invalidated cashes then upgraded the system in admin page then check all links on the menu bar of user home. No issue has been displayed. I activated the verification, then I ivalidated cashes and...
  • Fazli commented on the plugin Event Manager
    When I run the Language Editor plugin on my Elgg-supported site and examine the English language of your event_manager plugin for Elgg, I saw that some lines (if I'm not mistaken, 15 lines) had empty (' ') expressions. When I downloaded...
  • Fazli commented on the plugin Verification
    When I deactivate the translation plugin and activate verification plugin, clicking on wire and blog links on the upper menu bar causes the same fault and displays the blue screen with the errors below   Fatal Error. Unmatched...
  • Fazli added a new discussion topic ERR_TOO_MANY_REDIRECTS in the group Elgg Technical Support
    When I try to delete a member which I suspect on his spam works such as bookmarking, creating groups, I sometimes get the message "This page is not working right now. ahalim.com has redirected you too many times. Try deleting your cookies"...
  • Fazli commented on the plugin Verification
    I did what you said, Nikolai. The result is same, unforunately. Blue screen.