Access to editor

  • Unknown's avatar

    Hi, I’m Bruno and am trying to get access to edit the source-code but it returns ERROR 500.
    I checked the logs and it said the error is on the file httpdocswp-includesclass-wp-theme.php on line 1152

    here is the code:

    foreach ( $results as $result ) {
    if ( ‘.’ == $result[0] || in_array( $result, $exclusions, true ) ) {
    continue;
    }
    if ( is_dir( $path . ‘/’ . $result ) ) { // this is the line 1152
    if ( ! $depth ) {
    continue;
    }
    $found = self::scandir( $path . ‘/’ . $result, $extensions, $depth – 1 , $relative_path . $result );
    $files = array_merge_recursive( $files, $found );
    } elseif ( ! $extensions || preg_match( ‘~.(‘ . $_extensions . ‘)$~’, $result ) ) {
    $files[ $relative_path . $result ] = $path . ‘/’ . $result;
    }
    }

    what should I do? I need this access to fix another thing. Thankyou so much!!

  • Unknown's avatar

    Hi there,

    Could you provide the website URL you need help with starting with https://?

    This will help us provide any accurate answers to your questions.

    However, We’re only able to help with the websites hosted on WordPress.com.
    WordPress.com and WordPress.org and two different platforms. To know more, please read this.

    WordPress.com vs. WordPress.org

  • Unknown's avatar

    Oh I’m sorry, this website isnt hosted on these two you said.

    http://donnalindasemijoias.com.br/wp-admin/theme-editor.php

    where can I find help for websites out WordPress.com and WordPress.org?

    Because I talked to the support of the host and they couldnt do much.
    It seems is something with the WordPress

    Anyway, thankyou for your reply!!

  • Unknown's avatar

    Hi there,

    You use the self-hosted WordPress version(.org).
    We’re only able to help with the websites hosted on WordPress.com.

    Please submit your query to WordPress.org forums. Surely someone will help you there.
    https://wordpress.org/support/forums/

    To do so, you need to create an account on WordPress.org.
    https://login.wordpress.org/register

    WordPress.com and WordPress.org and two different platforms. To know more, please read this.

    WordPress.com vs. WordPress.org

  • The topic ‘Access to editor’ is closed to new replies.