My client is receiving error messages

I redesigned & updated my client's site with DW Version
9.0 Build 3481. My client is editing thw site with Contribute 2. 2
problems have arisen preventing him from editing the site"
1.) When he copies and pasted into a new page he receives the
following error (from client):
While executing DWMenu_Edit_Paste command in ccmenus.xml, the
following JavaScript error(s) occurred:
At line 77 of file "C:\Program Files\Macromedia\Contribute
2\Configuration\Shared\Scripts\event.js:
exception throw in native function
This error message gives me three options OK, Cancel and the
red X in the upper right hand corner of the error massage box. When
I click any of these three options I end up back where I was before
I keyed in the Paste
Command.
2.) I had the idea that I would just try typing in the data
rather than pasting it. So I created a new page, COUNSELING, (which
seem to work okay) and typed in the page title and a few words in
the text area. When
I went to publish, I got this error message:
When executing Edit_Action_Publish command in the
cctoolbars.xml, the following JavaScript error(s) occurred:
exception throw in native function.
When I click out of the error massage I immediately get
another message:
Contribute has encountered a problem and needs to close. We
are sorry for
the incontinence.
If you were in the middle of something the info you were
working on might be lost.
When I click the only option on the message, CLOSE,
Contribute closes. I then reopened Contribute and everything
entered was lost, both the creation of the new page and the info I
had type in.
Any ideas?

The only way I can think of now would be deactivating iMassage in Settings/Messages. The downside is, that this will disable iMassage for sending as well.
Or send those devices the message back and ask them to stop it. If they don't, ask the provider to block the numbers.

