Pos_Portrait View Shows Nothing

Hello Everyone,
We had raised this issue few days ago. We are using Nakisa v4.1 and a live build. The reason I gave the link is that the issue I am asking now is different than that one we opened previously. In brief, the OrgChart displays the employee photos in the details panel when I click on a position to see the details but can not bring those photos into the boxes. Standart pos_portrait view does not work so I took initiative and made a change in the pos_portrait view which is adding a new linked detail and tried to get the Picture_URL field from that top level detail. Unfortunately, after doing that, when I choose pos_portrait view, I see nothing. Not only the employee photos not appearing in the boxes but also the information in the boxes have disappeared. I only see blank nodes nothing inside them. In order to change this at least to it's default settings which is showing information in the boxes at least but not the photos, I have done the below actions;
1)     Using the default top level detail, the one I did not create, and choosing the fields from that one which is basically resetting the fields to it's originals.
2)     Resetting the build and publishing it again.
3)     Copying a new build from SAP_Live_RFC build and setting the minimal configuration such as Data Connections, Root Org ID and Authentication settings.
But none of these have worked so far. I have tried these options one by one, not at the same time. I am afraid when I first took initiative and added a linked detail to get the photos correctly into the boxes, I may have changed something in the root folder of Nakisa ? Because otherwise why copying a clean build from SAP_Live_RFC and publishing it does not work for the pos_portrait view and still getting blank nodes which have no information near them ?
All in all, while I was trying to achieve something, standart pos_portrait view is damaged at the moment.
Note: I have created a view named pos_portre so as to check if I can get the same information that pos_portrait provides and yes, I can. The reason I am opening this issue is different than the problem we have raised few days ago. I am trying to get back to the position where I started that making standart pos_portrait view work and the only problem is the photos
I hope I could explain it clearly.
Please enlighten me,
Regards.

