Impossible to change the modules - Please HELP

Yesterday I tried start Lightroom on my iMac, but I got this error message. I am running Snow Leopard for a few months and never had any problems. Whenever I have load the software a message pops up that says "an error has occurred when attempting to change modules. That me locks essentially out of the program. I tried loading 2.3, tried the upgrade to 2.5 and also tried clean loading 2.4 directly. I already tried to clean the preferences file in the library but did not work. Nothing seems to work. My catalog seems to be intact because I can open it with my laptop. I can open the slideshow and Web Print modules, but whenever I try to open the library or develop modules (which are essentially the only ones I use) I always get the message "error" at startup and when I click on the buttons of the module. Anyone know why or how to do to fix this? Thank you!

The usual culprit is a preferences file corrupted a bad model or predefined.

Given that you've tried the preferences file, that you can pass parameters predefined and models

Go in Users/yourname/Library/Application Support/Adobe/and drag the folder named Lightroom on your desktop. Then try to restart Lightroom, which must re-create the folder. If it starts then you should try give the contents of the Lightroom folder subfolder in the new Lightroom folder, one at a time, do not forget to restart each time you replace a subfolder. It may be causing the problem from happening again. If necessary remove again and try a template/preset both. It is an iterative process of trying to find the bad model/preset. Occasionally, you can go through the whole process and discover that none of the presets/model were wrong.

Tags: Photoshop Lightroom

