I installed new software updates, and now when I try to open up pages it tells me "Pages cannot be opened because of a problem." does anyone know what I can do?

I installed new software updates, and now when I try to open up pages it tells me "Pages cannot be opened because of a problem." does anyone know what I can do?

1)Copy this below from --{code} to --{code}
--{code}
set p2l to "" & (path to library folder from user domain)
set the_cache to p2l & "Caches:com.apple.iWork.fonts"
tell application "System Events"
          set maybe to exists disk item the_cache
          if maybe then delete disk item the_cache
end tell
if maybe then
          display dialog "I deleted the file :" & return & the_cache
else
          display dialog "The file :" & return & the_cache & return & "was unavailable !"
end if
--{code}
2) Than open Applescript Editor in your applications and paste it
3) Than select "Compile"
4) Than select "Run"

Similar Messages

Maybe you are looking for

  • Updated By field value during workflows.

    Hi Experts, The updated by field displays the value as [system] when i update a field that triggers a workflow. I read in the documentation and it says if the Workflow Owner is the [launcher] then updated by shall always show as [system]. This works

  • Is it possible to change or cancel the initial gre...

    I have recently bought an N95-8GB and so far I like it very much. However, one thing I dislike is the initial greeting after starting the phone, the one with the two handshaking hands. Is it possible to cancel this greeting, or replace it with a blan

  • EJB skeleton tied to a specific bean instance?

    Is a EJB skeleton tied to a specific EJB instance? For example, if in an application every access to the EJB was done via the same skeleton, would they have to queue or would the skeleton share the pool of beans amongst the requests. I'm assuming by

  • Setting prompt colour and weight

    Hi guys, Im having an issue I would very much appreciate your help with. I have the code below which I want to change the prompt font to bold and red on a post query trigger hence have coded the code below. However it doesnt seem to be setting the pr

  • Accordion panel initial state.

    Is it possible to have a certain tab of an accordion appear open when the page loads? (except from the top one)