Can anyone help with these error messages?

These are just the 'header' lines from the Error Console, Source code is pretty darn long.
Timestamp: 10/17/2014 11:40:10 PM
Warning: Unknown property '-moz-box-shadow'. Declaration dropped.
Source File: https://support.cdn.mozilla.net/static/css/common-min.css?build=b818540
Line: 1, Column: 40056
Warning: Error in parsing value for 'background-image'. Declaration dropped.
Source File: https://support.cdn.mozilla.net/static/css/common-min.css?build=b818540
Line: 1, Column: 42019
Warning: Expected color but found 'top'. Error in parsing value for 'background-image'. Declaration dropped.
Source File: https://support.cdn.mozilla.net/static/css/common-min.css?build=b818540
Line: 1, Column: 42410
Warning: Unknown property '-moz-border-radius'. Declaration dropped.
Source File: https://support.cdn.mozilla.net/static/css/common-min.css?build=b818540
Line: 1, Column: 42874
Warning: Unknown property '-moz-background-clip'. Declaration dropped.
Source File: https://support.cdn.mozilla.net/static/css/common-min.css?build=b818540
Line: 1, Column: 42953
Warning: Unknown property 'box-sizing'. Declaration dropped.
Source File: https://support.cdn.mozilla.net/static/css/common-min.css?build=b818540
Line: 1, Column: 45264
Warning: Unknown property 'column-width'. Declaration dropped.
Source File: https://mozorg.cdn.mozilla.net/media/css/tabzilla-min.css
Line: 1, Column: 403
Warning: Unknown property 'column-count'. Declaration dropped.
Source File: https://mozorg.cdn.mozilla.net/media/css/tabzilla-min.css
Line: 1, Column: 491
Warning: Unknown property 'column-gap'. Declaration dropped.
Source File: https://mozorg.cdn.mozilla.net/media/css/tabzilla-min.css
Line: 1, Column: 577
Warning: Unknown property '-moz-column-break-inside'. Declaration dropped.
Source File: https://mozorg.cdn.mozilla.net/media/css/tabzilla-min.css
Line: 1, Column: 693
Warning: Unknown property 'zoom'. Declaration dropped.
Source File: https://mozorg.cdn.mozilla.net/media/css/tabzilla-min.css
Line: 1, Column: 3200
Warning: Unknown pseudo-class or pseudo-element '-webkit-input-placeholder'. Ruleset ignored due to bad selector.
Source File: https://mozorg.cdn.mozilla.net/media/css/tabzilla-min.css
Line: 1, Column: 8050
Warning: Expected media feature name but found '-webkit-min-device-pixel-ratio'.
Source File: https://mozorg.cdn.mozilla.net/media/css/tabzilla-min.css
Line: 1, Column: 16257
Warning: Unknown property '-moz-opacity'. Declaration dropped.
Source File: https://support.mozilla.org/en-US/users/activate/1136925/23e4a0c3f1717ed6a302737d38ec989031d94970?reg=aaq
Line: 0, Column: 44

Those error message (I think) are the result of opening an email from this support site. The guys that develop Mozilla support are not all that skilled in email they say. But it could be any add-on that that source. It is Thunderbird HTML sanitizer dropping unsafe commands. it may not in fact indicate any issue. My error console lights up like a Christmas tree with similar errors when I open RSS feeds.
So what is your real issue? You don't look in the error console without reason as a general rule.

