Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Mohsin Bhatti 14 posts 92 karma points
    Sep 06, 2017 @ 06:17
    Mohsin Bhatti
    0

    Can't delete some images from media section & get error for load 'Examine Managment' tab of developer section.

    I am trying to delete some images and get the following error message, do you know why this error arise?

    enter image description here

    Could you please help me it's urgent from client side?

    we are using Umbraco version 7.1.4 version

    when i select any page/image to delete and click ok button in console section one error generated regarding :

    enter image description here

    i reach the path that show in error where 'segments_1k' not exist. how this file help to resolve my issue. could you know what is the purpose of this file. If you have any idea please share with us so that i will resolve this error ASAP.

    One more issue I go to developer section, I get some error before open to ‘examine management’ tab. After click ‘OK’ button, Exmine Management tab loading continue I not able to click ‘Indexers’ and ‘Searchers’ opion.

    enter image description here

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Sep 06, 2017 @ 08:06
    Ismail Mayat
    100

    Mohsin,

    Can you goto website root folder and in app_data\temp\examineindexes\external delete the index folder (you may need to restart iis to do this as it sometimes locks). After deleting go back to back office and try rebuilding the index. If that does not work then again delete the folder then republish the xml cache then try again.

    If that does not work can you take a look in your umbraco log file see if there are any errors.

    Regards

    Ismail

  • Mohsin Bhatti 14 posts 92 karma points
    Sep 06, 2017 @ 10:46
    Mohsin Bhatti
    0

    Hi ismail,

    Thanks for quick reply,

    Now i am able to delete the images from media section. with help of your advise (app_data\temp\examineindexes\external delete the index folder ) resolve one incident.

    But still i got error on developer section not able to proper open examine management tab.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Sep 06, 2017 @ 10:52
    Ismail Mayat
    0

    Can you post the contents of your examineindex and examinesettings.config files

    Regards

    Ismail

  • Mohsin Bhatti 14 posts 92 karma points
    Sep 06, 2017 @ 11:13
    Mohsin Bhatti
    0

    Hi ismail,

    content of examineindex .config as below. enter image description here

    And content of ExamineSettings.config as below.

    enter image description here

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Sep 06, 2017 @ 11:15
    Ismail Mayat
    0

    That all looks good. Can you paste the error you are seeing for the examine dashboard.

    Regards

    Ismail

  • Mohsin Bhatti 14 posts 92 karma points
    Sep 06, 2017 @ 11:19
    Mohsin Bhatti
    0

    Error looked like as below....

    enter image description here

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Sep 06, 2017 @ 11:22
    Ismail Mayat
    0

    In your codebase are you doing this anywhere:

    public static void Register(HttpConfiguration config)
    {
        //format api output to json and indent
        config.Formatters.Remove(config.Formatters.XmlFormatter);
    }
    

    Regards

    Ismail

  • Mohsin Bhatti 14 posts 92 karma points
    Sep 06, 2017 @ 11:46
    Mohsin Bhatti
    0

    No i have never written this code in anywhere.

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Sep 06, 2017 @ 11:48
    Ismail Mayat
    0

    Mohsin,

    I am stumped now you could try googling the error see here

Please Sign in or register to post replies

Write your reply to:

Draft