Recent content by ZixDev

  1. ZixDev

    XF 2.2 Check box option value = '', but return `1`

    I have the checkboxrow with the option value = "": <xf:checkboxrow name="statuses" value="{$filters.statuses}" label="{{ phrase('lms_status') }}"> <xf:foreach loop="$statuses" value="$status"> <xf:option...
  2. ZixDev

    XF 2.0 How to change button icon?

    Hello, Can you guide me on how to create a button with fa icon toggle when clicking? Example: Before click: After click: Thank you.
  3. ZixDev

    AMPXF - AMP for Xenforo 2 [Paid]

    Can I use this addon for only thread?
  4. ZixDev

    Fixed ErrorException: [E_DEPRECATED] strtolower(): Passing null to parameter #1 ($string) of type string is deprecated

    I'm using PHP 8.1.1 Server error log ErrorException: [E_DEPRECATED] strtolower(): Passing null to parameter #1 ($string) of type string is deprecated src/vendor/swiftmailer/swiftmailer/lib/classes/Swift/Transport/Esmtp/AuthHandler.php:256 Generated by: Unknown account Jan 23, 2022 at 10:32 PM...
  5. ZixDev

    [OzzModz] User Upgrade Categories [Paid]

    Hello, I click the Plus icon to add user upgrade to the category. But after clicking, the category show "None"
  6. ZixDev

    Congrats man!

    Congrats man!
  7. ZixDev

    [OzzModz] Advanced Forms [Paid]

    I think we have a problem with PHP 8.1: Form export with CSV:
  8. ZixDev

    [OzzModz] Advanced Forms [Paid]

    Thank you. I've been purchased.
  9. ZixDev

    [OzzModz] Advanced Forms [Paid]

    Hello, I want to purchase this addon for my live forum. But I see it is still beta. When is it released?
  10. ZixDev

    Fixed ErrorException: [E_DEPRECATED] str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in

    I think this error is caused by PHP 8.1 ErrorException: [E_DEPRECATED] str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in src/XF/Job/AddOnUninstallData.php at line 76 XF::handlePhpError() str_replace() in src/XF/Job/AddOnUninstallData.php at line 76...
  11. ZixDev

    XF 2.2 [Bug with PHP 8.1] utf8_decode(): Passing null to parameter #1 ($string) of type string is deprecated

    Oh, sorry it seems my problem of my add-on when pass a null $option->getOption()->content to \utf8_strlen?
  12. ZixDev

    XF 2.2 [Bug with PHP 8.1] utf8_decode(): Passing null to parameter #1 ($string) of type string is deprecated

    Stack trace #0 [internal function]: XF::handlePhpError(8192, '[E_DEPRECATED] ...', '/Users/zix/Docu...', 141) #1 src/vendor/dokuwiki/utf8/utf8.php(141): utf8_decode(NULL) #2 src/addons/ZixVN/Exams/Service/Question/Preparer.php(236): utf8_strlen(NULL) #3...
  13. ZixDev

    XF 2.2 [Bug with PHP 8.1] utf8_decode(): Passing null to parameter #1 ($string) of type string is deprecated

    ErrorException: [E_DEPRECATED] utf8_decode(): Passing null to parameter #1 ($string) of type string is deprecated src/vendor/dokuwiki/utf8/utf8.php:141
  14. ZixDev

    AMPXF - AMP for Xenforo 2 [Paid]

    I opened a new private tab on Edge and go to ampxf.com and it worked again. Thank you.
Top Bottom