Similar Messages

  • Receiving Error Message when running sh rep_populate.sh

    Following directions at http://www.oracle.com/technology/tech/linux/htdocs/yum-repository-setup.html
    Receiving Error Message when running sh rep_populate.sh trying to create local yum repositories and configure up2date and yum to install and update packages from them.
    THIS PROGRAM IS DEPRECATED!
    You should be generating xml metadata instead.
    Please see http://linux.duke.edu/metadata
    After executing following instructions and replacing server name with our server name.smmj.com
    Client Setup
    1. Import the GPG key
    rpm --import /usr/share/rhn/RPM-GPG-KEY
    2. Configure up2date to use the yum repository. Edit /etc/sysconfig/rhn/sources. Comment out line
    up2date default
    to
    #up2date default
    and add the following lines. Replace <repository_server> with the hostname of the machine that is hosting the yum repository. Comment and uncomment individual repositories as needed.
    Enterprise Linux 5
    (commented uncommented)yum el5_$ARCH_latest http://<repository_server>/yum/EnterpriseLinux/EL5/latest/$ARCH/
    (commented uncommented)yum el5_$ARCH_addons http://<repository_server>/yum/EnterpriseLinux/EL5/addons/$ARCH/
    #yum el5_$ARCH_oracle http://<repository_server>/yum/EnterpriseLinux/EL5/oracle/$ARCH/
    #yum el5_ga_$ARCH_base http://<repository_server>/yum/EnterpriseLinux/EL5/ga/base/$ARCH/
    #yum el5_u1_$ARCH_base http://<repository_server>/yum/EnterpriseLinux/EL5/1/base/$ARCH/
    #yum el5_u2_$ARCH_base http://<repository_server>/yum/EnterpriseLinux/EL5/2/base/$ARCH/
    #yum el5_u3_$ARCH_base http://<repository_server>/yum/EnterpriseLinux/EL5/3/base/$ARCH/
    #yum el5_ga_$ARCH_patch http://<repository_server>/yum/EnterpriseLinux/EL5/ga/patch/$ARCH/
    #yum el5_u1_$ARCH_patch http://<repository_server>/yum/EnterpriseLinux/EL5/1/patch/$ARCH/
    #yum el5_u2_$ARCH_patch http://<repository_server>/yum/EnterpriseLinux/EL5/2/patch/$ARCH/
    #yum el5_u3_$ARCH_patch http://<repository_server>/yum/EnterpriseLinux/EL5/3/patch/$ARCH/
    and running additional instructions
    2. Run up2date to install python-urlgrabber.
    up2date -i python-urlgrabber
    Receiving following error
    There was some sort of I/O error: <urlopen error (-2, 'Name or service not known')>
    Further when trying to replace /etc/yum.repos.d/ULN-Base.repo ULN-Base.repo unable to find file, file that is there
    is called public-yum-el5.repo
    Made following changes in that file
    Enterprise Linux 5
    [el5_latest]
    name=Enterprise Linux $releasever - $basearch - latest
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/latest/$basearch/
    gpgcheck=1
    enabled=1
    [el5_addons]
    name=Enterprise Linux $releasever - $basearch - addons
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/addons/$basearch/
    gpgcheck=1
    enabled=0
    [el5_oracle]
    name=Enterprise Linux $releasever - $basearch - oracle
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/oracle/$basearch/
    gpgcheck=1
    enabled=0
    [el5_ga_base]
    name=Enterprise Linux $releasever GA - $basearch - base
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/ga/base/$basearch/
    gpgcheck=1
    enabled=0
    [el5_u1_base]
    name=Enterprise Linux $releasever U1 - $basearch - base
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/1/base/$basearch/
    gpgcheck=1
    enabled=0
    [el5_u2_base]
    name=Enterprise Linux $releasever U2 - $basearch - base
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/2/base/$basearch/
    gpgcheck=1
    enabled=0
    [el5_u3_base]
    name=Enterprise Linux $releasever U3 - $basearch - base
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/3/base/$basearch/
    gpgcheck=1
    enabled=0
    [el5_ga_patch]
    name=Enterprise Linux $releasever GA - $basearch - patch
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/ga/patch/$basearch/
    gpgcheck=1
    enabled=0
    [el5_u1_patch]
    name=Enterprise Linux $releasever U1 - $basearch - patch
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/1/patch/$basearch/
    gpgcheck=1
    enabled=0
    [el5_u2_patch]
    name=Enterprise Linux $releasever U2 - $basearch - patch
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/2/patch/$basearch/
    gpgcheck=1
    enabled=0
    [el5_u3_patch]
    name=Enterprise Linux $releasever U3 - $basearch - patch
    baseurl=http://<repository_server>/yum/EnterpriseLinux/EL5/3/patch/$basearch/
    gpgcheck=1
    enabled=0
    Then ran following commands
    up2date -u
    Output
    There was some sort of I/O error: <urlopen error (-2, 'Name or service not known')>
    yum update
    http://<ice.smmj.com>/yum/EnterpriseLinux/EL5/addons/x86_64/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
    Trying other mirror.
    http://<ice.smmj.com>/yum/EnterpriseLinux/EL5/latest/x86_64/repodata/repomd.xml: [Errno 4] IOError: <urlopen error (-2, 'Name or service not known')>
    Trying other mirror.
    Error: Cannot retrieve repository metadata (repomd.xml) for repository: el5_latest. Please verify its path and try again
    We would like a simple and correct way of doing this or we will be forced to switch to another os and another provider
    Thanks, for your help

    We purchased Licensed version of Red Hat Linux Oracle for our network server. My boss wanted a simple way of installing Samba on it so that the server can be used for file and printer sharing. We have an active directory on our network and couple of other Windows servers as well as other Red Hat servers. He wants to install Samba on that licensed version so that it can primarily be used for file storage and sharing, he wants to be able to connect with gui type interface to this server from windows machines and linux machines and he wants for this Red Hat Linux Oracle machine to show up in active directory.
    Aparently when we went to Applications, Add Remove Software in Red Hat Fedora Samba was not in there.
    When we go to System, Administration, Server Settings, Services, Samba is also not there.
    Nowhere can we find an easy way of installing samba on this Linux OS.
    I went to your site, signed in, (previously there was only 1 channel available there, I have just recently found and added all the channels that were aplicable to our system) and downloading them now to another version of the same type of Licensed Red Hat Linux Oracle. Hopefully when I use Software Updater in System Tools it will load the packages we are loking for (from the channels I selected on your website). Once that is done I think I could just go to add remove software and install the packages that I need from there.
    I am still not sure why I set out to install repositories on this version of Linux, perhaps I mistakenly thought that once everything is installed (according to directions at http://www.oracle.com/technology/tech/linux/htdocs/yum-repository-setup.html) on the machine in question I would be able to use that same machine to get the packages for that same machine. We were in such a rush and desperate to put the server on to the network it did not dawn on me that this scenario is designed to have one serve on the network that holds repositories and other machines connect to it for packages.
    I think I am on the right track in my logic, log in to your site with the CSI number, user name and password, select ALL the channels versus only one, save the search, then from the machine update packages, then add new software and Samba Should be in there. I would like to hear your thoughts on this.
    This version of Linux seem like a very reliable version of OS and I would hate to give up on it, especially since we already bought licenses for it, its just that we don't have that much experience with it and I would upreciate all the info that you can give us for it. I am sure that everyone at SMMJ will upreciate you for it.

  • I have an iMac 5.1 with Mac OSX 10.6.8 and 2 GB memory and an L2 cache of 4 GB.   lately I have been receiving error messages of " start up disk almost full; please delete files." is the start up disk the same thing as the hard drive?

    I have an iMac 5.1 with Mac OSX 10.6.8 and 2 GB memory and an L2 cache of 4 GB.   lately I have been receiving error messages of " start up disk almost full; please delete files." is the start up disk the same thing as the hard drive?  I opened the hard drive and from the column on the left of the menu I've selected "search for" and under that " all images" then "all documents"  I've deleted a few files from each. Are documents and images that I have deleted from here also deleted from the folders on my desktop?

    You should never, EVER let a conputer hard drive get completely full, EVER!
    With Macs and OS X, you shouldn't let the hard drive get below 15 GBs or less of free data space.
    If it does, it's time for some hard drive housecleaning.
    Follow some of my tips for cleaning out, deleting and archiving data from your Mac's internal hard drive.
    Have you emptied your iMac's Trash icon in the Dock?
    If you use iPhoto, iPhoto has its own trash that needs to be emptied, also.
    If you store images in other locations other than iPhoto, then you will have to weed through these to determine what to archive and what to delete.
    If you use Apple Mail app, Apple Mail also has its own trash area that needs to be emptied, too!
    Delete any old or no longer needed emails and/or archive to disc, flash drives or external hard drive, older emails you want to save.
    Delete any other mail in your Junk folders. Also, look through your Sent Mail to see if there is anything that can be deleted.
    Other things you can do to gain space.
    Once you have around 15 GBs regained, do a search, download and install OmniDisk Sweeper.
    This app will help you locate files that you can move/archive and/or delete from your system.
    STAY AWAY FROM DELETING ANY FILES FROM OS X SYSTEM FOLDER!
    Look through your Documents folder and delete any type of old useless type files like "Read Me" type files.
    Again, archive to disc, flash drives, ext. hard drives or delete any old documents you no longer use or immediately need.
    Look in your Applications folder, if you have applications you haven't used in a long time, if the app doesn't have a dedicated uninstaller, then you can simply drag it into the OS X Trash icon. IF the application has an uninstaller app, then use it to completely delete the app from your Mac.
    Download an app called OnyX for your version of OS X.
    When you install and launch it, let it do its initial automatic tests, then go to the cleaning and maintenance tabs and run the maintenance tabs that let OnyX clean out all web browser cache files, web browser histories, system cache files, delete old error log files.
    Typically, iTunes and iPhoto libraries are the biggest users of HD space.
    move these files/data off of your internal drive to the external hard drive and deleted off of the internal hard drive.
    If you have any other large folders of personal data or projects, these should be archived or moved, also, to the optical discs, flash drives or external hard drive and then either archived to disc and/or deleted off your internal hard drive.
    Good Luck!

  • I can't open my Itunes keep receiving error message- The iTunes Library.itl file cannot be found or created. The default location for this file is in the "i Tunes" folder in the "Music" folder

    I can't open my Itunes keep receiving error message- The iTunes Library.itl file  cannot be found or created. The default location for this file is in the "i Tunes" folder in the "Music" folder. I have even tried removing and reinstalling iTunes and it still does work because I continue to receive this error message. Please Help!

    Anyone can help to advice how to solve this issue ?

  • Tried to open lr 5 in cc. Receive error message "LR encountered an error when reading from its preview cache and needs to quit". How do I fix the problem?

    Tried to open LR 5 in cc. Receive error message "LR 5 encountered an error when reading from its preview cache and needs to quit". How do I fix the problem?

    Hi, Have a look under the "MORE LIKE THIS" on the right there should be an answer in one of those threads.

  • Can't access my email. Receiving error message that my account has been suspended and that I need to contact customer service. How do I get a phone number?

    The details are in the question. Receiving error message that my account has been suspended. Looking for a phone number to call and speak to someone. Or, please have someone call me at '''*removed*'''.
    '''Phone number removed by moderator to protect privacy'''

    Note that mozilla does not have a phone number and would never charge for services, if there is a page that says so, its a lie.

  • Can not update Photoshop CC (2014) and receive error message U43M1D206. What do I do?

    Can not update Photoshop CC (2014) and receive error message U43M1D206. What do I do?

    Bump
    I am also having the same issue with a lot of the softwares i have downloaded. Its unable to download the initial patch update.

  • Unable to install Adobe Digital Reader 3.0. Keep receiving error message "migration has stopped working" and then installation fails.

    Every time I try to install Adobe Digital Reader 3.0 I get an error message "migration has stopped working" and the installation fails. Is there a solution to this?

    Trying to install. Installation fails and I am unable to open it to migrate
    epub books to transfer to ereader
    In a message dated 8/31/2014 9:50:51 A.M. Eastern Daylight Time, 
    [email protected] writes:
    Unable  to install Adobe Digital Reader 3.0. Keep receiving error message 
    "migration has stopped working" and then installation fails.
    created by kglad (https://forums.adobe.com/people/kglad)  in 
    Downloading, Installing, Setting Up - View the full  discussion
    (https://forums.adobe.com/message/6688648#6688648)

  • I can no longer access my itunes. Receive error message "MSVCR80.dll is missing from your computer....must reinstall" ????

    I can no longer access my itunes on desk top computer. Receive error message "MSVCR80.dll is missing from your computer....must reinstall" ???? Solutions? Cause?

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Receive error message, The iPod cannot be synced.  The required disk cannot be found.  iPod nano 6th Gen, all latest updates, Macbook Pro, with OS 10.6.7

    Receive error message, "The iPod cannot be synced.  The required disk cannot be found.  This is a iPod nano 6th Gen, all updates on iTunes and iPod, Macbook Pro OS 10.6.7.  This is getting frustrating.  I have changed USB ports, cables, reset, restored and was able to sync one time in parts, not all songs at once.  I have seen a lot of this same issue, will Apple please find a solution, nothing works, I think I wasted my money with this iPod.  I have the iPod touch, iPod shuffle, 4th gen iPod nano, iPhone and iPad.  This is the only device that has this issue.

    I was actually able to investigate and solve the problem myself. After readng many posts, I found that someone else's tips worked for me:
    Re: 30gb 5th gen. Probs syncing.
    Posted: Oct 13, 2009 8:48 AM in response to: johnnyfrommars
    Try running a disk check out the iPod using the tools provided by windows.
    To do this:
    1. Plug in your iPod and close iTunes.
    2. Go to "My Computer". Click on the iPod drive once. Go to File, and then click Properties.
    3. Go to the Tools tab. Under "Error Checking", click Check Now.
    4. Check both boxes. One says "Automatically fix file system errors" and the other says "Scan for and attempt recovery of bad sectors". Place a check mark next to each of these options and hit Start.
    The scan may take several minutes or more to complete, but once it has, go ahead and restart iTunes, and try re-syncing files to your iPod.
    B-rock

  • I'm running iTunes 11.0.5.6 on Windows 8.  When I try to update to iTunes 11.1.0, I receive error messages that refer to a "network resource that is unavailable" and that "the older versionof iTunes cannot be removed."  What do I need to do?

    I'm running iTunes 11.0.5.6 on Windows 8.  When I try to update to iTunes 11.1.0, I receive error messages that refer to a "network resource that is unavailable" and that "the older versionof iTunes cannot be removed."  What do I need to do?

    Perhaps this can be of help:
    http://support.apple.com/kb/TS3704
    It fixed the problem for this DukeHutchens in this thread:
    https://discussions.apple.com/thread/3916663?start=0&tstart=0

  • Cannot open iTunes-receiving error message "The  file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes" How do I correct this and access my iTunes?

    I am not able to open my iTunes on my HP pavilion dv7-3173nr entertainment notebook: I receive error message: The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes".    How can I correct this so that I can open my iTunes on my notebook?? dorothy278

    The file "iTunes Library.itl" cannot be read because it was created by a newer version of iTunes".
    Try the following user tip:
    Empty/corrupt iTunes library after upgrade/crash

  • I just set up my new iMac, and receive error messages when trying to purchase from the iTunes store (error 8003) or update from the App store (error 403 forbidden). THOUGHTS?

    I just set up my new iMac, and receive error messages when trying to purchase from the iTunes store (error 8003) or update from the App store (error 403 forbidden). THOUGHTS?

    I am not sure what you mean by "Flash Player for steam"; the only Flash Player installers I know is the ActiveX (for Internet Explorer) and the plugin (for other browsers); you can find both at http://helpx.adobe.com/content/help/en/flash-player/kb/installation-problems-flash-player- windows.html#main-pars_header
    [topic moved to Flash Player forum]

  • Cannot open Photoshop Elements. Receive error message 400 (Photoshop services are currently unavailable. Please try again later (I have) or check your network connections (they are OK). Error 400.

    Cannot open Photoshop Elements. Receive error message 400 (Photoshop services are currently unavailable. Please try again later (I have) or check your network connections (they are OK). Error 400.

    Photoshop.com is no longer available. The service transferred to Revel.
    Ignore the sign-in altogether.
    You may need to turn off Sync in Organizer prefs if you have it activated.

  • I receive error messages when I am downloading free iphone apps. I get error message 9810 and 9834. Can anyone advise how to resolve this problem?

    I receive error messages when I am downloading free iphone apps. I get error message 9810 and 9834. Can anyone advise how to resolve this problem? The problem doesn't exist when I'm downloading apps for which I pay.

    Hi,
    See Here:
    http://support.apple.com/kb/TS1276
    From Here:
    http://support.apple.com/kb/TS1424

Maybe you are looking for

  • Create Credit Memo Request

    Hi, Is there a bapi which i can use to create credit memo request with reference from a billing document? dyl

  • Shaded rows in table control object.

    Hi. I've got a question. I've got a table control object. When I fill it with data I set all rows shaded (screen-input = 0). But now the problem is that when I want to mark some row / rows (by pressing rectangle at the left side of table object) the

  • Finding Original File Names

    In short: Is there any option on the mac or in FCPX to find out the original filename (f.e. MVI_1234.mov) after transcoding? In long: Yesterday night I started importing footage from a Canon 5D into FCPX. When I realized that it stopped importing I g

  • Lightroom 5 installation error messages

    When trying to install Lightroom 5 on Mac 10.6.8, the following error messages popped up. ----------- Payload: Adobe Photoshop Lightroom 5 5.4.0.0 Adobe Photoshop Lightroom 5.pkg_5.4 ----------- ERROR: DW006: Apple Package failed to install successfu

  • Security Classes in HSV_SECACCESS table showing wrong OU

    We moved some users from one OU to another in Active Directory. I then ran the updatenativedir utility. However, when I provision the user with security classes for HFM in shared services, the records in the hsv_appname_secaccess table are still show