• Resolved alexmendonca

    (@alexmendonca)


    Dear Support team,

    We’re having trouble editing the translation slugs. As we can’t edit it, the public translated page is showing a error message:

    A PHP Error was encountered
    Severity: Notice
    
    Message: Undefined offset: 0
    
    Filename: controllers/Home.php
    
    Line Number: 1085
    
    Backtrace:
    
    File: /var/www/site/application/controllers/Home.php
    Line: 1085
    Function: _error_handler
    
    File: /var/www/site/application/controllers/Home.php
    Line: 134
    Function: create_available_page_links
    
    File: /var/www/site/index.php
    Line: 315
    Function: require_once

    Is there something we can do to fix this? We’re running WordPress 6.3.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Alex Gor

    (@alexgff)

    1.
    First of all try reset permalinks on Permalink Settings page.
    You should just click Save Changes button on
    https://yoursite/wp-admin/options-permalink.php
    2.
    Usually 500 Internal Server Error is connected with wrong Apache configuration
    (missing module that is mentioned in htaccess or something like this).
    Check your error.log right after the error occurs for details.
    3.
    The script tries to get more memory than is limited by the ‘memory_limit’ parameter.
    4.
    In some cases user has auto update of htaccess file in site root folder.
    There is needs to disable this option.

    carolinatanigushi

    (@carolinatanigushi)

    Hi, Alex, thanks for your suggestions!

    We tried them all and none of it worked, do you have any other suggestions?

    Thanks!

    Thread Starter alexmendonca

    (@alexmendonca)

    Hello Alex,

    As Carolina said, we tried them all and none of it worked, do you have any other suggestions?

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error when translating page slugs’ is closed to new replies.