Okay
  Public Ticket #459015
problem with admin panel
Closed

Comments

  • cinzia rascazzo started the conversation

    After installing your theme there is a problem with the admin panel.

    It looks like the theme is picking up the wrong path. I tried to change it without effect.

    please let me know how to get the theme working.

    this is an example of what we get:

    /home/dev/aot/content-italy/themes/salient/nectar/options/defaults.php:19

    ---------------------------------

    $redux_dir = trailingslashit( reduxCleanFilePath( dirname( __FILE__ ) ) );

    $redux_wp_content_dir = trailingslashit( reduxCleanFilePath( WP_CONTENT_DIR ) );

    $redux_wp_content_dir = trailingslashit( str_replace( \'//\', \'/\', $redux_wp_content_dir ) );

    echo $redux_wp_content_dir.\"\\n\";

    $redux_relative_url = str_replace( $redux_wp_content_dir, \'\', $redux_dir );

    echo $redux_dir.\"\\n\";....

    echo $redux_relative_url.\"\\n\";....

    $redux_wp_content_url = trailingslashit(reduxCleanFilePath( ( is_ssl() ? str_replace( \'http://\', \'ht

    $redux_url = $redux_wp_content_url . $redux_relative_url;

    die();

    ---------------------------------

    Result:

    /home/dev/aot/content-italy/

    /usr/home/dev/aot/content-italy/themes/salient/nectar/options/

    /usrthemes/salient/nectar/options/


    best

    cinzia rascazzo

    [email protected]

  •  8,851
    Tahir replied

    Hey ,

    I am seeing this issue for the first time. Have you tried contacting your host and enquire about the issue as likely this is a server configuration issue.

    Thanks


    ThemeNectar Support Team