Classic.. Translated versions? please help guys!!

Hello everyone, I'm AC from Iceland, I have a PowerMac G4 that was running on OS 9.2.2 and we decided to upgrade over to 10.3.9
We have a serious problem, when we attempt to start up an old application it starts loading up the classic environment, after a few seconds it looks good but then I get a Warning Window displaying "Classic doesn't have the translated versions files it needs to update in "System Folder" on "MacHD"
I've looked everywhere to find support on this issue, but I have been extremely unlucky, is there anyone who could give me a hand on solving this issue?
Thanks a lot in advance.

PS Also see the Icelandic section of this page for some links:
http://homepage.mac.com/thgewecke/mlingos9.html#otherl

Similar Messages

  • Navbar alignment issue in IE. OK in Chrome. [was:Please help guys!]

    I just spent days and nights trying to learn as much as possible about web design and i think i was doing pretty good until i got to this problem. I dont know what to do, the navbar sits well in google chrome, but in internet explorer it doesnt. And i dont know what to do anymore!! please help guys!
    Heres how it shows up in google chrome:
    And heres how it sits in internet explorer:
    I have tried everything guys i dont know how to fix it!!
    Heres my html:
    <!doctype html>
    <html>
    <head>
    <meta charset=&quot;utf-8&quot;>
    <title>General Concrete Solutions</title>
    <link href=&quot;styles/gcs_cs6.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot;>
    <script type=&quot;text/javascript&quot;>
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf(&quot;#&quot;)!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf(&quot;?&quot;))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onLoad=&quot;MM_preloadImages('images1/images/navbar/images/images/navover_01.png','image s1/images/navbar/images/images/navover_02.png','images1/images/navbar/images/images/navove r_03.png','images1/images/navbar/images/images/navover_04.png','images1/images/navbar/imag es/images/navover_05.png')&quot;>
    <div id=&quot;container&quot;>
      <div id=&quot;header&quot;>  
        <div id=&quot;logo&quot;><img src=&quot;images/logo4.png&quot; width=&quot;186&quot; height=&quot;69&quot; alt=&quot;logo&quot;></div>
        <div id=&quot;navbar&quot;><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Home','','images1/images/navbar/images/images/navover_01. png',1)&quot;><img src=&quot;images1/images/navbar/images/navbar_01.png&quot; width=&quot;190&quot; height=&quot;50&quot; id=&quot;Home&quot;></a><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Services','','images1/images/navbar/images/images/navover _02.png',1)&quot;><img src=&quot;images1/images/navbar/images/navbar_02.png&quot; width=&quot;190&quot; height=&quot;50&quot; id=&quot;Services&quot;></a><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Portfolio','','images1/images/navbar/images/images/navove r_03.png',1)&quot;><img src=&quot;images1/images/navbar/images/navbar_03.png&quot; width=&quot;190&quot; height=&quot;50&quot; id=&quot;Portfolio&quot;></a><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Company Info','','images1/images/navbar/images/images/navover_04.png',1)&quot;><img src=&quot;images1/images/navbar/images/navbar_04.png&quot; width=&quot;190&quot; height=&quot;50&quot; id=&quot;Company Info&quot;></a><a href=&quot;#&quot; onMouseOut=&quot;MM_swapImgRestore()&quot; onMouseOver=&quot;MM_swapImage('Contact Us','','images1/images/navbar/images/images/navover_05.png',1)&quot;><img src=&quot;images1/images/navbar/images/navbar_05.png&quot; width=&quot;188&quot; height=&quot;50&quot; id=&quot;Contact Us&quot;></a></div>
      </div>
      <div id=&quot;main_image&quot;></div>
      <div id=&quot;left_column&quot;>Content for  id &quot;left_column&quot; Goes Here</div>
      <div id=&quot;center_column&quot;>Content for  id &quot;center_column&quot; Goes Here</div>
      <div id=&quot;right_column&quot;>Content for  id &quot;right_column&quot; Goes Here</div>
    </div>
    </body>
    </html>
    And heres my CSS:
    @charset &quot;utf-8&quot;;
    /* CSS Document */
    #container {
    width: 968px;
    background: #FFF;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    overflow:hidden;
    #main_image {
    background-image: url(../images/concrete-driveway.jpg);
    background-repeat: no-repeat;
    height: 376px;
    width: 968px;
    #left_column, #center_column, #right_column {
    width: 316px;
    float:left;
    #center_column, #right_column {
    margin-left: 10px;
    #header {
    color: #FFF;
    background-color: #000;
    height: 100px;
    body {
    font-family: &quot;Trebuchet MS&quot;, Arial, Helvetica, sans-serif;
    color: #3b3b3b;
    background-color: #FFF;
    margin: 0px;
    #logo {
    width: 170px;
    height: 70px;
    float: left;
    background-color: #000;
    position: static;
    padding-top: 15px;
    padding-right: 19px;
    padding-bottom: 0px;
    padding-left: 0px;
    left: auto;
    right: 400px;
    margin-left: 390px;
    #navbar {
    height: -36px;
    width: 950px;
    margin-right: auto;
    margin-left: 10px;
    position: absolute;
    left: 59px;
    top: 362px;

    For best possible help with layout issues, we need to see a link to the live page.  Please upload your work so far to a TEST folder on your remote server and post the URL here.
    In the meantime, remove borders from linked images with the following CSS rule.
    a img {border:none}
    Nancy O.

  • HT201210 Currently my ios version is 4.2.1. When I try to check for update it shows "this vesion of the ipod software is the correct version" please help me to resolve this

    I am using Ipod touch.When I try to update my iso version it shows "this vesion of ipod is the current version".Please help me how to update it to new version.

    I suspect you have a 2G iPod. Those can only go to iOS 4.2.1.
    Identifying iPod models
    iPod touch (3rd generation)
    iPod touch (3rd generation) features a 3.5-inch (diagonal) widescreen multi-touch display and 32 GB or 64 GB flash drive. You can browse the web with Safari and watch YouTube videos with Wi-Fi. You can also search, preview, and buy songs from the iTunes Wi-Fi Music Store on iPod touch.
    The iPod touch (3rd generation) can be distinguished from iPod touch (2nd generation) by looking at the back of the device. In the text below the engraving, look for the model number. iPod touch (2nd generation) is model A1288, and iPod touch (3rd generation) is model A1318.

  • Hi guys urgent please help me ASAP my ipod touch 4g reboots/restarts over and over again and i cant enter DFU mode cause my home button is stuck/broken please help guys i cant enter itunes too cause it said it needs my passcode

    hi guys urgent please help me ASAP my ipod touch 4g reboots/restarts over and over again and i cant enter DFU mode cause my home button is stuck/broken please help guys i cant enter itunes too cause it said it needs my passcode the problem is i cant even enter my passcode in my ipod touch cause its rebooting over and over again help please guys

    - See if this program will place it in recovery mode since that erases the iPod and bypasses the passocode.
    RecBoot: Easy Way to Put iPhone into Recovery Mode
    - Next try letting the battery fully drain. The try again.

  • I can't update my ipad 1st gen.. it says that 4.2 is the latest version. i'm in Lion and my itune are updated to the latest version. please help!!!

    i can't update my ipad 1st gen.. it says that 4.2 is the latest version. i'm in Lion and my itune are updated to the latest version. please help!!!

    i check everything and it's all up to date....the ipad show up in the device as well.. this is what it looks like

  • Managing multiple sites in different iWeb versions - PLEASE HELP!

    apnewbie/cyclosaurus/roddy/old toad (and any others more knowledgeable than i):
    i've run into a bit of a pickle. i am hoping someone can help straighten me out. i am about to jump out of a window. here's the rundown:
    (for starters, i have a .mac account and am publishing to .mac.) i created a site in iWeb 1.1.2 on my work computer (mac book pro). worked great, really lovely. thought to myself, "hey, i'd like to create another site from home, but i don't have iWeb at home (powerbook G4) - i should buy iLife 08 so i can build these things from home and not have personal files on my work computer."
    so: i had a site that i created within 1.1.2 with files written to iDisk. i purchased iWeb 08 and would like to have another site, but this one is being created in 2.0. i also am using a personal domain name this time around bought with google apps and hosted by godaddy. i published the new work in progress for a test run and...you guessed it...my original 1.1.2 site was rewritten by the 2.0 site. and the 2.0 site comes up as the standard google search page for domains that aren't up and running. whooopsie.
    sorry for the lengthy intro, but that's the background. i guess my specific questions are:
    1) i want to be able to maintain multiple sites from iWeb 2.0...can i open my 1.1.2 domain file in 2.0 and successfully bring that site into 2.0?
    2) what is the most efficient and easiest way to get both of these sites running in 2.0? right now i have two domain files (created on two different computers).
    3) for domain management, is it best to move from the iWeb folder in my home library to different folders (one for each site, with separate domain files, and my 2.0 domain file is NOT called domain, it's the name of the site) to another location? (and of course, i will back these up just in case.) and when i want to update a site, i just open that individual domain file, right? or will these sites publish over each other?
    please help. i am at my wits end. i'm sure this is a relatviely simple issue, but i'm new to iWeb.
    thanks, thanks, thanks for your help guys.
    joojy

    joojy,
    Welcome to the forums!
    First of all, your original 1.1.2 site may not, in fact, have been overwritten. It is quite possible that the site remains in it's position on the iDisk, Web/Sites/iWeb/YourSite, but because you published to the iDisk (.Mac) from 2.0, a different index.html file has been placed in the root level Web directory which is causing the 404 error. Navigate to the directory on the iDisk, using the Go menu in Finder, and look to see what is actually there. Follow this path:
    Go/iDisk/My iDisk/Web/Sites/iWeb/YourSiteWillBeHereIfYourLuckIsGood
    If your site is there, great; if it isn't, it's not really a problem because hopefully you still have the Domain.sites file on the MacBook Pro and you can republish it if necessary. If it is there, you can modify the index.html file on the iDisk using a text editor and get your url redirected back to where it should be.
    Second, do not open your 1.1.2 Domain.sites file with 2.0 until you have a backup of this Domain file. External drives are best for this. Assuming the backup is in place, launch 2.0, choose the Domain.sites file, and click on "update". It will be updated to a Domain.sites2 file. If the site looks ok then continue on with editing/publishing.
    Skipping to question (3), by all means, abandon the default location of the Domain.sites file in the Home folder's Library and get accustomed to keeping your Domain files in their own, respective folders. When you want to open one just double-click it.
    You are going to encounter difficulties publishing multiple sites in 2.0.2, unless you keep all of the sites in a single Domain file. 2.0 is publishing to a different directory on the iDisk than 1.0; it publishes to /Web/Sites/, as opposed to /Web/Sites/iWeb/. Publishing a site from a separate Domain file erases previously published sites. I have been able to publish multiple sites, from multiple Domain.sites2 files, by mounting the iDisk and actually moving the Site folder back one level, into the root Web folder, and then publishing. When finished, I move it back again. If you have RSS feeds you will probably get a 'file in use' error. The alternative, (other than keeping all sites in a single Domain), is to publish the site to a folder and then manually drop the Site folder into the Web/Sites/ directory on the iDisk. Of course, some .Mac functions are lost when publishing this way.
    Work through this info and post back.
    -Mark

  • Some times firefox does not opens facebook and google pages and this does not happen for other sites. Iam Currently using windows xp and using 3.6.3 Firefox version.Please help.

    Some times the fire fox does not open google and facebook pages but it does not happen for other sites. Iam currently using Windows xp and iam using Mozilla Fire fox 3.6.3 .Please help
    == URL of affected sites ==
    http://www.facebook.com,www.google.com

    You can try a direct connection and select No Proxy in the connection settings.
    You can find the connection settings in "Tools > Options > Advanced : Network : Connection"
    Also do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database before doing a scan.
    * http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    * http://www.superantispyware.com/ - SuperAntispyware
    * http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    * http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    * http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]

  • 80g Classic nearly dead please help

    Hello
    I've got a 80g classic ipod that is flashing with the apple logo. It was working fine up till yesterday but since downloading a new album and trying to sync its not now. My computer doesnt even detect the device is there now. I initially tried restoring it but it went into the flashing apple logo ststus after about 10 mins. I've had it just over a year so is now out of warrenty
    My iphone is working fine with itunes just the classic has nearly died. Please help!!

    Find a Mac computer, it should get recognized then do a Restore there. Once completed re connect with your PC

  • Hello, I've upgraded my Ipad2 to iOS7. I'm facing two major problems. First, I can't connect to the internet(which seems like a common problem). Second, the Autocad WS app doesn't work. It keeps asking for a username/passcode combination. please help guys

    Hello, I've upgraded my Ipad2 to iOS7. I'm facing two major problems. First, I can't connect to the internet(which seems like a common problem), no Wifi connectivity as well. Second, the Autocad WS app doesn't work. It keeps asking for a username/passcode combination. Please help me guys. I will be genuinely grateful.
    Cheers

    Does my problem has anything to do with SSL for mail settings? Cause when I tried re-adding it says something that I should try without SSL, and I did what you said and it gives me this "The IMAP server pop.mail.yahoo.com is not responding. Check your network connection and that you entered the correct information in the incoming mail server field". Ahh.. this is so annoying, Apple what are you doing to me?! Or is Yahoo doing this to me?!
    Thank you for your time. Sorry it doesn`t work.

  • My macbook won't start up i have used the option command p r while holding down power button but not done.. please help guys

    my macbook won't start up i have used the option command p r while holding down power button but not done.. please help guys

    It not polite to repost asking fro more help three minutes after initial post.
    Recovery mode is Command & R keys after depressing and releasing the Power button  for a normal startup.
    OS X: About OS X Recovery - Apple Support
    That only works for Lion and later.
    What exactly happens when your try to boot to Recovery?
    Try starting in Safe Mode resetting the SMC and NVRAM/PRAM
    OS X: What is Safe Boot, Safe Mode?
    Intel-based Macs: Resetting the System Management Controller (SMC)
    About NVRAM and PRAM
    What model MacBook Pro and what OSX version was on the Mac?
    Have you tried booting from an OSX install DVD?
    When you try to start doe the Power light light?
    This is the Mac Pro desktop forum. I requested your post be moved to the MacBook Pro laptop forum.

  • My ipod classic just froze, please help!

    My ipod classic was working perfectly up until about 10 minutes ago, when it froze up and now it won't let me do ANYTHING. My computer doesn't even recognize that I've plugged it in! I'm so lost, please help me!
    So my ordeal is over, thank the stars. To anyone who's having the same issue I just had, here's what you do:
       1. Switch the hold/lock button on the top lefthand corner of your ipod on and then back off
       2. Press and hold the center and menu buttons down simultaneously until the Apple logo appears
       3. Your ipod should shut off and restart after this, and work as fine as it did before

    I am having a similar problem at the moment. My ipod is a 20g and fairly new. It has been skipping through all of the songs as though they can't be played. I have soft reset it on numerous occasions and most of the time it has worked. But now I have reset it through itunes for about the fifth time and it won't work. All I have on screen now is the apple symbol and I can't get anywhere. I have updated itunes and reset my ipod after removing all of the music. It seems to be corrupted somehow. Is there any software I can use to wipe it or possibly defrag it other than what is available through itunes?
    My computer can recognise the ipod but itunes won't.
    Message was edited by: scottishdane

  • Ipod 160gb classic is frozen. please help!!!!!!

    Ok so my ipod 160gb froze, I'm guessing its cuz i tried to sync it and iTunes froze so i disconected it. Anyway, I've tried wiggling the hold button, holding down the center and play/pause button. Nothing is working. I've even tried plugging it back in but nothing is working. Also, iTunes wont sync the stuff I just got off the iTunes store. My computer recognises it, but itunes doesnt. I tried to update my software, but it wounldnt let me. It would stop halfway through the download. Can someone please help me out! Thanks.

    i love me wrote:
    I've tried wiggling the hold button, holding down the center and play/pause button.
    Turn the Hold switch on , then off again and press-and-hold the Menu and Select (centre) buttons for ten seconds.
    "Wiggling it" will not work, unless it's a new form of dance

  • Please Help Guys!!! Unbelievable: I cannot found a solution...

    Hi,
    I have a Iphone 4s, and clicking on Mail: I see 8 Icloud/me.com e-mails address with the same adress @me.com
    I have already made 3 time the RESET of the Iphone. ANd nothing happen..
    Please Help: when I recieve one mail on my me.com, I receive 8 mails!!!!!!!!!!!
    Check the picture please
    Thanks for Help

    I think you have to sign into your Amazon Kindle Account, find the book in your archive and delete it there.  Otherwise you can delete it from the device and leave it in the archive, should you want to look at it again.

  • Approval process QUERY - Please help guys....

    Hello Experts,
    I have found some threads in this subject but non of them seem to work for me.
    My need is :
    when my employee tries to turn an order into an Invoice witch its card is set to groupname of 'over seas clients' the invoice will not be produced and the approval pop up will show.
    this is what i tryed :
    SELECT distinct 'true'  FROM OINV T0  INNER JOIN OCRD T1 ON T0.CardCode = T1.CardCode INNER JOIN OCRG T2 ON T1.GroupCode = T2.GroupCode AND T2.GroupName  'Over seas clients' where T0.CardCode = $[$4.0.0]
    nothing happens and the approval pop up never shows up.
    Could someone Please help me with this query?
    Thanks alot
    D.med

    I thin approval process work like in this manner.
    when you add any SO for particular condition matches then approval pop up will come, and then that SO gone to Approval. After approval user can able to make Invoice.
    Hence i think in your case you need to made a query in SO that when the particular groupname is added then aproval should pop up.
    Else you can kept the approval process in AR Invoice that if particular groupname is added then pop up.
    For Approval process you need to select this query in Approval Template.

  • Older version, please help.

    First and foremost, please don't eat my face off when I say, I use a PC. However, this is not to say I hate Macs. In fact I thoroughly enjoy them. I have my associates in Multimedia and Teleproduction technologies, and all work was done via Macs.
    My dilemma here is thus; As much as I would love a Mac for Photoshop, FCP, etc. I simply do not have the money for one. Truth is, most of my computer usage is for playing a couple MMO's and general internet surfing, etc. Money is tight and I had enough to buy the parts to put together a rather nice PC, hooray for rebates. But I still want to be able to do whatever editing I need to. Currently I have the CS3 version of the Adobe Suite, which is really super.
    However, I find now that I am really needing FCP. I wanted to put together a video of in-game action from Lord of the Rings Online: Shadows of Angmar. Mainly as a treat to my kinship and also a fun side project for myself. When I was in school, working for my degree, which was about 4 years ago, I DID have FCP on my PC back then. Obviously that was an older model.
    So I am not looking to try and get the newer versions of FCP to work on my computer, rather, can anyone point me in the direction of where I can find whichever version of FCP I had that worked for a PC? I would buy it, download it, don't really care, I just really would like it. Any help would be appreciated in this little pickle of mine. Thanks.

    Final Cut was originally developed by Macromedia for both Windows and the Mac, which Apple subsequently purchased. However, to the best of my knowledge (and Googling) Apple never released the Windows version, so you must have used it prior to the acquisition in 1999.
    In which case, one has to question whether it could still be used on a modern PC.

Maybe you are looking for

  • Problem with proxy in 10.8.2

    Hi everyone, I have a problem, I can't  visit webs trough a proxy with profiles no admins in Mac OS 10.8.2. Do you know how to solve?. Sorry for my english :-)

  • Change the Account Determination In As22

    Dear Friend's              The Asset Class account determination is wrongly tagged but some transaction value are made. So I want to change the Account determination in OAOA transaction code. For this transaction should not allow to change the Accoun

  • Singleton & EJB & Clustering

    Hello: although I have read information about this question in http://java.sun.com/developer/technicalArticles/Programming/singletons/ , I continue having doubts. I need a class (A) called by stateless session beans to get next value from one previou

  • Creating travelling motion effect on a picture

    Hi, For a school assignment I have designed a map in Adobe Illustrator. I would like to create a movie with a 'camera travelling effect' on the map, similar to the one you can see on http://www.youtube.com/watch?v=bPM1OYKb1Qs Can someone help me poin

  • Trigering script for sales order

    hello abap studs, cud u pls tell me the procedure to trigger script for sales order.. thnx n regards, praveen