Tunc.
There aren't usually any benign processes that would independently update Nakisa app file content so I think if you know you haven't changed the content then it is very unlikely to have been changed.
In effect the SAP_Live_RFC build is part of the factory settings ... hence my question about if this could have been accidentally modified.  Modifying this would build mean that your "reset" of creating a brand new build would suffer from the issue - which is what you are seeing.
In terms of which files to check the timestamps on I would literally check everything in the SAP_Live_RFC build for ones that looked "too recent".  To do this I would find the most common last updated time stamp within the build (I'd expect them to be the same or very close) and then run a search for files in the directory structure that had been modified since then.  If you did find an accidentally updated file, then you would then need to extract the original from the SCA file and replace it.
The ultimate clean reset would of course be to undeploy OrgChart and then deploy it again from the original SCA - the "nuke it from orbit" approach
Regards,
Stephen.

Similar Messages

  • Character viewer shows nothing

    I only use the character viewer very occasionally but it's handy when I need it to type an unusual character for me.
    But when I tried it today, looking for an accented e, it was just white space. All the components were there, but no characters !
    What has gone wrong? Here's a screen shot.

    My only suggestion is to repair permissions, restart, and see if it restores things. If not, reinstall the 10.6.8 v 1.1 COMBO update. If still no go, reinstall from the install disc and apply software updates. One other option might be to create a new admin user account, log into it, and see if the problem persists. If not, then reinstalling won't work because it's user account specific.

  • My computer is saying that I am not in the US and so I am unable to view shows, Youtube, etc. I've gone under the location settings and put US several times but nothing has worked. What should I do?

    My computer is saying that I am not in the US and so I am unable to view shows, Youtube, etc. I've gone under the location settings and put US several times but nothing has worked. What should I do?

    It may not be your computer telling you this, it is probably the company providing the shows to you over the Internet. If that is the case, no setting on your computer can change it because the media company is going by your network address (IP address), which is where your Internet modem (cable or DSL) connects to the outside Internet. If the location of your Internet connection appears to be outside the US (even if it is mistake), media companies that distribute shows under contracts with geographical restrictions may lock you out.
    If you use a service like a VPN service, you may have the ability to use IP addresses from other countries so that you can appear to be connecting from there. But it takes some setting up.

  • [Forum FAQ] Configuration Manager Console shows nothing if you change SSRS to using SSL after Reporting Service Point is installed

    If the SSRS is changed to SSL mode and http binding is removed after Reporting Service Point is installed. The Configuration Manager Console shows nothing in Reporting Pane. After digging into this problem, the cause is that the SSRS information has not
    been updated in Configuration Manager Database. The following steps are taken for finding the root cause.
    1. After changing to SSL, the Reporting Service Point log shows the error as shown in Figure 1.
    The request failed with HTTP status 404: Not Found.
    (!) SRS not detected as running
    Failures reported during periodic health check by the SRS Server DB2.SCJIZHO.COM.
    Figure 1
    From the error, seems the cause was the Reporting Service Point detected a wrong port. We digged around in Registry and found the information is a Registry key named ReportServerUri at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\SMS\SRSRP. After changing the Report
    Server address to https. The error is gone as shown in Figure 2. But the issue remains, the Console still shows nothing. It is not a right direction.
    Figure 2
    2. Open the Console log file, it also shows some valuable information.
    instance of __ExtendedStatus
                    Operation = "ExecQuery";
                    ParameterInfo = "SELECT * FROM SMS_Site WHERE SiteCode = 'PRI'";
                    ProviderName = "WinMgmt";
    \r\n
    [1, PID:3136][04/24/2014 01:46:00] :Property: 'LastModifiedTime'\r\nSystem.Management.ManagementException\r\nNot found \r\n   at System.Management.ManagementException.ThrowWithExtendedInfo(ManagementStatus errorCode)
       at System.Management.PropertyData.RefreshPropertyInfo()
       at System.Management.PropertyDataCollection.get_Item(String propertyName)
       at Microsoft.ConfigurationManagement.ManagementProvider.WqlQueryEngine.WqlResultObjectBase.get_Item(String name)\r\nManagementException details:
    [52, PID:3136][05/11/2014 20:14:15] :[ReportProxy] - User-specified default Reporting Point [PRI.scjizho.com] could not be found, [DB2.scjizho.com] is now the default Reporting Point (Figure 3).
    Figure 3
    It seems the Console wants to access the old http site and it fails to get into the site for sure. Actually, the Site Configuration information is come from Site Control File and as we all know that ConfigMgr 2012 doesn’t store the Site Control file in the
    file system. However, it’s stored in the SQL database (as XML file). The XML file is stored in a view named vSMS_SC_SiteControlXML. This view is a read-only view. We cannot edit it directly. The related table stored the SSRS information for this view is SC_SysResUse_Property.
    Running the following query will list the SSRS address. We can see the address is still the old one. This is why the Console shows nothing.
    SELECT
    name,
    value2
    FROM dbo.SC_SysResUse_Property
    where name
    ='ReportServerUri'
    or name=
    'ReportManagerUri'
    Remarks:
    This article is just to let you know why the Console cannot show the Reports after changing to SSL mode. We do not intend to make you change the table in Database, if you want to change it, you will be at your own risk. The real solution to this situation
    is to reinstall your Reporting Service Point.
    Please click to vote if the post helps you. This can be beneficial to other community members reading the thread.

    Ok, but how do you solve this problem? Does uninstalling the RP and adding it back solve this problem?
    http://www.enhansoft.com/

  • PHP installed with Apache, php pages showing nothing [SOLVED]

    I've followed a couple of guides to install a LAMP stack on my Arch install, and I seem to have done everything correctly (no errors anyway...), but I still can't see anything on my basic phpinfo page.
    Viewing source shows nothing.
    Is there anything commonly missed out I should be looking for, in order to get it showing properly?
    If there's any more specific information I can give, please let me know. I'm new to these forums and realise I'm lacking detail, but any pointers would be greatly appreciated.
    Thanks,
    Adam
    Last edited by tsdadam (2015-02-26 22:03:56)

    Here's my httpd.conf, I've not moved those lines yet,
    # 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.4/> for detailed information.
    # In particular, see
    # <URL:http://httpd.apache.org/docs/2.4/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 "logs/access_log"
    # with ServerRoot set to "/usr/local/apache2" will be interpreted by the
    # server as "/usr/local/apache2/logs/access_log", whereas "/logs/access_log"
    # will be interpreted as '/logs/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 specify a local disk on the
    # Mutex directive, if file-based mutexes are used. If you wish to share the
    # same ServerRoot for multiple httpd daemons, you will need to change at
    # least PidFile.
    ServerRoot "/etc/httpd"
    # Mutex: Allows you to set the mutex mechanism and mutex file directory
    # for individual mutexes, or change the global defaults
    # Uncomment and change the directory if mutexes are file-based and the default
    # mutex file directory is not on a local disk or is not appropriate for some
    # other reason.
    # Mutex default:/run/httpd
    # 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 modules/mod_authn_file.so
    #LoadModule authn_dbm_module modules/mod_authn_dbm.so
    #LoadModule authn_anon_module modules/mod_authn_anon.so
    #LoadModule authn_dbd_module modules/mod_authn_dbd.so
    #LoadModule authn_socache_module modules/mod_authn_socache.so
    LoadModule authn_core_module modules/mod_authn_core.so
    LoadModule authz_host_module modules/mod_authz_host.so
    LoadModule authz_groupfile_module modules/mod_authz_groupfile.so
    LoadModule authz_user_module modules/mod_authz_user.so
    #LoadModule authz_dbm_module modules/mod_authz_dbm.so
    #LoadModule authz_owner_module modules/mod_authz_owner.so
    #LoadModule authz_dbd_module modules/mod_authz_dbd.so
    LoadModule authz_core_module modules/mod_authz_core.so
    #LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
    #LoadModule authnz_fcgi_module modules/mod_authnz_fcgi.so
    LoadModule access_compat_module modules/mod_access_compat.so
    LoadModule auth_basic_module modules/mod_auth_basic.so
    #LoadModule auth_form_module modules/mod_auth_form.so
    #LoadModule auth_digest_module modules/mod_auth_digest.so
    #LoadModule allowmethods_module modules/mod_allowmethods.so
    #LoadModule file_cache_module modules/mod_file_cache.so
    #LoadModule cache_module modules/mod_cache.so
    #LoadModule cache_disk_module modules/mod_cache_disk.so
    #LoadModule cache_socache_module modules/mod_cache_socache.so
    #LoadModule socache_shmcb_module modules/mod_socache_shmcb.so
    #LoadModule socache_dbm_module modules/mod_socache_dbm.so
    #LoadModule socache_memcache_module modules/mod_socache_memcache.so
    #LoadModule watchdog_module modules/mod_watchdog.so
    #LoadModule macro_module modules/mod_macro.so
    #LoadModule dbd_module modules/mod_dbd.so
    #LoadModule dumpio_module modules/mod_dumpio.so
    #LoadModule echo_module modules/mod_echo.so
    #LoadModule buffer_module modules/mod_buffer.so
    #LoadModule data_module modules/mod_data.so
    #LoadModule ratelimit_module modules/mod_ratelimit.so
    LoadModule reqtimeout_module modules/mod_reqtimeout.so
    #LoadModule ext_filter_module modules/mod_ext_filter.so
    #LoadModule request_module modules/mod_request.so
    LoadModule include_module modules/mod_include.so
    LoadModule filter_module modules/mod_filter.so
    #LoadModule reflector_module modules/mod_reflector.so
    #LoadModule substitute_module modules/mod_substitute.so
    #LoadModule sed_module modules/mod_sed.so
    #LoadModule charset_lite_module modules/mod_charset_lite.so
    #LoadModule deflate_module modules/mod_deflate.so
    #LoadModule xml2enc_module modules/mod_xml2enc.so
    #LoadModule proxy_html_module modules/mod_proxy_html.so
    LoadModule mime_module modules/mod_mime.so
    #LoadModule ldap_module modules/mod_ldap.so
    LoadModule log_config_module modules/mod_log_config.so
    #LoadModule log_debug_module modules/mod_log_debug.so
    #LoadModule log_forensic_module modules/mod_log_forensic.so
    #LoadModule logio_module modules/mod_logio.so
    #LoadModule lua_module modules/mod_lua.so
    LoadModule env_module modules/mod_env.so
    #LoadModule mime_magic_module modules/mod_mime_magic.so
    #LoadModule cern_meta_module modules/mod_cern_meta.so
    #LoadModule expires_module modules/mod_expires.so
    LoadModule headers_module modules/mod_headers.so
    #LoadModule ident_module modules/mod_ident.so
    #LoadModule usertrack_module modules/mod_usertrack.so
    #LoadModule unique_id_module modules/mod_unique_id.so
    LoadModule setenvif_module modules/mod_setenvif.so
    LoadModule version_module modules/mod_version.so
    #LoadModule remoteip_module modules/mod_remoteip.so
    LoadModule proxy_module modules/mod_proxy.so
    LoadModule proxy_connect_module modules/mod_proxy_connect.so
    LoadModule proxy_ftp_module modules/mod_proxy_ftp.so
    LoadModule proxy_http_module modules/mod_proxy_http.so
    LoadModule proxy_fcgi_module modules/mod_proxy_fcgi.so
    LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
    #LoadModule proxy_fdpass_module modules/mod_proxy_fdpass.so
    LoadModule proxy_wstunnel_module modules/mod_proxy_wstunnel.so
    LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
    LoadModule proxy_balancer_module modules/mod_proxy_balancer.so
    LoadModule proxy_express_module modules/mod_proxy_express.so
    #LoadModule session_module modules/mod_session.so
    #LoadModule session_cookie_module modules/mod_session_cookie.so
    #LoadModule session_crypto_module modules/mod_session_crypto.so
    #LoadModule session_dbd_module modules/mod_session_dbd.so
    LoadModule slotmem_shm_module modules/mod_slotmem_shm.so
    #LoadModule slotmem_plain_module modules/mod_slotmem_plain.so
    #LoadModule ssl_module modules/mod_ssl.so
    #LoadModule dialup_module modules/mod_dialup.so
    LoadModule lbmethod_byrequests_module modules/mod_lbmethod_byrequests.so
    LoadModule lbmethod_bytraffic_module modules/mod_lbmethod_bytraffic.so
    LoadModule lbmethod_bybusyness_module modules/mod_lbmethod_bybusyness.so
    LoadModule lbmethod_heartbeat_module modules/mod_lbmethod_heartbeat.so
    LoadModule mpm_prefork_module modules/mod_mpm_prefork.so
    LoadModule unixd_module modules/mod_unixd.so
    #LoadModule heartbeat_module modules/mod_heartbeat.so
    #LoadModule heartmonitor_module modules/mod_heartmonitor.so
    #LoadModule dav_module modules/mod_dav.so
    LoadModule status_module modules/mod_status.so
    LoadModule autoindex_module modules/mod_autoindex.so
    #LoadModule asis_module modules/mod_asis.so
    #LoadModule info_module modules/mod_info.so
    #LoadModule suexec_module modules/mod_suexec.so
    #LoadModule cgid_module modules/mod_cgid.so
    #LoadModule cgi_module modules/mod_cgi.so
    #LoadModule dav_fs_module modules/mod_dav_fs.so
    #LoadModule dav_lock_module modules/mod_dav_lock.so
    #LoadModule vhost_alias_module modules/mod_vhost_alias.so
    LoadModule negotiation_module modules/mod_negotiation.so
    LoadModule dir_module modules/mod_dir.so
    #LoadModule imagemap_module modules/mod_imagemap.so
    #LoadModule actions_module modules/mod_actions.so
    #LoadModule speling_module modules/mod_speling.so
    LoadModule userdir_module modules/mod_userdir.so
    LoadModule alias_module modules/mod_alias.so
    #LoadModule rewrite_module modules/mod_rewrite.so
    <IfModule unixd_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 http
    Group http
    </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
    # Deny access to the entirety of your server's filesystem. You must
    # explicitly permit access to web content directories in other
    # <Directory> blocks below.
    <Directory />
    AllowOverride none
    Require all granted
    </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.
    # 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 "/srv/http"
    <Directory "/srv/http">
    # 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.4/mod/core.html#options
    # for more information.
    Options Indexes FollowSymLinks
    # AllowOverride controls what directives may be placed in .htaccess files.
    # It can be "All", "None", or any combination of the keywords:
    # AllowOverride FileInfo AuthConfig Limit
    AllowOverride None
    # Controls who can get stuff from this server.
    Require all granted
    </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.
    <Files ".ht*">
    Require all denied
    </Files>
    # 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 "/var/log/httpd/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 "/var/log/httpd/access_log" common
    # If you prefer a logfile with access, agent, and referer information
    # (Combined Logfile Format) you can use the following directive.
    #CustomLog "/var/log/httpd/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.
    ScriptAlias /cgi-bin/ "/srv/http/cgi-bin/"
    </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 cgisock
    </IfModule>
    # "/srv/http/cgi-bin" should be changed to whatever your ScriptAliased
    # CGI directory exists, if you have that configured.
    <Directory "/srv/http/cgi-bin">
    AllowOverride None
    Options None
    Require all granted
    </Directory>
    <IfModule mime_module>
    # TypesConfig points to the file containing the list of mappings from
    # filename extension to MIME-type.
    TypesConfig conf/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 conf/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 may be 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.
    # Defaults: EnableMMAP On, EnableSendfile Off
    #EnableMMAP off
    #EnableSendfile on
    # Supplemental configuration
    # The configuration files in the conf/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 conf/extra/httpd-mpm.conf
    # Multi-language error messages
    Include conf/extra/httpd-multilang-errordoc.conf
    # Fancy directory listings
    Include conf/extra/httpd-autoindex.conf
    # Language settings
    Include conf/extra/httpd-languages.conf
    # User home directories
    #Include conf/extra/httpd-userdir.conf
    # Real-time info on requests and configuration
    #Include conf/extra/httpd-info.conf
    # Virtual hosts
    #Include conf/extra/httpd-vhosts.conf
    # Local access to the Apache HTTP Server Manual
    #Include conf/extra/httpd-manual.conf
    # Distributed authoring and versioning (WebDAV)
    #Include conf/extra/httpd-dav.conf
    # Various default settings
    Include conf/extra/httpd-default.conf
    # Configure mod_proxy_html to understand HTML4/XHTML1
    <IfModule proxy_html_module>
    Include conf/extra/proxy-html.conf
    </IfModule>
    # Secure (SSL/TLS) connections
    #Include conf/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>
    # uncomment out the below to deal with user agents that deliberately
    # violate open standards by misusing DNT (DNT *must* be a specific
    # end-user choice)
    #<IfModule setenvif_module>
    #BrowserMatch "MSIE 10.0;" bad_DNT
    #</IfModule>
    #<IfModule headers_module>
    #RequestHeader unset DNT env=bad_DNT
    #</IfModule>
    LoadModule php5_module modules/libphp5.so
    AddHandler php5-script php
    Include conf/extra/php5_module.conf

  • LR4.0: Library Grid Compact Cells view shows just numbers instead of filename, etc.

    RAW files (Red) no longer show their filenames in the Library Grid Compact Cells view (now just shows numbers)!
    JPGs (Green & Blue) show nothing at all, including ratings and Pick status, and the Develops are gone.
    This was after having imported a LR3.6 catalog and intermittently using it for a month.
    Data:
    - Catalog is over 1GB in size, over 50,000 images in the Library
    - Windows 7 x64 with SP1
    - LR4.0 x64
    I have not yet tried:
    - Re-importing the LR3 Catalog backup to see what happens.
    - Creating a new LR4 Catalog and see if it displays the data in the Grid Compact Cells view
    I have tried:
    - Optimizing/Integrity Testing the Catalog

    Thank you, Jim. After looking at the View Options again, I found the culprit. I have no idea how the View Option changed in the first place, but that was the solution. Thank you!

  • Why when I publish template to FCPX the design appears as a thumbnail but the view shows the red warning screen with the Number 2?

    why when I publish template to FCPX the design appears as a thumbnail but the view shows the red warning screen with the Number 2?

    That is priceless!!!  Thanks!  I sure needed a good laugh after spending/wasting hours & days trying to either get my c6280 to give up on its Ink System Failure fixation, or find a decent replacement.  Unfortunately I need the Smart Web Printing feature that I guess only HP has, or I'd try a different brand. And now even HP has very few models with that available.
     My error msg is a little different from those previously stated, but close:  0xc18a0201.  Even tho there were frustrations with my c6280, I did like several of its unique features which are hard to find now under $100.  I hate how HP (& I suppose other brands also) are CONSTANTLY changing models & then of course ink cartridges.
    Oh heavens, I've had the c6280 a whopping 2 1/2 years!   I'm sure they want us poor slobs to have to buy a new one every year & a day!  To say nothing of the exorbitant prices for ink.  And now if this one is really dead in the water, I have SIX unused #02 ink cartridges which I cannot return---I got them in a combo pack, & for some reason have wound up with THREE lite pink & THREE lite blue cartridges, while having to buy extras of the other colors, that ran out before the others!!!   Yeah, & what's with that not being able to print in BLACK if a color runs out????
    Anyway I really loved your essay!   It's a classic!  And says it all!  I hate that we have to be 'slaves' to the electronic 'wonders'!!!

  • Does calendar month view show times

    I'm sure I'm not going crazy but I could have sworn that, until late last night, my iPad 2's calendar when in month view showed event times.  Similar to what you see when you check the "show times in month view" box when in iCal.  I am pretty sure that that function was on my iPad 2 prior to my downloading iTunes 10.3.1 beta because I keep my iPad near the kitchen phone so that we can 'check the calendar.'  Now it is not there.  The folks at MME support didn't have an iPad to check and they suggested that I go to a local Apple store and see if the ones in the store had this function.  I did and they did not.  
    I spoke with a genius at the Apple Store and he couldn't verify whether that was ever a function of iOS on the iPad.  I did tell him that my iPad had been having some strange things happen on the display when I activated the calendar on the iPad.  Events would appear, disappear, then reappear sort of in an wave.  I am not sure as to the timing of this as to whether it was pre iTunes 10.3.1 beta or after I installed it.  
    HELP!  Was I just seeing things?  Or was it there and now gone?
    G-N

    Thanks for the wild and crazy ideas.
    I did remove any events that span midnight and it did not help.
    I looked at the DbFixit program. Since it corrects problems in the Palm and not in Palm Desktop I believe it is not relevant. The reason I belive the palm device is not involved is because of the following test:
    I removed all previous Palm Desktop versions
    I removed all registery entries for both Palm, PalmOne, and the USB (as specified by a chat session with Palm)
    I removed all data directories including \Program Files\PalmOne, \Program Files\Palm, and \Palm
    I removed all instances of data in the Documents directory
    I did a cold boot of the computer
    then...
    I did a fresh install of Palm Desktop
    I typed in a year's worth of data
    I did not sync or otherwise connect a palm to the system
    I selected month view
    The system crashed!
    I believe this takes the Palm device completely out of the loop. This problem occurs when typing data in Palm Desktop from the keyboard.
    I appreciate any ideas, and will follow up on them.
    Thanks again
    Jack Cornelius
    Since no Palm was involved, the corruption must have occured in the Palm Desktop program itself.
    Post relates to: Tungsten E2

  • HT201272 i can't see my purchased apps in itunes on new ipad when I go into the itunes store. It shows nothing. I haven't changed my ID or country of purchase. It shows that I would have to rebuy them when I go into the store.

    i can't see my purchased apps in itunes on new ipad mini. when I go into the itunes store. It shows nothing. I haven't changed my ID or country of purchase. It shows that I would have to rebuy them when I go into the store. Is there something in settings on Itunes I need to change? I do not have cloud.

    Yes I am looking in the app store. When I look in Itunes on my computer and look at purchased apps it is there. And when I go on my other device and look at apps purchased all apps are there.
    The new ipad doesn't show any apps purchased when I click on apps purchased and when I search the app store it doesn't show it is purchased. I am wondering if I am just missing something...need to turn something on in options or something. Never had this problem with previous ipad when I set it up.

  • My iPhone 4 is shut off and wont turn back on, unless i plug it in an outlet & when i do that it says "connect to Itunes" & then i do that and the phone wont turn on & it shows nothing is plugged in . HELP!

    My iPhone 4 is shut off and wont turn back on, unless i plug it in an outlet & when i do that it says "connect to Itunes" & then i do that and the phone wont turn on & it shows nothing is plugged in . HELP!
    & it keeps trying to turn on but it wont . like the apple logo pops up for a minute , then turns off.

    Had exact same problem. Rang Apple support and various apple repairers. All of them said in effect, too bad, you'll have to lose everything since your last backup. It's a work phone with very important stuff on it and the latest backup was on a computer that had a virus. Convergence of crap :/
    Happened to talk to a friend who said to try replacing the battery. Did that. Problem fixed. All data saved.
    To all Apple support people: rather than say 'once it's in recovery mode you lose all data' try saying 'replace your battery and see if that works first'!!!!

  • I have a ipod classic 160GB , the problem with it is that it is dead no respond at all, i even tried to do a hard reboot, i tried to connect to itunes but it did not work, if somebody has a solution please let me know! the screen on the ipod shows nothing

    I have a ipod classic 160GB , the problem with it is that it is dead no respond at all, i even tried to do a hard reboot, i tried to connect to itunes but it did not work, if somebody has a solution please let me know! the screen on the ipod shows nothing........

    This is the iPod touch forum. I will request that you post be moved to the iPod Classic forum.

  • Please help!! I got my iPhone 4s screen fixed, now in my Photos it shows nothing, although in my memory usage it shows 10.5gb of photos, thats 2000  photos not showing up. What happened?! Where did all my photos go?!

    I got my iPhone 4s screen fixed, now in my Photos it shows nothing, although in my memory usage it shows 10.5gb of photos, thats 2000  photos not showing up. What happened?! Where did all my photos go?!

    WOOHOO!!! i finaly fixed the problem. Here is what to do:
    Chances are if you did the same thing as me you either have
    A) No album names at all for ALL your songs in your library
    or
    B) Have the same name for every album for ALL your songs in your library.
    Here is how to fix it (yah it will take a little work but its worth getting your iPod functioning properly).
    Unless you dont want to have to go and actualy set al lthe album names for every song here is what you can do:
    Go through to iTunes and arange your songs by Artist name. Click the top song for your first artist, hold Shift and click the last song for that same artist (to multi select all the songs for the artist) go into get info and check the Album box. Copy the name of the artist to the Album box and hit ok.
    Now when u update your ipod and go into ur Artists section the actual Artist name should show up instead of the song names.
    For some reason having the same album name for all your songs messes up the organization of the iPod.
    Hope this helps anyone else that is having the same problem

  • Hi! I just update my apple tv 2nd gen to the new solfware but it only show the itunes icon on the tv and after shows nothing on the tv screen. What i can do to fix that?

    Hi! I just update my apple tv 2nd gen to the new solfware but it only show the itunes icon on the tv and after shows nothing on the tv screen. What i can do to fix that?

    Welcome to the Apple Community.
    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
    Connect the micro USB cable to the Apple TV and to your computer.
    Reconnect the power cable (only for Apple TV 3)
    Open iTunes.
    Select your Apple TV in the Devices list, and then click Restore.
    (You may already have a micro USB cable if you have a camera or other digital device)

  • Viewing shows with an external HDMI TV

    Running FCP on a 27" iMac and would like to hook up an external TV to view shows from within FCP. Currently outputting then reviewing on an HDMI TV because I don't get an accurate view of the show from either viewer in FCP. Can I hook up an HDMI TV using a Mini Display (plugged into a Thunderbolt port) to HDMI cable AND get an accurate representation of the video with this setup? This would save so much time.

    Yes, you can output to your HDMI TV using a mini displayport to HDMI adapter. Note that no all adapters carry audio, so make sure you choose one that does.
    The TV will appear like another monitor your mac can use. You can elect to Show Viewers on Second Display and then put the viewer on full screen.

  • Cover Flow view shows distorted checkerboard graphics

    I can see the albumn artwork fine under Albumn View but the Cover flow view shows distorted checkerboard graphics on each albumn cover. I ran dxdiag and no problems showed up. any ideas? I have directx 9.0 and itune 7.6.0.29

    No problemo

Maybe you are looking for

  • Can't register my new 3GS

    I am switching from a 3G to a 3GS phone. When I plug the new phone into my computer, it asks me to register using my apple ID. When I enter my .mac account info, it says that it cannot register me, and sends me to a support page for registering using

  • Having problems downloading the latest Windows support software by Apple

    Hello, I am trying to install Windos 7 in my imac, via bootcamp, but every time I try to download the latest Windows support software for my imac, using bootcamp assitant, in the beggining of my download a message appears that I can not download this

  • General ledger report selection window

    Hello, When in Reports -> Financial -> Accounting -> General Leger report and the accounts selection is set to level 5, the account name goes off the page and the only way to see the whole account name is by hovering over the field.  Is there a way t

  • POJOs or EJBs for worker classes spawned from Application Module?

    Hello, I'm running JDev 11.1.2.3.0. I need to create a couple of worker classes that will be instantiated from my Application Module. The first will invoke PL/SQL via createCallableStatement. The second sends a message to a jabber server. In the Java

  • HT5470 adding a playing song to playlist

    How do i add a song I'm listening to to a current playlist