Similar Questions

  • the XML reader - need assistance to change the script, please help

    Hi all, I don't know if this is the right place for this question but I want to change a xml flash drive so that it creates the playlist with the name I want and not the default. Some can tell me please how to change this so that when the player has found songs in the "my_mp3s" folder it creates a named xml playlist

    'mymusic.xml ' instead of the default "audioplaylist.xml".  I tried to edit the script of the player's actions and overwrite changes but it still does not work, here is the code please help. I found this script online.

    Thank you

    Stop();

    / * ALL BUTTONS BELOW ARE MARKED FOR EDITABLE AND DON'T CHANGE, BUT IF YOU KNOW WHAT YOU ARE DOING
    THEN YOU CAN ACTUALLY CHANGE WHAT YOU WANT BUT FOR THIS APP WORKS CORRECTLY ONLY CHANGE IF NECESSARY
    ENTRIES... ONCE YOU HAVE MADE YOUR CHANGES, COPY AND PASTE THIS ENTIRE SCRIPT PAGE IN
    THE FIRST IMAGE OF THE SCENARIO THAT HE RIGHT THE SCRIPT THATS ALREADY THERE.
    The button labels for the XML READER text * /.
    SIDE MENU BUTTONS\\\
    Btn1.buttText.ButtonText.text = "DOWNLOAD FILES"; DO NOT CHANGE
    btn2.buttText.ButtonText.text = "SYSTEM VOLUME"; DO NOT CHANGE
    btn3.buttText.ButtonText.text = 'EDIT PLAYLIST XML'; DO NOT CHANGE
    btn4.buttText.ButtonText.text = "BURN CD"; DO NOT CHANGE
    btn5.buttText.ButtonText.text = "CREATE a FOLDER"; DO NOT CHANGE
    btn6.buttText.ButtonText.text = 'DELETE FILE'; DO NOT CHANGE
    btn7.buttText.ButtonText.text = "CDROM OPEN"; DO NOT CHANGE
    btn8.buttText.ButtonText.text = 'OPEN DVD'; DO NOT CHANGE
    btn9.buttText.ButtonText.text = "FTP CLIENT"; DO NOT CHANGE
    btn14.buttText.ButtonText.text = "VIEW PLAYLIST"; DO NOT CHANGE
    btn23.buttText.ButtonText.text = "INFO"; DO NOT CHANGE
    btn25.buttText.ButtonText.text = 'HELP '; DO NOT EDIT
    btn26.buttText.ButtonText.text = 'HELP MDM'; DO NOT CHANGE
    LOW BTNS
    btn19.buttText.ButtonText.text = "OPEN TRAY"; DO NOT CHANGE
    btn20.buttText.ButtonText.text = 'CLOSE CD TRAY'; DO NOT CHANGE
    btn21.buttText.ButtonText.text = "OPEN DVD TRAY"; DO NOT CHANGE
    btn22.buttText.ButtonText.text = "CLOSE DVD TRAY"; DO NOT CHANGE

    Here ARE the FUNCTIONS THAT CAN BE CHANGED, BUT THAT THOSE BRAND 'YOU CAN CHANGE this PATH' are sure to change
    MY DOWNLOAD FILES
    Btn1.onRelease = function() {}
    MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
    MDM System.exec ("E:\\My Music\\").    Path to the download of the file //YOU CAN CHANGE THIS path
    }
    SYSTEM VOLUME / / / DO NOT CHANGE
    btn2.onRelease = function() {}
    MDM. System.exec("sndvol32.exe");    System volume .exe
    }
    EDITING XML PLAYLIST / / / DO NOT CHANGE
    btn3.onRelease = function() {}
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\audiolist2.xml");    XML list
    }
    BURN CD / / YOU CAN CHANGE THIS PATH
    btn4.onRelease = function() {add your way here to your burning nero for example software
    MDM. System.exec (MDM. System.Paths.programFiles+"Nero\\nero.exe");
    }
    CREATE FOLDER / / / DO NOT CHANGE
    btn5.onRelease = function() {}
    MDM FileSystem.makeFolderUnicode ("C:\\Program Files\\Mgamerz\\Burn").    Creates a working folder for burning mp3s
    }
    DELETE FOLDER / / / DO NOT CHANGE
    btn6.onRelease = function() {///Deletes working folder if you want to remove it
    MDM. FileSystem.deleteFolder ("C:\\Program Files\\Mgamerz\\Burn", "ask", "Are you sure");
    }
    OPEN CDROM / / YOU CAN CHANGE THIS PATH
    btn7.onRelease = function() {///Opens change of cdrom drive letter to match your pc
    MDM System.exec("I:\\."); "
    }
    OPEN DVDROM / / YOU CAN CHANGE THIS PATH
    btn8.onRelease = function() {///Opens changing the letter to match your pc dvdrom drives
    MDM System.exec("I:\\."); "
    }
    FTP CLIENT / / YOU CAN CHANGE THIS PATH
    btn9.onRelease = function() {///File path to your ftp software (I use here the cover page)}


    MDM. System.exec (MDM. System.Paths.programFiles + "Microsoft FrontPage Bar\\Office\\Microsoft Office\\Office10\\Shortcut"); "
    }
    Buttons in the header at the top

    DRIVE C: / / / DO NOT EDIT
    btn10.onRelease = function() {///Opens to the top of drive c: for navigation
    MDM. System.exec (MDM. System.Paths.programFiles+"\\");
    }
    * btn11.onRelease = function() {///Opens to the top of the unit for navigation
    MDM System.exec("D:\\."); "    YOU CAN CHANGE THIS PATH
    }*/
    MY DOCUMENTS / / / NOT EDIT
    btn12.onRelease = function() {///Opens my documents for navigation}
    MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
    MDM. Dialogs.BrowseFile.show ("my Documents\\");
    }
    MP3 FILE / / / DO NOT CHANGE THE
    btn13.onRelease = function() {//main directory for mp3 files
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\");
    }
    VIEW PLAYLIST / / / DO NOT CHANGE
    btn14.onRelease = function() {///View playlist as a text file
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\mp3.t xt");
    }
    UPDATE XML FILE / / / DO NOT CHANGE
    btn15.onRelease = function() {///Creates xml playlist once new mp3s have been added
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\audiolist2.xml");
    }
    MINIMIZE BUTTON
    * btn16.onRelease = function() {//Minimizes application
    MDM. Application.Minimize (///DO) NOT EDIT
    }*/
    CLOSE BUTTON
    * btn17.onRelease = function() {///Closes application
    MDM. Application.Exit ('ask', ' are you sure you want to go out to? ") DO NOT EDIT
    }*/
    SCREEN CAPTURE DEVICE / / / DO NOT CHANGE
    btn18.onRelease = function() {///Screen capture sofdtware
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\apps\\Capture screen Studio\\css.exe");
    }
    OPEN CDROM TRAY / / YOU CAN CHANGE THIS PATH
    btn19.onRelease = function() {}
    MDM System.openCDTray ("I").
    }
    CDROM TRAY CLOSE / / YOU CAN CHANGE THIS PATH
    btn20.onRelease = function() {//Closes cdrom tray
    MDM System.closeCDTray ("I").
    }
    OPEN DVDROM PLATEAU / / YOU CAN CHANGE THIS PATH
    btn21.onRelease = function() {//Opens dvdrom
    MDM System.openCDTray ("H").
    }
    CLOSE TRAY DVDROM / / YOU CAN CHANGE THIS PATH
    btn22.onRelease = function() {//Closes dvdrom plateau
    MDM System.closeCDTray ("H").
    }

    * btn23.onRelease = function() {//DO NOT EDIT
    nextFrame();
    }*/
    HELP / / DO NOT EDIT
    btn25.onRelease = function() {//Closes dvdrom plateau
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\help.exe");
    }
    HELP OF MDM / / DO NOT EDIT
    btn26.onRelease = function() {//Closes dvdrom plateau
    MDM. System.exec (MDM. System.Paths.programFiles + "MDM helps 2.5 file\\MDM 2.5 UserManual.chm"); "
    }

    use:

    / * ALL BUTTONS BELOW ARE MARKED FOR EDITABLE AND DON'T CHANGE, BUT IF YOU KNOW WHAT YOU ARE DOING
    THEN YOU CAN ACTUALLY CHANGE WHAT YOU WANT BUT FOR THIS APP WORKS CORRECTLY ONLY CHANGE IF NECESSARY
    ENTRIES... ONCE YOU HAVE MADE YOUR CHANGES, COPY AND PASTE THIS ENTIRE SCRIPT PAGE IN
    THE FIRST IMAGE OF THE SCENARIO THAT HE RIGHT THE SCRIPT THATS ALREADY THERE.
    The button labels for the XML READER text * /.
    SIDE MENU BUTTONS\\\
    Btn1.buttText.ButtonText.text = "DOWNLOAD FILES"; DO NOT CHANGE
    btn2.buttText.ButtonText.text = "SYSTEM VOLUME"; DO NOT CHANGE
    btn3.buttText.ButtonText.text = 'EDIT PLAYLIST XML'; DO NOT CHANGE
    btn4.buttText.ButtonText.text = "BURN CD"; DO NOT CHANGE
    btn5.buttText.ButtonText.text = "CREATE a FOLDER"; DO NOT CHANGE
    btn6.buttText.ButtonText.text = 'DELETE FILE'; DO NOT CHANGE
    btn7.buttText.ButtonText.text = "CDROM OPEN"; DO NOT CHANGE
    btn8.buttText.ButtonText.text = 'OPEN DVD'; DO NOT CHANGE
    btn9.buttText.ButtonText.text = "FTP CLIENT"; DO NOT CHANGE
    btn14.buttText.ButtonText.text = "VIEW PLAYLIST"; DO NOT CHANGE
    btn23.buttText.ButtonText.text = "INFO"; DO NOT CHANGE


    btn25.buttText.ButtonText.text = 'HELP '; DO NOT EDIT
    btn26.buttText.ButtonText.text = 'HELP MDM'; DO NOT CHANGE
    LOW BTNS
    btn19.buttText.ButtonText.text = "OPEN TRAY"; DO NOT CHANGE
    btn20.buttText.ButtonText.text = 'CLOSE CD TRAY'; DO NOT CHANGE
    btn21.buttText.ButtonText.text = "OPEN DVD TRAY"; DO NOT CHANGE
    btn22.buttText.ButtonText.text = "CLOSE DVD TRAY"; DO NOT CHANGE

    Here ARE the FUNCTIONS THAT CAN BE CHANGED, BUT THAT THOSE BRAND 'YOU CAN CHANGE this PATH' are sure to change
    MY DOWNLOAD FILES
    Btn1.onRelease = function() {}
    MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
    MDM System.exec ("E:\\My Music\\").    Path to the download of the file //YOU CAN CHANGE THIS path
    }
    SYSTEM VOLUME / / / DO NOT CHANGE
    btn2.onRelease = function() {}
    MDM. System.exec("sndvol32.exe");    System volume .exe
    }
    EDITING XML PLAYLIST / / / DO NOT CHANGE
    btn3.onRelease = function() {}
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\audiolist2.xml");    XML list
    }
    BURN CD / / YOU CAN CHANGE THIS PATH
    btn4.onRelease = function() {add your way here to your burning nero for example software
    MDM. System.exec (MDM. System.Paths.programFiles+"Nero\\nero.exe");
    }
    CREATE FOLDER / / / DO NOT CHANGE
    btn5.onRelease = function() {}
    MDM FileSystem.makeFolderUnicode ("C:\\Program Files\\Mgamerz\\Burn").    Creates a working folder for burning mp3s
    }
    DELETE FOLDER / / / DO NOT CHANGE
    btn6.onRelease = function() {///Deletes working folder if you want to remove it
    MDM. FileSystem.deleteFolder ("C:\\Program Files\\Mgamerz\\Burn", "ask", "Are you sure");
    }
    OPEN CDROM / / YOU CAN CHANGE THIS PATH
    btn7.onRelease = function() {///Opens change of cdrom drive letter to match your pc
    MDM System.exec("I:\\."); "
    }
    OPEN DVDROM / / YOU CAN CHANGE THIS PATH
    btn8.onRelease = function() {///Opens changing the letter to match your pc dvdrom drives
    MDM System.exec("I:\\."); "
    }
    FTP CLIENT / / YOU CAN CHANGE THIS PATH
    btn9.onRelease = function() {///File path to your ftp software (I use here the cover page)}
    MDM. System.exec (MDM. System.Paths.programFiles + "Microsoft FrontPage Bar\\Office\\Microsoft Office\\Office10\\Shortcut"); "
    }
    Buttons in the header at the top

    DRIVE C: / / / DO NOT EDIT
    btn10.onRelease = function() {///Opens to the top of drive c: for navigation
    MDM. System.exec (MDM. System.Paths.programFiles+"\\");
    }
    * btn11.onRelease = function() {///Opens to the top of the unit for navigation
    MDM System.exec("D:\\."); "    YOU CAN CHANGE THIS PATH
    }*/
    MY DOCUMENTS / / / NOT EDIT
    btn12.onRelease = function() {///Opens my documents for navigation}
    MDM. Dialogs.BrowseFile.filterList = "MP3 files | * .mp3 ';
    MDM. Dialogs.BrowseFile.show ("my Documents\\");
    }
    MP3 FILE / / / DO NOT CHANGE THE
    btn13.onRelease = function() {//main directory for mp3 files
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\");
    }
    VIEW PLAYLIST / / / DO NOT CHANGE
    btn14.onRelease = function() {///View playlist as a text file
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\my_mp3s\\mp3.t xt");
    }
    UPDATE XML FILE / / / DO NOT CHANGE
    btn15.onRelease = function() {///Creates xml playlist once new mp3s have been added
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\mymusic.xml");
    }
    MINIMIZE BUTTON
    * btn16.onRelease = function() {//Minimizes application
    MDM. Application.Minimize (///DO) NOT EDIT
    }*/
    CLOSE BUTTON
    * btn17.onRelease = function() {///Closes application
    MDM. Application.Exit ('ask', ' are you sure you want to go out to? ") DO NOT EDIT
    }*/
    SCREEN CAPTURE DEVICE / / / DO NOT CHANGE
    btn18.onRelease = function() {///Screen capture sofdtware
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\apps\\Capture screen Studio\\css.exe");
    }
    OPEN CDROM TRAY / / YOU CAN CHANGE THIS PATH
    btn19.onRelease = function() {}
    MDM System.openCDTray ("I").
    }
    CDROM TRAY CLOSE / / YOU CAN CHANGE THIS PATH
    btn20.onRelease = function() {//Closes cdrom tray
    MDM System.closeCDTray ("I").
    }
    OPEN DVDROM PLATEAU / / YOU CAN CHANGE THIS PATH
    btn21.onRelease = function() {//Opens dvdrom
    MDM System.openCDTray ("H").
    }
    CLOSE TRAY DVDROM / / YOU CAN CHANGE THIS PATH
    btn22.onRelease = function() {//Closes dvdrom plateau
    MDM System.closeCDTray ("H").
    }

    * btn23.onRelease = function() {//DO NOT EDIT
    nextFrame();
    }*/
    HELP / / DO NOT EDIT
    btn25.onRelease = function() {//Closes dvdrom plateau
    MDM. System.exec (MDM. System.Paths.programFiles+"Mgamerz\\help.exe");
    }
    HELP OF MDM / / DO NOT EDIT
    btn26.onRelease = function() {//Closes dvdrom plateau
    MDM. System.exec (MDM. System.Paths.programFiles + "MDM helps 2.5 file\\MDM 2.5 UserManual.chm"); "
    }

  • Impossible to analyze the eve: Please help

    Impossible to analyze the day before: / applications/adobe dreamweaver 2014.1/configuration/dialogs/eve/titanoptionaldialog.eve cc

    Help, please

    Hello

    Please, try the following:

    1. Force to leave Dreamweaver so its opening.
    2. Please go to/applications/adobe dreamweaver 2014.1/configuration/dialogs/eve cc location
    3. Take backup of the titanoptionaldialog.eve file and move it to the trash. Remove it from the trash as well.
    4. Restart the DW and check if it works.

    If that don't work then please uninstall and re-install Dreamweaver (also remove preferences) and then check.

    Concerning

    Vivek

  • I forgot my password to icloud how can I change the password please help

    Hello team

    Please help me

    I use apple 4S and I forgot the passward of my cloud i

    How can I reset it.

    I read your conversation on this subject but in my phone does not show sing option so how can I remove the password

    and id

    If you forgot your Apple ID - Apple Support password.

    FYI: you don't talk with Apple here. It is a forum where users help other users

    with technical issues. Presence of Apple is minimal and asked to see the terms and conditions of

    Use are met.

    If you are the original purchaser of the iPhone and can prove it with a reception (from Apple

    or Apple iPhone authorized distributor) showing the serial number of the iPhone, which take

    proof of purchase and the iPhone to an Apple physical store, where they can help you.

  • Please help; Impossible to change the position of my wallpaper!

    I know this isn't a big problem; but I would like it's working properly anyway.  I tried a new image for my wallpaper, and it showed as an image full screen.  I didn't like it then, immediately, I went back to the original image, and it was too full screen.  I went to the desktop background and the position is as I've had with a frame black (I also tried other colors) around the image, but it was not of themselves.  I tried all the different positions and nothing will change.  The image will change, but any image I try is full screen.

    Hi Newsie,

    You can try the following steps and check.

    Method 1:

    You can read the following article and try the methods provided except method 6 and see if it helps.

    Impossible to change the background image in Windows 7

    Note: This article also applies to Windows Vista.

    Method 2:

    You can also try to change the theme of Windows and check.

    Change desktop theme

  • Impossible to change the themes

    original title: My Windows 7 themes.

    I work for several years in the themes of Windows 7 (PRO). Recently & I don't know exactly when, it is locked on a single page of a theme and I can't even change themes. It seems actually them is changing, but the image of the Office remains the same. I have read the forums on this and see that there has been a problem with other people but I don't see a solution.

    Steve Hoffman

    Hello

    Welcome to the community forums of Microsoft and thanks for posting the question. According to the description, the destop wallpaper is not get changed even after changing the theme. We will analyze and identify the cause of the problem.

    1. you use any third-party program to change themes?

    2. what happens when you try to change the wallpaper manually?

    3. it worked before?

    4. are you aware of changes to the computer before the show?

    Method 1:

    I suggest that you right-click a photo file and try to change the wallpaper.

    Method 2:

    If the problem persists, I suggest you perform the steps described in the article:

    Impossible to change the background image in Windows 7

    http://support.Microsoft.com/kb/2504610

    Hope this information helps. Please reply with the status so that we can help you.

  • Impossible says windows error 80070641 please help update

    Impossible says windows error 80070641 please help update

    I suggest you follow the steps in the link below and check if it helps:

    How to resolve problems connecting to Windows Update or Microsoft Update

    http://support.Microsoft.com/kb/818018/en-us>

    04/21 / 1110:44: 23 pm

  • The space bar has stopped working in text blocks. Iendupwithsentaceslikethis - I have reset the mac, but it is always the case please help!

    Iendupwithsentaceslikethis - I have reset the mac, but it is always the case please help!

    Latest version CC

    Richard

    Solved the problem - I just changed a Chinese document. I copied the milling guide in a new document.

  • An error occurs when you attempt to change the module

    Hello

    I just bought and installed the 2014 CC.

    When you launch Lightroom CC 5 I immediately get an error:

    'An error occurs when you attempt to change the module.

    (see attached screenshot)

    error.jpg

    Apart from the error, I try to go to Lightroom-> Preferences.

    However, preferences DO NOT open.  Should fix this problem.

    Maybe this problem is related to the error reported?

    Note:

    I noticed that someone else has already had the same problem:

    https://forums.Adobe.com/thread/1454379?q=an%20error%20occurs%20when%20attempting%20To%20c % 20module Hanger

    Unfortunately nobody responded to him.

    Hoping you can help me.

    Thank you and best regards,

    Tal

    Try the solutions here:

    http://helpx.Adobe.com/Lightroom/KB/error-changing-modules-Lightroom.html

  • Impossible to change the nationality

    Impossible to change the nationality of my Apple ID because I €0.04 on it. How can I move or delete?

    See the next topic If you can't edit your iTunes Store country or region - Apple Support

    You must spend your balance before you change stores.

    If your credit is less than the cost of a single item on the iTunes Store, App Store and iBooks Store, you can Add a credit card on your account. When you purchase an item, you will use the remaining store credit and charge the rest of the purchase to your credit card.

    If you do not have a credit card, contact the iTunes Store support.

  • my Iphone 5 was automatically turned off, and then I couldn't go? What is the problem please help me?

    my Iphone 5 was automatically turned off, and then I couldn't go? What is the problem please help me?

    Have you tried to connect your iPhone to iTunes or the wall charger and let your iPhone for 5-10 minutes to charge its battery?

  • ON PAPER MESSAGEDU MY C510 SAME HP IF THERE IS ENOUGH PAPER IN THE TRAY, PLEASE HELP.

    ON PAPER MESSAGEDU MY C510 SAME HP IF THERE IS ENOUGH PAPER IN THE TRAY, PLEASE HELP.

    We recommend that you reset your C510 HP first. You can perform the reset by following the steps below:

    1. press the "Power button" to activate the product.

    2. with the product, unplug the power cord from the back of the product.

    3. disconnect the power cord from the wall outlet.

    4. wait at least 15 seconds.

    5. plug the power cord into the wall jack.

    6. reconnect the power cord to the back of the product.

    7. If the product does not light by itself, press the Power button to turn it on.

    Once done, print a self-test report by following the next steps:

    1 load plain white paper in the input tray.

    2. from the home screen on the control panel of the product, click "Menu" on the upper left side. A list of menu options screens. 3. click on "Settings" and then click on 'tools '. The maintenance of the printer menu displays.

    4. in the maintenance of the printer menu, click "Printer Status Report". The product prints the report.

    If the report is printed correctly, try again to print your original document.

    If the problem persists, you may need to check the status of documents in the status bar. To do this, follow these steps:

    1. remove the stack of paper from the status bar.

    2. check that the obstacles within the status bar. A flashlight to view the mechanism inside the status bar to make sure that nothing is blocking the paper to engage with the rollers. Even small pieces of paper can cause paper feeding problems. (Important: If any obstruction is detected in the paper path, you need to refer to "Cleaning the rollers" segment at http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?spf_p.tpst=kbDocDisplay&spf_p.prp_kbDocDisplay=wsrp-navigationalState%3DdocId%253Demr_na-c02248120-20%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken)

    3. to review the status of the paper and then replace any paper torn, dusty, curled, wrinkled, or bent.

    4. ensure that all the papers in the stack are the same size and type. Never charge which coexist types of paper in the tray. The product can only process one type of paper at a time.

    5. press on the stack of paper on a flat surface to align the edges.

    6. make sure that the paper stack does not contain less than 10 and not more than 25 sheets paper.

    (Note: the limitation of the number of documents applies only during the phase of solving problems.) Once the problem is resolved, you can load the tray to its original capacity).

    Once you have checked the status of documents, reload the tray in the following way:

    1. lift output in open position and open the door of the feeder.

    2. slide the width guide to its outermost position paper.

    3. Insert the stack of paper into the paper tray with the short edge forward and the print down side.

    4. adjust the paper width guide so that it rests against the stack of paper.

    5. lower the output tray, and then close the tray door. Once this is done, print again an automatic test report by following the above steps. If this too does not resolve the issue, refer to some more solutions at HP support center link below: http://h20566.www2.hp.com/portal/site/hpsc/template.PAGE/public/kb/docDisplay/?spf_p.tpst=kbDocDisplay&spf_p.prp_kbDocDisplay=wsrp-navigationalState%3DdocId%253Demr_na-c02248120-20%257CdocLocale%253D%257CcalledBy%253D&javax.portlet.begCacheTok=com.vignette.cachetoken&javax.portlet.endCacheTok=com.vignette.cachetoken

    GuruAid.com

  • Windows95 CD-ROM - game Need for DCC Speed-No. pieces found - can not install the game - please help. ___

    Windows 95 CD-CD-ROM-game Need for DCC Speed-No. pieces found - can not install the game - please help.

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

  • put an item into the basket, made an empty recycle bin, need return the item, please help, I did nothing since the drain, so the machine is in the same condition as when I emptied

    put an item into the basket, made an empty recycle bin, need return the item, please help, I did nothing since the drain, so the machine is in the same condition as when I emptied

    If you have xp, you can do system restore

  • Lightroom stopped working would cut during use, update would not download through app cc, direct download installs, his record saying is corrupted to lose the battle, please help

    Lightroom has ceased to function and be cut during use, update wouldn't download through app cc, direct download, moved his record saying is corrupted, im losing the battle please help

    reset your preferences -: https://helpx.adobe.com/lightroom/help/setting-preferences-lightroom.html

    If this fails, uninstall and reinstall

Maybe you are looking for