ExpressionEngine CMS
Open, Free, Amazing

Thread

This is an archived forum and the content is probably no longer relevant, but is provided here for posterity.

The active forums are here.

CP Home image not found : MSM install

June 11, 2012 11:38am

Subscribe [2]
  • #1 / Jun 11, 2012 11:38am

    Jacob Graf

    163 posts

    I am having an issue with the home icon in the Control Panel coming up as not found while logged in as any user except the Super Admin.

    When I look at the source, the Super Admin is pointing to the full URL for that image, but when logged in as an “Editor”, it is looking to a relative URL for that image. Since this is an MSM install, the image works when logged into the first site, but is broken when logged into the second site.

    My theme URL and Path are both pointing to site1 under site 2’s general preferences.

    Any ideas? Thanks!

  • #2 / Jun 12, 2012 5:25pm

    Shane Eckert

    7174 posts

    Hi Jacob,

    Can you compare your configuration settings with the sample below. Just to make sure CP’s are set correctly?

    //CONFIG//
    $config['cp_url'] = "http://engine.dev/admin.php";
    $config['doc_url'] = "http://ellislab.com/expressionengine/user-guide/";
    $config['is_system_on'] = "y";
    $config['allow_extensions'] = "y";
    $config['site_label'] = "Test 23";
    $config['cookie_prefix'] = "";
    $config['multiple_sites_enabled'] = "y";
    
    index.php and admin.php site 1
    NO CHANGES
    
    index.php and admin.php site 2
    $system_path = '../system';
    /*---------------------------*/
    $assign_to_config['site_name']  = 'msm_test';
    $assign_to_config['cp_url'] = 'http://msm.dev/admin.php';
    $assign_to_config['site_url'] = 'http://msm.dev';
    
    --- admin ---
    $system_path = '../system';
    /*---------------------------*/
    $assign_to_config['site_name']  = 'msm_test';
    $assign_to_config['cp_url'] = 'http://msm.dev/admin.php';

    Cheers,

  • #3 / Jun 13, 2012 12:09pm

    Jacob Graf

    163 posts

    Yes, this is confirmed, but I have since moved the site out of development and into production and everything seems to be working now. It MUST have been a typo SOMEWHERE. Thanks for your help Shane!

  • #4 / Jun 13, 2012 12:10pm

    Shane Eckert

    7174 posts

    Hi Jacob Graf,

    Go figure! That has happened to me several times!

    If you need anything else, please just let me know by opening a new thread.

    Cheers,

.(JavaScript must be enabled to view this email address)

ExpressionEngine News!

#eecms, #events, #releases