• Resolved apexspace

    (@apexspace)


    Hello,

    i’m getting this error on my site due to this my site is down and my user are disturing.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Paul

    (@paulschiretz)

    Same error here, the error happens in \wp-content\plugins\translatepress-multilingual\includes\class-url-converter.php Line 784 if $abs_home is not ending with a trailing slash.

    If you are familiar with code you can replace Line 784 in class-url-converter.php:
    Replace this
    $home_path = trim( parse_url( $abs_home, PHP_URL_PATH ), '/' );
    with
    $home_path = trim( parse_url( $abs_home . '/', PHP_URL_PATH ), '/' );

    if not downgrading might be a fast fix:

    https://www.ads-software.com/plugins/translatepress-multilingual/advanced/

    if you scroll all the way down you find:
    Please select a specific version to download.

    Select the version and there you go! ??
    I’m not from the staff just stumbled over your comment.`

    @anghelemanuel99 can someone please fix this php 8.1 issue…

    Plugin Support Alex

    (@alexcozmoslabs)

    Hi,

    This is still active. Our dev team will try to fix it.

    Thank you for your understanding and patience.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deprecated: trim(): Passing null to parameter #1 ($string) of type string is dep’ is closed to new replies.