Similar Messages

  • Can anyone help with apachectl error messages in Terminal?

    Does anyone here understand apachectl error messages?
    When I use the command:
    apachectl configtest 
    Terminal gives me:
    Warning: DocumentRoot [/usr/docs/dummy-host.example.com] does not exist Warning: DocumentRoot [/usr/docs/dummy-host2.example.com] does not exist Syntax error on line 117 of /private/etc/apache2/extra/httpd-ssl.conf: SSLCertificateFile: file '/private/etc/apache2/server.crt' does not exist or is empty 
    I am trying to install Baikal Server: http://baikal-server.com. Thanks

    Skakagrall wrote:
    I've had another go. Now getting this error message after apachectl configtest
    Warning: DocumentRoot [/usr/docs/dummy-host.example.com] does not exist Warning: DocumentRoot [/usr/docs/dummy-host2.example.com] does not exist [Tue Feb 18 14:53:58 2014] [warn] _default_ VirtualHost overlap on port 80, the first has precedence Syntax OK 
    Any ideas?
    I looked thought the documens and his instuctions seem a bit over the top.  So to help we can iver start from the begining or try to fix what you have.  If you want to fix what you have I first need to know:
    1) where did you put the baikal-regular folder after you downloaded it?
    2) Can you cut and past "/etc/apache2/httpd.conf  It is wrong.
    My one is:
    macbook-cat:apache2 steve$ cat httpd.conf
    # This is the main Apache HTTP server configuration file.  It contains the
    # configuration directives that give the server its instructions.
    # See <URL:http://httpd.apache.org/docs/2.2> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.2/mod/directives.html>
    # for a discussion of each configuration directive.
    # Do NOT simply read the instructions in here without understanding
    # what they do.  They're here only as hints or reminders.  If you are unsure
    # consult the online docs. You have been warned. 
    # Configuration and logfile names: If the filenames you specify for many
    # of the server's control files begin with "/" (or "drive:/" for Win32), the
    # server will use that explicit path.  If the filenames do *not* begin
    # with "/", the value of ServerRoot is prepended -- so 'log/access_log'
    # with ServerRoot set to '/www' will be interpreted by the
    # server as '/www/log/access_log', where as '/log/access_log' will be
    # interpreted as '/log/access_log'.
    # ServerRoot: The top of the directory tree under which the server's
    # configuration, error, and log files are kept.
    # Do not add a slash at the end of the directory path.  If you point
    # ServerRoot at a non-local disk, be sure to point the LockFile directive
    # at a local disk.  If you wish to share the same ServerRoot for multiple
    # httpd daemons, you will need to change at least LockFile and PidFile.
    ServerRoot "/usr"
    # Listen: Allows you to bind Apache to specific IP addresses and/or
    # ports, instead of the default. See also the <VirtualHost>
    # directive.
    # Change this to Listen on specific IP addresses as shown below to
    # prevent Apache from glomming onto all bound IP addresses.
    #Listen 12.34.56.78:80
    Listen 80
    # Dynamic Shared Object (DSO) Support
    # To be able to use the functionality of a module which was built as a DSO you
    # have to place corresponding `LoadModule' lines at this location so the
    # directives contained in it are actually available _before_ they are used.
    # Statically compiled modules (those listed by `httpd -l') do not need
    # to be loaded here.
    # Example:
    # LoadModule foo_module modules/mod_foo.so
    LoadModule authn_file_module libexec/apache2/mod_authn_file.so
    LoadModule authn_dbm_module libexec/apache2/mod_authn_dbm.so
    LoadModule authn_anon_module libexec/apache2/mod_authn_anon.so
    LoadModule authn_dbd_module libexec/apache2/mod_authn_dbd.so
    LoadModule authn_default_module libexec/apache2/mod_authn_default.so
    LoadModule authz_host_module libexec/apache2/mod_authz_host.so
    LoadModule authz_groupfile_module libexec/apache2/mod_authz_groupfile.so
    LoadModule authz_user_module libexec/apache2/mod_authz_user.so
    LoadModule authz_dbm_module libexec/apache2/mod_authz_dbm.so
    LoadModule authz_owner_module libexec/apache2/mod_authz_owner.so
    LoadModule authz_default_module libexec/apache2/mod_authz_default.so
    LoadModule auth_basic_module libexec/apache2/mod_auth_basic.so
    LoadModule auth_digest_module libexec/apache2/mod_auth_digest.so
    LoadModule cache_module libexec/apache2/mod_cache.so
    LoadModule disk_cache_module libexec/apache2/mod_disk_cache.so
    LoadModule mem_cache_module libexec/apache2/mod_mem_cache.so
    LoadModule dbd_module libexec/apache2/mod_dbd.so
    LoadModule dumpio_module libexec/apache2/mod_dumpio.so
    LoadModule reqtimeout_module libexec/apache2/mod_reqtimeout.so
    LoadModule ext_filter_module libexec/apache2/mod_ext_filter.so
    LoadModule include_module libexec/apache2/mod_include.so
    LoadModule filter_module libexec/apache2/mod_filter.so
    LoadModule substitute_module libexec/apache2/mod_substitute.so
    LoadModule deflate_module libexec/apache2/mod_deflate.so
    LoadModule log_config_module libexec/apache2/mod_log_config.so
    LoadModule log_forensic_module libexec/apache2/mod_log_forensic.so
    LoadModule logio_module libexec/apache2/mod_logio.so
    LoadModule env_module libexec/apache2/mod_env.so
    LoadModule mime_magic_module libexec/apache2/mod_mime_magic.so
    LoadModule cern_meta_module libexec/apache2/mod_cern_meta.so
    LoadModule expires_module libexec/apache2/mod_expires.so
    LoadModule headers_module libexec/apache2/mod_headers.so
    LoadModule ident_module libexec/apache2/mod_ident.so
    LoadModule usertrack_module libexec/apache2/mod_usertrack.so
    #LoadModule unique_id_module libexec/apache2/mod_unique_id.so
    LoadModule setenvif_module libexec/apache2/mod_setenvif.so
    LoadModule version_module libexec/apache2/mod_version.so
    LoadModule proxy_module libexec/apache2/mod_proxy.so
    LoadModule proxy_connect_module libexec/apache2/mod_proxy_connect.so
    LoadModule proxy_ftp_module libexec/apache2/mod_proxy_ftp.so
    LoadModule proxy_http_module libexec/apache2/mod_proxy_http.so
    LoadModule proxy_scgi_module libexec/apache2/mod_proxy_scgi.so
    LoadModule proxy_ajp_module libexec/apache2/mod_proxy_ajp.so
    LoadModule proxy_balancer_module libexec/apache2/mod_proxy_balancer.so
    LoadModule ssl_module libexec/apache2/mod_ssl.so
    LoadModule mime_module libexec/apache2/mod_mime.so
    LoadModule dav_module libexec/apache2/mod_dav.so
    LoadModule status_module libexec/apache2/mod_status.so
    LoadModule autoindex_module libexec/apache2/mod_autoindex.so
    LoadModule asis_module libexec/apache2/mod_asis.so
    LoadModule info_module libexec/apache2/mod_info.so
    LoadModule cgi_module libexec/apache2/mod_cgi.so
    LoadModule dav_fs_module libexec/apache2/mod_dav_fs.so
    LoadModule vhost_alias_module libexec/apache2/mod_vhost_alias.so
    LoadModule negotiation_module libexec/apache2/mod_negotiation.so
    LoadModule dir_module libexec/apache2/mod_dir.so
    LoadModule imagemap_module libexec/apache2/mod_imagemap.so
    LoadModule actions_module libexec/apache2/mod_actions.so
    LoadModule speling_module libexec/apache2/mod_speling.so
    LoadModule userdir_module libexec/apache2/mod_userdir.so
    LoadModule alias_module libexec/apache2/mod_alias.so
    LoadModule rewrite_module libexec/apache2/mod_rewrite.so
    #LoadModule perl_module libexec/apache2/mod_perl.so
    LoadModule php5_module libexec/apache2/libphp5.so
    LoadModule hfs_apple_module libexec/apache2/mod_hfs_apple.so
    <IfModule !mpm_netware_module>
    <IfModule !mpm_winnt_module>
    # If you wish httpd to run as a different user or group, you must run
    # httpd as root initially and it will switch. 
    # User/Group: The name (or #number) of the user/group to run httpd as.
    # It is usually good practice to create a dedicated user and group for
    # running httpd, as with most system services.
    User _www
    Group _www
    </IfModule>
    </IfModule>
    # 'Main' server configuration
    # The directives in this section set up the values used by the 'main'
    # server, which responds to any requests that aren't handled by a
    # <VirtualHost> definition.  These values also provide defaults for
    # any <VirtualHost> containers you may define later in the file.
    # All of these directives may appear inside <VirtualHost> containers,
    # in which case these default settings will be overridden for the
    # virtual host being defined.
    # ServerAdmin: Your address, where problems with the server should be
    # e-mailed.  This address appears on some server-generated pages, such
    # as error documents.  e.g. [email protected]
    ServerAdmin [email protected]
    # ServerName gives the name and port that the server uses to identify itself.
    # This can often be determined automatically, but we recommend you specify
    # it explicitly to prevent problems during startup.
    # If your host doesn't have a registered DNS name, enter its IP address here.
    #ServerName www.example.com:80
    # DocumentRoot: The directory out of which you will serve your
    # documents. By default, all requests are taken from this directory, but
    # symbolic links and aliases may be used to point to other locations.
    DocumentRoot "/Library/WebServer/Documents"
    # Each directory to which Apache has access can be configured with respect
    # to which services and features are allowed and/or disabled in that
    # directory (and its subdirectories).
    # First, we configure the "default" to be a very restrictive set of
    # features. 
    <Directory />
        Options FollowSymLinks
        AllowOverride None
        Order deny,allow
        Deny from all
    </Directory>
    # Note that from this point forward you must specifically allow
    # particular features to be enabled - so if something's not working as
    # you might expect, make sure that you have specifically enabled it
    # below.
    # This should be changed to whatever you set DocumentRoot to.
    <Directory "/Library/WebServer/Documents">
        # Possible values for the Options directive are "None", "All",
        # or any combination of:
        #   Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
        # Note that "MultiViews" must be named *explicitly* --- "Options All"
        # doesn't give it to you.
        # The Options directive is both complicated and important.  Please see
        # http://httpd.apache.org/docs/2.2/mod/core.html#options
        # for more information.
        Options Indexes FollowSymLinks MultiViews
        # AllowOverride controls what directives may be placed in .htaccess files.
        # It can be "All", "None", or any combination of the keywords:
        #   Options FileInfo AuthConfig Limit
        AllowOverride None
        # Controls who can get stuff from this server.
        Order allow,deny
        Allow from all
    </Directory>
    # DirectoryIndex: sets the file that Apache will serve if a directory
    # is requested.
    <IfModule dir_module>
        DirectoryIndex index.html
    </IfModule>
    # The following lines prevent .htaccess and .htpasswd files from being
    # viewed by Web clients.
    <FilesMatch "^\.([Hh][Tt]|[Dd][Ss]_[Ss])">
        Order allow,deny
        Deny from all
        Satisfy All
    </FilesMatch>
    # Apple specific filesystem protection.
    <Files "rsrc">
        Order allow,deny
        Deny from all
        Satisfy All
    </Files>
    <DirectoryMatch ".*\.\.namedfork">
        Order allow,deny
        Deny from all
        Satisfy All
    </DirectoryMatch>
    # ErrorLog: The location of the error log file.
    # If you do not specify an ErrorLog directive within a <VirtualHost>
    # container, error messages relating to that virtual host will be
    # logged here.  If you *do* define an error logfile for a <VirtualHost>
    # container, that host's errors will be logged there and not here.
    ErrorLog "/private/var/log/apache2/error_log"
    # LogLevel: Control the number of messages logged to the error_log.
    # Possible values include: debug, info, notice, warn, error, crit,
    # alert, emerg.
    LogLevel warn
    <IfModule log_config_module>
        # The following directives define some format nicknames for use with
        # a CustomLog directive (see below).
        LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
        LogFormat "%h %l %u %t \"%r\" %>s %b" common
        <IfModule logio_module>
          # You need to enable mod_logio.c to use %I and %O
          LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
        </IfModule>
        # The location and format of the access logfile (Common Logfile Format).
        # If you do not define any access logfiles within a <VirtualHost>
        # container, they will be logged here.  Contrariwise, if you *do*
        # define per-<VirtualHost> access logfiles, transactions will be
        # logged therein and *not* in this file.
        CustomLog "/private/var/log/apache2/access_log" common
        # If you prefer a logfile with access, agent, and referer information
        # (Combined Logfile Format) you can use the following directive.
        #CustomLog "/private/var/log/apache2/access_log" combined
    </IfModule>
    <IfModule alias_module>
        # Redirect: Allows you to tell clients about documents that used to
        # exist in your server's namespace, but do not anymore. The client
        # will make a new request for the document at its new location.
        # Example:
        # Redirect permanent /foo http://www.example.com/bar
        # Alias: Maps web paths into filesystem paths and is used to
        # access content that does not live under the DocumentRoot.
        # Example:
        # Alias /webpath /full/filesystem/path
        # If you include a trailing / on /webpath then the server will
        # require it to be present in the URL.  You will also likely
        # need to provide a <Directory> section to allow access to
        # the filesystem path.
        # ScriptAlias: This controls which directories contain server scripts.
        # ScriptAliases are essentially the same as Aliases, except that
        # documents in the target directory are treated as applications and
        # run by the server when requested rather than as documents sent to the
        # client.  The same rules about trailing "/" apply to ScriptAlias
        # directives as to Alias.
        ScriptAliasMatch ^/cgi-bin/((?!(?i:webobjects)).*$) "/Library/WebServer/CGI-Executables/$1"
    </IfModule>
    <IfModule cgid_module>
        # ScriptSock: On threaded servers, designate the path to the UNIX
        # socket used to communicate with the CGI daemon of mod_cgid.
        #Scriptsock /private/var/run/cgisock
    </IfModule>
    # "/Library/WebServer/CGI-Executables" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/Library/WebServer/CGI-Executables">
        AllowOverride None
        Options None
        Order allow,deny
        Allow from all
    </Directory>
    # DefaultType: the default MIME type the server will use for a document
    # if it cannot otherwise determine one, such as from filename extensions.
    # If your server contains mostly text or HTML documents, "text/plain" is
    # a good value.  If most of your content is binary, such as applications
    # or images, you may want to use "application/octet-stream" instead to
    # keep browsers from trying to display binary files as though they are
    # text.
    DefaultType text/plain
    <IfModule mime_module>
        # TypesConfig points to the file containing the list of mappings from
        # filename extension to MIME-type.
        TypesConfig /private/etc/apache2/mime.types
        # AddType allows you to add to or override the MIME configuration
        # file specified in TypesConfig for specific file types.
        #AddType application/x-gzip .tgz
        # AddEncoding allows you to have certain browsers uncompress
        # information on the fly. Note: Not all browsers support this.
        #AddEncoding x-compress .Z
        #AddEncoding x-gzip .gz .tgz
        # If the AddEncoding directives above are commented-out, then you
        # probably should define those extensions to indicate media types:
        AddType application/x-compress .Z
        AddType application/x-gzip .gz .tgz
        # AddHandler allows you to map certain file extensions to "handlers":
        # actions unrelated to filetype. These can be either built into the server
        # or added with the Action directive (see below)
        # To use CGI scripts outside of ScriptAliased directories:
        # (You will also need to add "ExecCGI" to the "Options" directive.)
        #AddHandler cgi-script .cgi
        # For type maps (negotiated resources):
        #AddHandler type-map var
        # Filters allow you to process content before it is sent to the client.
        # To parse .shtml files for server-side includes (SSI):
        # (You will also need to add "Includes" to the "Options" directive.)
        #AddType text/html .shtml
        #AddOutputFilter INCLUDES .shtml
    </IfModule>
    # The mod_mime_magic module allows the server to use various hints from the
    # contents of the file itself to determine its type.  The MIMEMagicFile
    # directive tells the module where the hint definitions are located.
    #MIMEMagicFile /private/etc/apache2/magic
    # Customizable error responses come in three flavors:
    # 1) plain text 2) local redirects 3) external redirects
    # Some examples:
    #ErrorDocument 500 "The server made a boo boo."
    #ErrorDocument 404 /missing.html
    #ErrorDocument 404 "/cgi-bin/missing_handler.pl"
    #ErrorDocument 402 http://www.example.com/subscription_info.html
    # MaxRanges: Maximum number of Ranges in a request before
    # returning the entire resource, or one of the special
    # values 'default', 'none' or 'unlimited'.
    # Default setting is to accept 200 Ranges.
    #MaxRanges unlimited
    # EnableMMAP and EnableSendfile: On systems that support it,
    # memory-mapping or the sendfile syscall is used to deliver
    # files.  This usually improves server performance, but must
    # be turned off when serving from networked-mounted
    # filesystems or if support for these functions is otherwise
    # broken on your system.
    #EnableMMAP off
    #EnableSendfile off
    # 6894961
    TraceEnable off
    # Supplemental configuration
    # The configuration files in the /private/etc/apache2/extra/ directory can be
    # included to add extra features or to modify the default configuration of
    # the server, or you may simply copy their contents here and change as
    # necessary.
    # Server-pool management (MPM specific)
    Include /private/etc/apache2/extra/httpd-mpm.conf
    # Multi-language error messages
    #Include /private/etc/apache2/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include /private/etc/apache2/extra/httpd-autoindex.conf
    # Language settings
    Include /private/etc/apache2/extra/httpd-languages.conf
    # User home directories
    Include /private/etc/apache2/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include /private/etc/apache2/extra/httpd-info.conf
    # Virtual hosts
    #Include /private/etc/apache2/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    Include /private/etc/apache2/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include /private/etc/apache2/extra/httpd-dav.conf
    # Various default settings
    #Include /private/etc/apache2/extra/httpd-default.conf
    # Secure (SSL/TLS) connections
    #Include /private/etc/apache2/extra/httpd-ssl.conf
    # Note: The following must must be present to support
    #       starting without SSL on platforms with no /dev/random equivalent
    #       but a statically compiled-in mod_ssl.
    <IfModule ssl_module>
    SSLRandomSeed startup builtin
    SSLRandomSeed connect builtin
    </IfModule>
    Include /private/etc/apache2/other/*.conf

  • Can anyone help with an error message when installing iTunes?

    Hi,
    I have been trying to upgrade my iTunes to 7.6, I have been unable to upgrade since version 7.3 it fails right at the end, well this time it didn't work either. I took the advice of the support pages and uninstalled iTunes but when I try to re-install I get this during the first part when it is installing QuickTime,
    A portion of the folder path " is invalid. It is either empty or exceeds the length allowed by the system.
    I click OK and get this,
    The installation of QuickTime did not complete successfully. iTunes requires QuickTime.
    I have tried to uninstall QuickTime but I get the same messages.
    Can anyone help me?!

    I am having the exact same problem! and now i can't access my pending downloads!! if anybody has any answers, i am begging you, please help me. if i can't fix this then i have wasted $40., so please, help me!

  • Can anyone help with iTunes error message (0x80092013) please?

    I just updated iTunes and now I get error message (0x80092013), does anyone know how to fix it please?  I am using Windows, not Mac.

    I am having the exact same problem! and now i can't access my pending downloads!! if anybody has any answers, i am begging you, please help me. if i can't fix this then i have wasted $40., so please, help me!

  • Can anyone help with this error message (The operation couldn't be completed. (NSURLErrorDomain error -(1012.) (-1012)

    The most recent update I have in the App Store is an OSX update but I receive this error message when I select the update button. (The operation couldn’t be completed. NSURLErrorDomain error -1012. -1012.  Can anyone tell me why or how to delete this update in the que from the app center and try again? Any help would be greatly appreciated.  Thanks.

    http://www.apple.com/support/mac/app-store/contact.html?form=account

  • Can anyone help with this error message?

    Lately every time I download songs from iTunes into my computer I get a message that says "Your startup disc is almost full." Anyone know what this means and how I take things off the startup disc?

    That message means that there is little free space on your startup disk; Mac OS X likes to have at least 1GB or more free at all times. If you have an external hard disk or secondary partition, you can copy some of your documents and files to it and then erase them from the startup disk. You can also burn some of your files to a CD or DVD followed by deleting them from the hard disk to make room. More options are to use a program such as Monolingual to delete unneeded languages, and to delete items you don't use from the /Library/Printers/ and /Library/Packages/ folders. Don't delete any architectures if you are using an Intel Mac and want to run PowerPC applications.
    (15838)

  • Can anyone help with this error? ;At line 102 of file"C:/Program files (x86)/Macromedia/Dreamweaver

    Can anyone help with this error please?;At line 102 of file"C:/Program files (x86)/Macromedia/Dreamweaver 8/Configuration/Objects/Common/Images.js"; TypeError: cmdDOM.parentWindow.setFormItem is not a function

    If Dreamweaver shows a message saying "the following JavaScript error(s) occurred",  it's usually a sign of a corrupt cache file. The first thing you should always be to delete the file cache. If that doesn't work, delete your personal Configuration folder. Please go through the steps mentioned in thread Deleting a corrupted cache file.

  • Can anyone help with an Error Code 4450

    I keep trying to burn cd's and everytime that I do, itunes cancels the disk burn and gives me the error code 4450. can anyone help out with this? thanks..

    I am having the exact same problem! and now i can't access my pending downloads!! if anybody has any answers, i am begging you, please help me. if i can't fix this then i have wasted $40., so please, help me!

  • Can anyone help with these kernel panics?

    I work for the NHS.  Have spent most of my salary on Adobe Premiere Pro using a Intel Core Mac OS 10.5.8 which is supposed to be enough for the system requirements.  Have spent all day shutting down my computer unable to start the software.  If it does start it freezes and tells me to restart.  This is not acceptable.  Can anyone help??? Adobe cefrtai nly don't want to is there ahtyone out there with any solutions?  I ahve checked the hard drive it is fine, have done all the usual checks to no avail. Cannot find anywhere to talk to Adobe, their website is a minefield of Groundhog Day!
    I have the same problem with Photoshop purchased last year as part of a creative package.  This is really annoying!

    Dear Wonderspark,
    I am back at my iMac.  Here are the details of my hardware.
    Model Name:
    iMac
      Model Identifier:
    iMac7,1
      Processor Name:
    Intel Core 2 Duo
      Processor Speed:
    2.4 GHz
      Number Of Processors:
    1
      Total Number Of Cores:
    2
      L2 Cache:
    4 MB
      Memory:
    3 GB
      Bus Speed:
    800 MHz
      Boot ROM Version:
    IM71.007A.B03
      SMC Version (system):
    1.20f4
      Serial Number (system):
    W88035L3X86
      Hardware UUID:
    00000000-0000-1000-8000-001EC205D8B9
    Chipset Model:
    ATI,RadeonHD2600
      Type:
    Display
      Bus:
    PCIe
      PCIe Lane Width:
    x16
      VRAM (Total):
    256 MB
      Vendor:
    ATI (0x1002)
      Device ID:
    0x9583
      Revision ID:
    0x0000
      ROM Revision:
    113-B2250F-219
      EFI Driver Version:
    01.00.219
      Displays:
    iMac:
      Resolution:
    1680 x 1050
      Depth:
    32-Bit Color
      Core Image:
    Hardware Accelerated
      Main Display:
    Yes
      Mirror:
    Off
      Online:
    Yes
      Quartz Extreme:
    Supported
      Built-In:
    Yes
    The software versionas are as follows.
    Adobe Photoshop CS5 version 12.0.4
    Adobe Premiere Pro CS 5.5 version 5.5.0
    I hope that is more use.  As I said, the software is successfully installed, but I cannot open Premiere Pro.  Photoshop does open occasionally but rather like Russian roulette.
    I also have the Creative suite and Dreamweaver is no problem, neither is Indesign.  This makes no sense to me I would be grateful for any help.  I have checked the hardware and the system is ok.  I have tried re-installing the software after un-installing it but that made no difference.  I obviously have turned the machine on and off because of the black veil that descends upon the screen during the kernel panic.  Premiere Pro has alo frozen everything rather than causing a panic too. HELP!

  • Can anyone please explain these error messages to me?

    Hi,can anyone of you be so kind to explain these warnings during an upgrade to me?
    Thanks.
    WARNING 2005-06-17 16:58:12
    Execution of the command "change 'user' '/install'" finished with return code 1. Output: Install mode does not apply to a Terminal server configured for remote administration.
    WARNING 2005-06-17 16:58:13
    Error 32 (The process cannot access the file because it is being used by another process.
    ) in execution of a 'CopyFile' function, line (359), with parameter (C:\Documents and Settings\ITSadm\Local Settings\Temp\sapinst_exe.5260.1119019920\SYSTEM\librfc32.dll, C:\WINDOWS\system32\librfc32.dll, FALSE).
    WARNING 2005-06-17 16:58:14
    Error 32 (The process cannot access the file because it is being used by another process.
    ) in execution of a 'CopyFile' function, line (359), with parameter (C:\Documents and Settings\ITSadm\Local Settings\Temp\sapinst_exe.5260.1119019920\SYSTEM\librfc32u.dll, C:\WINDOWS\system32\librfc32u.dll, FALSE).
    ERROR 2005-06-17 17:00:50
    FCO-00060  The script block  includes the script block <#1> , but there is no common script block element with that in your control file. Please inform the support team.
    WARNING 2005-06-17 17:06:22
    While copying files to 'D:\usr\sap\PD3\SCS01\exe': source file 'D:\usr\sap\PD3\SYS\exe\run/icudt26.dll' not found.
    WARNING 2005-06-17 17:06:23
    While copying files to 'D:\usr\sap\PD3\JC00\exe': source file 'D:\usr\sap\PD3\SYS\exe\run/icudt26.dll' not found.
    WARNING 2005-06-17 17:06:54
    Error 32 (The process cannot access the file because it is being used by another process.
    ) in execution of a 'CopyFile' function, line (359), with parameter (C:\Program Files\sapinst_instdir\PATCH\ORA\sapmmc.dll, C:\WINDOWS\system32\sapmmc.dll, FALSE).
    WARNING 2005-06-17 17:07:23
    Execution of the command "D:\usr\sap/PD3/JC00/igs/bin/igswd.exe '-version'" finished with return code 1. Output: Version of D:\usr\sap/PD3/JC00/igs/bin/igswd.exe = 6402.0.5.0
    WARNING 2005-06-17 17:07:24
    Execution of the command "C:\Program Files\sapinst_instdir\PATCH\ORA/igstmp/igswd.exe '-version'" finished with return code 1. Output: Version of C:\Program Files\sapinst_instdir\PATCH\ORA/igstmp/igswd.exe = 6403.0.8.0
    WARNING 2005-06-17 17:09:13
    Execution of the command "D:\usr\sap/PD3/JC00/igs/bin/igswd.exe 'D:\usr\sap\PD3\JC00\igs' '-c' '-tracelevel=1' '-recontime=60' '-mux=sgisbruap17,40000' '-listenerhttp=40080' '-portwatcher=40001' '-portwatcher=40002'" finished with return code 1. Output:
    WARNING 2005-06-17 17:29:10
    Execution of the command "D:\usr\sap\PD3\JC00\exe/startsap.exe 'name=PD3' 'nr=00' 'SAPDIAHOST=sgisbruap17'" finished with return code -1. Output: STARTSAP failedDetails are written to C:\Program Files\sapinst_instdir\PATCH\ORA\startPD3.log
    WARNING 2005-06-17 17:30:22
    Execution of the command "C:\j2sdk1.4.2_07/bin/java.exe '-Xmx256M' '-Djava.ext.dirs=D:\usr\sap/PD3/JC00/SDM/program/lib;C:\j2sdk1.4.2_07/jre/lib/ext' '-jar' 'D:\usr\sap/PD3/JC00/SDM/program/bin/SDM.jar' 'undeploy' 'compname=sapjra' 'compvendor=com.sap.mw.jco.jra' 'sdmhome=D:\usr\sap/PD3/JC00/SDM/program' 'logfile=C:\Program Files\sapinst_instdir\PATCH\ORA/callSdmViaSapinst.log'" finished with return code 104. Output: Starting SDM - Software Deployment Manager...tc/SL/SDM/SDM/sap.com/SAP AG/6.4011.00.0000.20050207154237.0000Initializing Network Manager (50017)Checking if another SDM is running on port 50018Processing error. Return code: 104

    This seems to be a common issue on this forum.
    Please take a look at this if you're trying to install via
    Terminal Services:
    http://support.microsoft.com/default.aspx?scid=kb;en-us;320185

  • Can anyone help with these email headers

    Have been receiving delivery failure notifications from verizon about emails I never sent. Can anyone tell me by these headers if these emails are actually being sent from my account or a verizon server or if someone is just using my email to send spam. My actual email address is replaced by [email protected]
    Return-path: <>
    Received: from process-daemon.vms173011.mailsrvcs.net by
     vms173011.mailsrvcs.net
     (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009))
     id <[email protected]> for [email protected]; Sat,
     13 Apr 2013 18:01:49 -0500 (CDT)
    Received: from vms173011.mailsrvcs.net
     (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009))
     id <[email protected]>; Sat,
     13 Apr 2013 18:01:49 -0500 (CDT)
    Date: Sat, 13 Apr 2013 18:01:49 -0500 (CDT)
    From: [email protected]
    Subject: Delivery Notification: Delivery has failed
    X-Eset-AntiSpam: OK;1;calc;2013-04-14 19:00:26;1304141900260036;0FAC
    To: [email protected]
    Message-id: <[email protected]>
    MIME-version: 1.0
    Content-type: multipart/report; report-type=delivery-status;
     boundary="Boundary_(ID_ww4AK7TaqM8cPGeNhVh/NQ)"
    Original-recipient: rfc822;[email protected]
    X-EsetId: 38E0F329C482776927E6F37BCCD63337
    X-EsetScannerBuild: 13617
    --Boundary_(ID_ww4AK7TaqM8cPGeNhVh/NQ)
    Content-type: text/plain; charset=us-ascii
    Content-language: en-US
    This report relates to a message you sent with the following header fields:
      Message-id: <[email protected]>
      Date: Sat, 13 Apr 2013 18:00:49 -0500
      From:{edited for privacy}<[email protected]>
      To: {edited for privacy}
    Your message cannot be delivered to the following recipients:
      Recipient address: {edited for privacy}
      Reason: Remote SMTP server has rejected address
      Diagnostic code: smtp;550 Requested action not taken: mailbox unavailable
      Remote system: dns;mx1.hotmail.com (TCP|206.46.173.11|55184|65.54.188.72|25)
    __________ Information from ESET Smart Security, version of virus signature database 8227 (20130414) __________
    The message was checked by ESET Smart Security.
    http://www.eset.com
    --Boundary_(ID_ww4AK7TaqM8cPGeNhVh/NQ)
    Content-type: message/delivery-status
    Reporting-MTA: dns;vms173011.mailsrvcs.net (tcp_hotmail-daemon)
    Arrival-date: Sat, 13 Apr 2013 18:01:48 -0500 (CDT)
    Original-recipient: edited for privacy}
    Final-recipient: {edited for privacy}
    Action: failed
    Status: 5.0.0 (Remote SMTP server has rejected address)
    Remote-MTA: dns;mx1.hotmail.com (TCP|206.46.173.11|55184|65.54.188.72|25)
    Diagnostic-code: smtp;550 Requested action not taken: mailbox unavailable
    --Boundary_(ID_ww4AK7TaqM8cPGeNhVh/NQ)
    Content-type: message/rfc822
    Return-path: <[email protected]>
    Received: from tcp_hotmail-daemon.vms173011.mailsrvcs.net by
     vms173011.mailsrvcs.net
     (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009))
     id <[email protected]>; Sat,
     13 Apr 2013 18:01:49 -0500 (CDT)
    Received: from CTNMOAPP03 ([unknown] [206.46.236.69])
     by vms173011.mailsrvcs.net
     (Sun Java(tm) System Messaging Server 7u2-7.02 32bit (built Apr 16 2009))
     with ESMTPA id <[email protected]>; Sat,
     13 Apr 2013 18:01:48 -0500 (CDT)
    Date: Sat, 13 Apr 2013 18:00:49 -0500
    From:{edited for privacy} <[email protected]>
    To: {edited for privacy}
    Reply-to: [email protected]
    Message-id: <[email protected]>
    MIME-version: 1.0
    Content-type: text/plain; charset=utf-8
    Content-transfer-encoding: base64
    aHR0cDovL2dhbGF4eWZvcnVtLnBydi5wbC9jaXJjbGVkYW5jaW​5nbWFydGlud2hpdGUvICAN
    Cg0KaHR0cDovL3d3dy5wZWNhdmkuZXMvYnJvdGhlcmFueGlvdX​NtYXJ0aW5icm93bi8NCg0K
    DQogICAgICAgICAgICAtLS0tLS0tLS0tLS0tLS0tLS0tLS0tLS​0tLS0tLS0NCiAgICAgICAg
    ICAgIFNlbnQgdXNpbmcgVmVyaXpvbi5uZXQgTW9iaWxl
    --Boundary_(ID_ww4AK7TaqM8cPGeNhVh/NQ)--

    I appears that someone sent the original message with your account as the sender through a Verizon outbound server. Whether this was spoofed or they actually have your account information is unclear.
    Probably safer to go ahead and change your password and Secret Question/Answer, as well as run a virus/spyware scan on any computers you use to check your mail.
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.
    "All knowledge is worth having."

  • Can you help with this error message - Monitor Profile Dell E177FP G2.2 D65 appears to be defective?

    I've recently started getting the message:  "Monitor Profile Dell E177FP G2.2 D65 appears to be defective. Please rerun your monitor calibration software."
    I don't know what to do to fix this,  Can someone help?

    Do a Google search on the exact error message. Others have had this problem and you might find a solution.

  • Can anybody help with this error message

    I work with CS5.6 on RAW pictures shot with a Canon EOS 5 Mk II and have problems saving. Mycomputer is 32-bit with 4 Gb RAM, Windows 7. 
    Die Error Message in Adobe CS5.6 ist: „ could not complete the SAVE AS command because there is not enough memory (RAM)”

    Its saying exactly what it means you do not have enough memory to save the file. You can either change the properties to save a smaller image
    Or update your computer. In order to use the entire 4GB of RAM your computer needs to be 64bit not 32. 32bit can only access 2GB of ram and some apps can access an additional GB of ram. But if you do upgrade your computer get 6 or 8 GB of Ram, you will be happy you did.

  • Can anyone help with this error msg "The disc can't be burned because an unexpected error occurred (error code 0x8002006E)." ?

    I was also getting the message telling me it is a medium problem however that has changed more to the  latest 0x8002006E one.
    I use to be able to record all the time on DVD-R, then all of a sudden that has stopped and get
    The dic can't be burned because of a unexpected error 0x8002006E.
    I have looked at most of the discussions on this subject, I have also done most of what people have suggested, nothing has worked so far.
    I am able to record music on cd's, I am able to record on DVD-RW, I can't however record on DVD -R anymore and have tried three different brands.
    I have gone through about 30 or more discs trying to fix this problem so any help right now would be great.

    http://www.apple.com/support/mac/app-store/contact.html?form=account

  • Can anyone help with these annoyances

    Hi,
    I've used Logic since 2.4 and enjoyed its continued development and improvement up through Logic 7. Since the major retooling in Logic 8, I feel that it has become more buggy, less professional and genuinely less pleasurable to use. I've found work arounds (or just given up) on some things that used to be easy or even just "doable" in older version... Maybe some of you out there have some solutions to the following annoyances in Logic 9.x
    I wish it would/could;;;
    Return to last play position while in record. (worked fine on Logic 7)
    Copy Drag consistently instead of just moving the part (even though the help tag says "copy" it only drags, then often puts it a measure ahead of where I put it) (worked fine on Logic 7)
    Not Record audio while recording midi if an audio track is in "input" (worked fine on Logic 7)
    Could resize screen objects and things like I really want them to look (worked fine on Logic 7)
    Not have major lag times for things like renaming objects, deleting tracks in the arrange page, bouncing, opening 3rd party plug ins, (worked fine on Logic 7)
    Have freedom to put the loop browser anywhere I want (worked fine on Logic 7)
    Get key commands to work consistently (worked fine on Logic 7)
    Could assign record names globally instead of only on the track being recorded (worked fine on Logic 7)
    Have a visible tool bar for things like "pencil" "fade" "text" etc instead of a pull down menu (worked fine on Logic 7)
    Have visual feedback when I've armed the "Fade" tool (worked fine on Logic 7)
    Be able to choose fonts and sizes on individual score text objects (worked fine on Logic 7)
    Not have help tags constantly bugging me when I'm resizing or moving notes and objects (worked fine on Logic 7)
    Be able to create a new "audio object" in the environment (instead of having to copy something else and then reassign its purpose (worked fine on Logic 7)

    Dan,
    I can commiserate with you on most of these annoyances. Let's just say that we're kindred spirits in this regard. Hopefully I can help you alleviate some of these things that stick in your craw. I'll (try and) limit my comments to things that can be changed (as opposed to those which are "permanently broken"):
    Could resize screen objects and things like I really want them to look (worked fine on Logic 7)
    Plugin windows can be resized in L9. Aside from that, I'll (try to) stick to limiting my comments re those things that cannot be changed.
    Have a visible tool bar for things like "pencil" "fade" "text" etc instead of a pull down menu (worked fine on Logic 7)
    The variety of tools has been reduced (for your safety and well-being) to the lucky number of three, and that's only if you have the right click assigned as a tool. Otherwise you are limited to two. So it's still a palette, though compared to what we used to have it's kind of hard to swallow. In case you didn't notice, there's a pun in there. I almost missed it myself.
    I have my "V" key programmed to call up the toolbox. Its close proximity to the spacebar (play/stop) and the CMD key (for assigning a tool to) make it an ideal way to change tools without having to mouse all the way across the screen to access the unpalatable palette.
    Be able to choose fonts and sizes on individual score text objects (worked fine on Logic 7)
    This is still possible using the slow-to-appear, WYSI-not-WYG, icky-looking, way-too-small-font "Fonts" editor in the score editor. *Text > Fonts...* And because it's no longer even remotely as easy to resize text I've gotten into using the resize tool, as well as setting up various boilerplate text styles using the text styles editor. One thing that's nice though (hey, it's not all bad) is that you can import text styles from other projects.
    Not have help tags constantly bugging me when I'm resizing or moving notes and objects (worked fine on Logic 7)
    These can be disabled in the Logic prefs: *Prefs > Display > General*
    Be able to create a new "audio object" in the environment (instead of having to copy something else and then reassign its purpose (worked fine on Logic 7)
    You can still do this. Environment: *New > Channel Strip > Audio*
    The best thing about Logic 9 is flex editing. Othewise, gimme back L7 any day (minus the bugs, of course).

Maybe you are looking for