Flash content and footer errors in SOME browsers

Hi
I am designing a web site for a local tattoo artist, but am having issues with the gallery.
I am using svBuilder-Pro which is an upgrade to the bit built into PS/Bridge. The advantage is that it produces a nice slick flash gallery, but puts up something in Java script if there's no flash to be had eg iPhones etc.
It work perfectly in FireFox and Opera, but in IE, Safari and Chrome the gallery goes over the top of the fixed footer.
http://www.tattoo-bristol.co.uk/tattoo_gallery/gallery.html
If anyone can shed some light on this it would be great.
Many thanks
Ralph
Vision Design UK

Hi Nancy
I had never had any thing to do with the z-index before, and I have a much better understanding of what it does now.
In this specific application, however, I have made the z-index of the footer 500 to ensure that it is massive relative to the other divs. I have also made the div that contains the 'viewer' z-index: 1 and given it various types of position eg fixed, static, relative, but still it stays over the the footer and also the spry nav drop downs.
I have just downloaded the latest version of 'simple viewer-Pro' and re-made the gallery applying a transparent background at this seems to have sorted the issue.
I am very grateful to you for taking the trouble to help me, and have learned something new which will doubtless help me in the future.
Many thanks
Ralph

Similar Messages

  • Why does Mac block flash content and is it a bad idea to install adobe flash

    Help me please...Why does Mac block flash content and is it a bad idea to install adobe flash?

    http://forums.adobe.com/thread/1195540

  • Background displaying between main content and footer

    Hi guys, I have a bit of a strange one to ask, with a discrepancy between what I am seeing on my website (online), compared to viewing my pages in Dreamweaver.  OK, here goes.. online, the footer shows up fine, being directly underneath the main content (with nothing displaying between the footer and the main content) - however when I look at the same pages in Dreamweaver (CC), it shows a very large amount of the purplish background situated directly between the main content and the footer, and taking up an area around 4 times the height of the main content of the page (which basically makes the page 4 times bigger than it needs to be, in Dreamweaver).    I hope that description makes sense - so basically (as I scroll down the page in Dreamweaver), firstly I have the main content (taking up 20% of the total height of the page), then below that, the mystical blank area of background color (taking up  maybe around 79% of the total height), and then below that, right at the bottom, the footer (say, 1% of the total height).   Yet when I view the web pages online, the footer is sitting snugly below the main content, exactly where it is meant to be - which I guess is the important thing, but I am worried that Google will see the issue as some kind of page error, so I would prefer to fix it if I can.    Here is a typical page where the issue exists - http://www.mindtraining.net/dreamweaver/motivational-info/index.php  I have a feeling it might have something to do with the vertical blue strip I have on the right hand side of each page, as the only page where the issue doesn't exist is the homepage at http://www.mindtraining.net/dreamweaver - which doesn't have the blue strip.  Any thoughts would be greatly appreciated.  Many thanks, Craig T

    Both links are going to the same page.  So they are identical.
    <I am worried that Google will see the issue as some kind of page error>
    Google robots don't see CSS or JavaScript. They index sites based on your HTML content.
    Unfortunately, you do have a significant number of code validation errors which need attention to avoid x-browser rendering problems.
    [Invalid] Markup Validation of http://www.mindtraining.net/dreamweaver/motivational-info/index.php - W3C Mark…
    Do not use spaces in folder & file names.  On the web it creates problems b/c spaces are converted to %20.  Use underscores or hyphens but no spaces or special characters.
    Change all instances of this:
    Metamorphic Dreamweaver Template_files
    to this:
    Metamorphic-Dreamweaver-Template_files
    or this:
    Metamorphic_Dreamweaver_Template_files
    You also have some orphaned HTML tags.
    Nancy O.

  • How do I make the header, content, and footer transparent in Dreamweaver CS6?

    I try setting background color to transparent but it just turns white instead. I want to be able to just see my background image and color and have all content "floating" on my web page.
    Also on backgrounds, what is the coding for making sure the background is contained within whatever monitor size it is viewed within or will it automatically scale up/down?
    Thanks,
    Jennifer

    I'm just using a basic Dreamweaver page that has some CSS already in the head (haven't done much work on it yet, just trying to get those things transparent first):
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- TemplateBeginEditable name="doctitle" -->
    <title></title>
    <!-- TemplateEndEditable -->
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    <style type="text/css">
    <!--
    body {
        font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
        background-image: url(../images/helia_bg.jpg);
        background-position: top;
        background-repeat: no-repeat;
        background-color: #fff0c1;
        margin-bottom: 200px;
        margin: 0;
        padding: 0;
        color: #000;
    /* ~~ Element/tag selectors ~~ */
    ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
        padding: 0;
        margin: 0;
    h1, h2, h3, h4, h5, h6, p {
        margin-top: 0;     /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
        padding-right: 15px;
        padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
    a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
        border: none;
    /* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
    a:link {
        color: #42413C;
        text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
    a:visited {
        color: #6E6C64;
        text-decoration: underline;
    a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
        text-decoration: none;
    /* ~~ this fixed width container surrounds the other divs ~~ */
    .container {
        width: 960px;
        background-color: #FFF;
        margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
    /* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
    .header {
        background-color: #ADB96E;
    /* ~~ This is the layout information. ~~
    1) Padding is only placed on the top and/or bottom of the div. The elements within this div have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.
    .content {
        padding: 10px 0;
    /* ~~ The footer ~~ */
    .footer {
        padding: 10px 0;
        background-color: transparent;
        font-size: x-small;
        text-align: center;
    /* ~~ miscellaneous float/clear classes ~~ */
    .fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    -->
    </style></head>
    <body>
    <div class="container">
      <div class="header"><a href="#"><img src="" alt="Insert Logo Here" name="Insert_logo" width="180" height="90" id="Insert_logo" style="background-color: #C6D580; display:block;" /></a>
        <!-- end .header --></div>
      <div class="content">
        <h1>Instructions</h1>
        <p>Be aware that the CSS for these layouts is heavily commented. If you do most of your work in Design view, have a peek at the code to get tips on working with the CSS for the fixed layouts. You can remove these comments before you launch your site. To learn more about the techniques used in these CSS Layouts, read this article at Adobe's Developer Center - <a href="http://www.adobe.com/go/adc_css_layouts">http://www.adobe.com/go/adc_css_layouts</a>.</p>
        <h2>Layout</h2>
        <p>Since this is a one-column layout, the .content is not floated. </p>
        <h3>Logo Replacement</h3>
        <p>An image placeholder was used in this layout in the .header where you'll likely want to place  a logo. It is recommended that you remove the placeholder and replace it with your own linked logo. </p>
        <p> Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes. </p>
        <p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
      <!-- end .content --></div>
      <div class="footer">
        <p>© Moving Harmonies - Site Design by <a href="....">JRH Creative</a></p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>

  • How do I clear the blank space between content and footer?

    In the process of revising a Muse website, I deleted some content from one of the pages and revised the content that remained on the page. Now I have a blank area between the bottom of the revised content and the top of the footer, and I can't seem to get rid of the blank space. It doesn't appear that there are any text blocks or other images in that area, so I can't find any objects to delete. Help?
    The website is currently published in a draft mode for client review. You can examine it at: http://page7creative.com/clients/coremove_jun2012draft/retreats.html. The page in question is the Retreats page. Restarting Muse made no difference. I work on the Mac platform.
    Before I sent this post, I decided to try creating a new page, then copy/paste the content onto the new page, and save the Muse site under a different name. Lo and behold, the page (and the site) works like it should...without any extra space above the footer on that page. It would appear that something went astray when I deleted content on that page. I can use the new page to get the site working properly, but decided to go ahead and send this post so that you can look at the page code and perhaps see what is wrong that is causing the blank space...in case I ever run into this again.
    Thank you.
    pyxis83

    Thanks for sending your file.
    There is a graphic at the bottom of the content area of the Retreats page that's been cropped to a size of zero width and 2 pixels in width.
    Unfortunately, there's a bug with pointer tool drag selection (aka marque selection) that prevents it from selecting an item that has zero width or zero height. Therefore the easiest way to select this item to delete it is to select any other item on the page, then hit the tab key repeatedly to cycle through every item on the page. When you get to this item you should see a little pile of selection handles at the left edge of the third column and right at the bottom of the content area. The width and height will display as zero and 2. Delete this item and the page will resize to fit the remaining content.

  • Windows 8 freezes while I try to watch online Flash content and running Audition CS6

    I recently bought a online introduction course to Auditon CS6 on Vimeo.com
    While I have a setup where I put the lecture on one screen and the program on the other I like to follow tutorials and learn how to use software.
    However this proves to be impossible for me in Audition, because for some reason my computer gets completely unresponsive after a little while of watching the lectures with Audition running.
    It never happens when Audition hasn't been launched, and I'm kind of suspecting a driver conflict, but I don't have a fancy audio card in my computer, (just built in Realtek,) and find it a bit
    odd that it wouldn't be supported as it is some of the most common audio setups around. As far as I know the system runs stable with Audition running and no Flash content started as well.
    This has happened for the last couple of months and I've updated Flash and drivers as they roll out. Audition CS6 is downloaded with the Creative Cloud application Manager.
    Here is some general info on my computer:
    OS: Windows 8 Pro 64 bit.
    Motherboard: eVGA x58 Classified (Tried with stock BIOS and also updated to new BIOS)
    Audio Card: Realtek (on motherboard)
    Graphics: Nvidia Geforce GTX 560 Ti
    The system storage device is a SSD (Firmware recently updated due to BSODs apearing, and seems to be resolved.)
    I do believe that this might not be a Audition issue, but rather a issue with Flash. However Audition + Flash reproduces this problem faster than anything else I can remember this happening while
    using other 3rd party software while playing Flash. (Not exactly the type of software.) I have a suspicion that it is something that occurs if Flash and other programs is paging/wiring/reading the SSD...
    I can't remember this happening with Photoshop or other Adobe software, and so I'm also curious to how different Audition runs "under the hood" so to speak. What is it constantly checking
    that could lead to a hardware conflict.

    A month ago I uninstalled AVG Internet security from my computer making it a lot less potent to BSODs in general, (can't reacall having any.) So today I thought I'd try to learn some more Audition. I could Sit with it for a good while just playing around with recordings and settings and my system didn't react weirdly at all. So the next step was of course to try and load some of the Udemy lectures I had waiting.
    As the video was buffering I turned away from the computer for a while, but when I came back it had completely froze up again... I don't think I've ever had a BSOD in this context either, instead of going into BSOD the computer just stops responding completely.
    (I'm using the latest version of Flash, tried with both Firefox and Chrome.)
    I'm thinking this is a very niche bug and I can't seem to se that it can be anything but a conflict with Flash. Weither it's a memory leek or what ever it is.
    I can use Audition fine on my computer it seems, as long as I never start a browser in risk of loading a Flash application, (which would be fine if I was avid, but I need some lectures to get started.)
    Nothing really seems to be overloaded (RAM/CPU) before the freeze ocurs either.
    I  don't really know where or how to adress this to the Flash Player forum/community, (or if there is one.)
    Thanks.

  • Published site has huge gap between content and footer

    So i have just published my site and when i look at it after being published i have a good 2 inch gap between the bottom of the content and the footer.
    I have read up on a number of bits and pieces and they say you mauy have a hidden container on the pages, which i totally accepted so i searched and nothing. I then thought it might be a issue with the master page i was using, so checked that. Couldnt see it.
    However when i looked through my site and saw the master pages i used i had a mix and some worked and some didnt. Im lost!!!
    I launch on Sat and its a bit of a pain. Has anyone had this issue? The preivew looks fine, so im not sure where this gap is coming from.
    Thanks in advance!

    When Sticky Footer is checked, the footer will stick to the bottom of the browser window unless the page is taller than the browser window.
    Glad that I could be of help.
    Regards,
    Sachin

  • Keeping a Consitent Gap between Content and Footer.

    Hi !
    I spent a couple of days trying to solve how to regulate the space between body and footer on a MUSE-project. I think it‘s worth dropping a few line for humankind.
    We’re on a master-page. Let’s say our standard page has the following properties:
    The Footer-marker is set to y: 500 px
    The Bottom_of_Page-marker is set to y: 650 px
    The Bottom_of_Browser-marker is set to y: 680 px
    These settings mean, you have 150 px height-space for the Footer, starting from y: 500 px.
    If you require more space for the Footer, it’s the Bottom_of_Page-marker you’ll have to drag down ( not the Footer-marker ! ).
    If you’d like to add a gap, so your Footer is not directly sticking to the Content of the page anymore, but you’d rather like to preserve some space between both, you’ll have to drag down only your Footer-elements a little bit, e. g. down to y: 520 px. So, in a way, the 20 px gap created is part of the Footer. No changes must occur to the Footer-marker, at least for this reason. You’ll only eventually drag the Bottom_of_Page-marker down, in case Gap-height + Footer-height require more space than already available (depending on your figures).
    Cheers
    G

    Sanjit, I didn't make any changes to the master at all. It was fine online, then I opened it to make a small type change and it was like this, and I can't get it back to where it was.
    I tried adjusting the footer, but the slideshow is not on the home master page, just the bottom brown part and the type in it.
    I don't know what could have caused it to change from before to now? I haven't touched the file in months.

  • Flash mysteriously and partially disappears in ALL browsers – please kindly help if you have time!!

    Hello to all supportive and knowledgeable Flash developers around the  world!!
    Please please please help me for this very  mysterious and strange problem!! I've tried to shorten the description  to minimum, but please kindly spend 5-10 min to have a read!! And offer  any insights...I am very desperate for some helps
    Some backgrounds
    I am  implementing a charting tool for my project, which is very similar to  Google’s finance chart but much more tailored-made to meet different  requirements. The charting interface is made up of the following core  components:
    Time  selection panel: to change the time span of the chart
    Measurement points panel: to select  different points of measurement
    Chart area: to display the measurement data of the  selected measurement points over the selected time span
    For example, the Apartment’s power administrator can view the  total power consumption in Unit 101 of Building A, in the Pacific  Apartment’s complex (a made-up name).
    Similarly, the administrator can also “stack” up charts of  multiple measurement points, having an all-in-one view like below:
    Only the chart is  implemented in Flash/AS3, the other panels are JSP, JavaScript and Dojo.
    When an user clicks on a  measurement point to add a chart to the chart area, the following  things happen in order (briefly):
    User clicks on a link (say,      Total  Amps)
    Dojo event listener attached to the link picks up  the mouse click event
    The  Dojo event listener calls an AS3 method (addChart) through the External  Interface to add a chart to the Flash chart:
    The Flash chart picks up the method call,  adds a chart to the stage and reposition all charts on the stage. Since  the stage height is fixed at 600 pixels, each chart added will be  fitted into the 600 pixels. Eg, 1 chart on the stage = 600 px/chart, 2  charts = 300 px/chart, 3 charts = 200 px/chart…etc.Please let me know if you would like to see a picture before the flash chart is stretched!
    Once a chart has been successfully added to the stage, Dojo  will stretch the <div> tag that the chart resides so that each  chart still “looks” like 400 pixels tall. For example, 3 charts on the  stage means each chart is 200 pixels tall, but Dojo will stretch the  entire <div> to 1200 pixels, making each chart look like 400  pixels
    The above  step is the same concept as resizing the stage
    The problem!!!!
    When an user adds  more than 7 charts, the 8th chart will start have Flash  contents disappeared. To be exact, I used firebug to increment the  <div> height, and found that when height exceed 2924 (a magic  number) pixels, Flash contents start to disappear. See below (the  red-boxes indicate the missing contents)
    The situation gets worse when continue to add charts,  eventually half of the bottom chart will disappear.
    Some pre-work I have done:
    I have unit tested this component in  standalone Flash movie, with 3 LCD monitors totalling 4000 pixels in  height. I produced 10 charts in a single flash movie, and then resized  the window from 600px to 4000px, no charts disappear. 
    This happens in all of IE7, IE8, FF3+,  and Chrome. Although slightly different manifestation, but they all have  contents mysteriously disappeared.
    This also happens to GOOGLE's finance chart, when  you enlarge the chart's <div> to over 10000 pxs (yet another magic  number)
    The  funny thing is, however, when a graph has been cut in half, the visible  half is still operatable. For example, if the zoom window as been cut in  half, I can still move it, zoom in and zoom out.
    Please allow  me to thank you heartfully, if you have finished reading all of the  above information. At this point of time, any useful  suggestions/solutions will be highly appreciated! Please help! THANK  YOU!

    Hello to all who has, or are, reading this post:
    Just a few things added to the "Some pre-work I have done":
    I have read up this issue on "the Flash height problem" and have changed the parent <div> to also accommodate style:"height=100%". No, problem still persists.
    I am using SWFObject 1.5 to insert the flash movie on the page and I have studied their issue/bug reports. I have not finished reading the list of bugs, but so far have not found any useful information. However, please kindly let me know if you know an issue with SWFObject making flash contents disappear.

  • Content and Structure (Error in callback).

    Guys
    Every time I accessed the "Content and Structure" of a particular site I would an error in callback error. Tracing this back I found a particular list was / is causing the error. So googling around the general consensus seemed to suggest doing
    the following to resolve the error.
    1. Recreate the list, or
    2. Delete the list and restore it from the recycle bin.
    The first option was a non starter so I reluctantly decided to do the 2nd which worked. My main issue with this is that the list is displayed on a lot of different pages all with different filters which are a pain to restore as they disappear once the list
    is deleted. Anyway as I say this worked however once the overnight jobs had run the error returned in the morning.
    So 
    1. How can I resolve this issue without doing either of the above?
    2. What overnight jobs are likely to corrupt a lists?
    Thanks,
    D

    All right -- here you go
    12/18/2013 08:36:38.93 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Monitoring nasq Medium Entering monitored scope (Request (GET:http://intranet.can.com:80/departments/businessinformation/reportscentre/_Layouts/sitemanager.aspx?Source=%7BWebUrl%7D_layouts/settings.aspx))
    12/18/2013 08:36:38.93 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Logging Correlation Data xmnv Medium Name=Request (GET:http://intranet.can.com:80/departments/businessinformation/reportscentre/_Layouts/sitemanager.aspx?Source=%7BWebUrl%7D_layouts/settings.aspx)
    12/18/2013 08:36:38.95 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Logging Correlation Data xmnv Medium Site=/
    12/18/2013 08:36:39.40 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation General 72nz Medium Videntityinfo::isFreshToken reported failure.
    12/18/2013 08:36:39.45 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (EnsureListItemsData). Execution Time=10.2648520971241
    12/18/2013 08:36:39.46 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (CachedArea: Caching SPQuery against against list: Content and Structure Reports, web: /). Execution Time=35.6219854758077
    12/18/2013 08:36:39.65 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation General 72nz Medium Videntityinfo::isFreshToken reported failure.
    12/18/2013 08:36:39.67 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (Load CachedList:8cfd6f6a-002a-4c46-b2f1-472909403fc8). Execution Time=25.2562127309476
    12/18/2013 08:36:39.73 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Monitoring b4ly High Leaving Monitored Scope (Load CachedList:9f2ed482-38a5-49e9-948b-280330a4af9f). Execution Time=12.4531888829446
    12/18/2013 08:36:39.74 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Runtime tkau Unexpected System.NullReferenceException: Object reference not set to an instance of an object. at Microsoft.SharePoint.Publishing.Internal.WebControls.ObjectSerializer.DeleteAllowed(Boolean checkPermissions) at Microsoft.SharePoint.Publishing.Internal.WebControls.SmtButtonField.FormatDataValue(Object dataTextValue, Boolean encode) at System.Web.UI.WebControls.BoundField.OnDataBindField(Object sender, EventArgs e) at Microsoft.SharePoint.Publishing.Internal.WebControls.SmtButtonField.OnDataBindField(Object sender, EventArgs e) at System.Web.UI.Control.OnDataBinding(EventArgs e) at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.WebCon...
    12/18/2013 08:36:39.74* w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Runtime tkau Unexpected ...trols.GridView.CreateRow(Int32 rowIndex, Int32 dataSourceIndex, DataControlRowType rowType, DataControlRowState rowState, Boolean dataBind, Object dataItem, DataControlField[] fields, TableRowCollection rows, PagedDataSource pagedDataSource) at System.Web.UI.WebControls.GridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at Microsoft.SharePoint.WebControls.SPGridView.CreateChildControls(IEnumerable dataSource, Boolean dataBinding) at System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.GridView.PerformDataBinding(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) at System.Web.UI.WebControls.DataBoundControl.PerformSele...
    12/18/2013 08:36:39.74* w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Runtime tkau Unexpected ...ct() at System.Web.UI.WebControls.BaseDataBoundControl.EnsureDataBound() at System.Web.UI.WebControls.GridView.OnPreRender(EventArgs e) at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    12/18/2013 08:36:39.74 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation General 90hv Unexpected Detected use of SPRequest for previously closed SPWeb object. Please close SPWeb objects when you are done with all objects obtained from them, but not before. Stack trace: at Microsoft.SharePoint.SPWeb.get_AlternateUILcids() at Microsoft.SharePoint.Utilities.ThemingLocations.AddWebLanguagesToCollection(SPWeb web, HashSet`1 langCollection) at Microsoft.SharePoint.Utilities.ThemingLocations.GetFilteredLanguagesForWeb(SPWeb web, Boolean bAllLangsInSPSite) at Microsoft.SharePoint.Utilities.ThemingLocations.GetThemableStylesFolders(SPWeb web, Boolean includeFileSystem, Boolean bAllLangsInSPSite) at Microsoft.SharePoint.WebControls.CssRegistrationRecord.UpdateThemableReferences(SPWeb web, IEnumerable`1 references) at Microsoft.SharePoint.WebControls.CssLink.Render(HtmlT...
    12/18/2013 08:36:39.74* w3wp.exe (0x2114) 0x2E7C SharePoint Foundation General 90hv Unexpected ...extWriter output) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlHead.RenderChildren(HtmlTextWriter writer) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) at System.Web.UI.Page.Render(HtmlTextWriter writer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boo...
    12/18/2013 08:36:39.74* w3wp.exe (0x2114) 0x2E7C SharePoint Foundation General 90hv Unexpected ...lean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP._layouts_error_aspx.ProcessRequest(HttpContext context) at System.Web.HttpServerUtility.ExecuteInternal(IHttpHandler handler, TextWriter writer, Boolean preserveForm, Boolean setPreviousPage, VirtualPath path, VirtualPath filePath, String physPath, Exception error, String queryStringOverride) at System.Web.HttpServerUtility.Execute(String path, TextWriter writer, Boolean preserveForm) at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm) at System.Web.HttpServerUtility.Transfer(String pat...
    12/18/2013 08:36:39.74* w3wp.exe (0x2114) 0x2E7C SharePoint Foundation General 90hv Unexpected ...h) at Microsoft.SharePoint.Utilities.SPUtility.TransferToErrorPage(String message, String linkText, String linkUrl) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorHandler(HttpApplication app, Boolean errorIsOnErrorPage) at Microsoft.SharePoint.ApplicationRuntime.SPRequestModule.ErrorAppHandler(Object oSender, EventArgs ea) at System.EventHandler.Invoke(Object sender, EventArgs e) at System.Web.HttpApplication.RaiseOnError() at System.Web.HttpApplication.PipelineStepManager.ResumeSteps(Exception error) at System.Web.HttpApplication.BeginProcessRequestNotification(HttpContext context, AsyncCallback cb) at System.Web.HttpRuntime.ProcessRequestNotificationPrivate(IIS7WorkerRequest wr, HttpContext context) at System.Web.Hosting.PipelineRuntim...
    12/18/2013 08:36:39.74* w3wp.exe (0x2114) 0x2E7C SharePoint Foundation General 90hv Unexpected ...e.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotificationHelper(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags) at System.Web.Hosting.PipelineRuntime.ProcessRequestNotification(IntPtr managedHttpContext, IntPtr nativeRequestContext, IntPtr moduleData, Int32 flags)
    12/18/2013 08:36:39.74 w3wp.exe (0x2114) 0x2E7C SharePoint Foundation Monitoring b4ly Medium Leaving Monitored Scope (Request (GET:http://cnet.canopius.com:80/departments/businessinformation/reportscentre/_Layouts/sitemanager.aspx?Source=%7BWebUrl%7D_layouts/settings.aspx)). Execution Time=812.648115891824

  • White space issues between content and footer.

    I am having white space/page length issue between the end of my content and the footer.
    I have read the forums and tried changing the page length minium height to 800 and then I
    unchecked the sticky footer in page properties on both the master page and the content page itself.
    Here's a link to one of my pages.  http://www.ueonline.com/rohs-info.html
    This page has very little content and you can see the white space.
    Any help is appreciated.

    This may be a little dated for a reply, and I'm not 100% sure your issue is the same as mine, but I discovered that unchecking the sticky footer option in site properties solved the problem. I should note that the website I was building for a client was über simple, and while disabling that function solved the headache in my own project, it may incur unwanted results in others, depending on the complexity.
    DTA

  • Opening pdfs from Connect Stored Content flashes content and disappears???

    I've checked the existing threads and don't see this exact problem, so here goes - I hope someone can help! 
    I am using Adobe Connect and have pdfs stored on the server in my hosted account.  When I use Firefox, and I click on the link to bring up the pdf, a new window opens, the file loads and displays for a fraction of a second and then the window goes white.  If I hit refresh, the file flashes again and disappears.  It works OK in IE, but I seem to have this problem with all the pdfs in the Connect environment using Firefox.  I can view other pdfs in Firefox, just not these ones. It happens whether I am in the admin section and click a link from the stored content area, or copy/paste the url into the browser and try to access it that way.
    I'm using a PC, Windows 7, 64 bit, Firefox 10.0.2, and have installed all the updates for Connect.  Help?!
    Cheers, Kit.

    It sounds like you have an issue with using more than one Apple ID.  Only one Apple ID owns the purchased content.  If a different Apple ID tries to access it, issues result.

  • Strange running and compiling errors on some apps.

    Hey,
    I recently installed Archlinux 08.2012 (20 days ago aprox.), everything was going perfectly since yesterday.
    I guess that the problem started during the AUR installation of Cinnamon which showed me a strange and undocumented error, during the "make" process. I believe that the error is undocumented because I do not found any post or information about it. Here you have the error which is the same of AUR:
    [albert@(none) linuxmint-muffin]$ make
    make all-recursive
    make[1]: Entering directory `/home/albert/Baixades/linuxmint-muffin'
    Making all in src
    make[2]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src'
    make all-recursive
    make[3]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src'
    Making all in wm-tester
    make[4]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src/wm-tester'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src/wm-tester'
    Making all in tools
    make[4]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src/tools'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src/tools'
    Making all in compositor/plugins
    make[4]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src/compositor/plugins'
    make[4]: Nothing to be done for `all'.
    make[4]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src/compositor/plugins'
    make[4]: Entering directory `/home/albert/Baixades/linuxmint-muffin/src'
    GISCAN Meta-3.0.gir
    /usr/bin/g-ir-scanner: line 26: __builtin__.__dict__[DATADIR]: command not found
    /usr/bin/g-ir-scanner: line 29: syntax error near unexpected token `('
    /usr/bin/g-ir-scanner: line 29: ` def on_exception(exctype, value, tb):'
    make[4]: *** [Meta-3.0.gir] Error 2
    make[4]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src'
    make[3]: *** [all-recursive] Error 1
    make[3]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src'
    make[2]: *** [all] Error 2
    make[2]: Leaving directory `/home/albert/Baixades/linuxmint-muffin/src'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory `/home/albert/Baixades/linuxmint-muffin'
    make: *** [all] Error 2
    When the error appears my default mouse pointer disappears and is replaced by a cross. If I do not make 3 mouse clicks the compilation progress does not go and never shows the error. It remains waiting for my 3 clicks showing me on the prompt
    GISCAN Meta-3.0.gir
    As I saw that the error was related to g-ir-scanner I tried to run it:
    [albert@(none) ~]$ g-ir-scanner
    import: unable to grab mouse `': Resource temporarily unavailable @ error/xwindow.c/XSelectWindow/9047.
    /usr/bin/g-ir-scanner: line 26: __builtin__.__dict__[DATADIR]: command not found
    /usr/bin/g-ir-scanner: line 29: syntax error near unexpected token `('
    /usr/bin/g-ir-scanner: line 29: ` def on_exception(exctype, value, tb):'
    [albert@(none) ~]$
    And then the mouse pointer's strange cross appeared again with the same symptomes than the last issue.
    But the problem does not finish here. This evening I installed the Openshot software and when I tried to run it, the strange cross appeared again.
    And the prompt log out is:
    [albert@(none) ~]$ openshot
    /usr/bin/openshot: line 24: syntax error near unexpected token `('
    /usr/bin/openshot: line 24: `realfile = os.path.realpath(__file__)'
    [albert@(none) ~]$
    I really don't know what kind of problem I have, but It always repeat
    /usr/bin/X: line XX: syntax error near unexpected token `('
    I hope that someone will know how to help me.
    Thank you for your time.
    Wamest regars.
    Last edited by acasnaovas (2012-08-28 21:47:40)

    Waoo, I reinstalled the packages (pacman -Sf python python2 gobject-introspection) and the openshot works and pitivi to, there is no more strange cross and errors, well just one always after Pacman finishes :
    ldconfig: el fitxer «/lib/libakonadi-filestore.so» is empty, no es comprova
    ldconfig: el fitxer «/lib/libprison.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkdepim-copy.so.4.9.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkresources.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadiprotocolinternals.so.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kcal.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkxmlrpcclient.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kmime.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqrencode.so.3» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqgpgme.so.1.0.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pthread.so.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-calendar.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pth.so.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkldap.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kcal.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsyndication.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimutils.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libprison.so.0.0.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkdepim-copy.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkimap.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmaildir.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kmime.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmindexreader.so.4.9.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsensors.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kde.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkblog.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimutils.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-contact.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pth.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmbox.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkholidays.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkontactinterface.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmime.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqalculate.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-contact.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++.so.2.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kabc.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-calendar.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqjson.so.0.7.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqgpgme.so.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libdmtx.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libdmtx.so.0.0.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcal.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv2.so.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv1_CM.so.1.1.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadiprotocolinternals.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkdepim-copy.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmbox.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkdepim-runtime-dms-copy.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmindexreader.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmaildir.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libcln.so.6» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkgapi.so.0.4.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkalarmcal.so.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqscintilla2.so.8» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsyndication.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkalarmcal.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmailtransport.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqscintilla2.so.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kde.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kmime.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkblog.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmicroblog.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kcal.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqrencode.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalcore.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc_file_core.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kabc.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmicroblog.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmindexreader.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pth.so.2.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libktnef.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimidentities.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc_file_core.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmbox.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv2.so.2.0.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcal.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqimageblitz.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimtextedit.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkalarmcal.so.2.7.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-xml.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqscintilla2.so.8.0.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalcore.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqimageblitz.so.4.0.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqjson.so.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-xml.so.4.9.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-notes.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkholidays.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmailtransport.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkldap.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkontactinterface.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libdmtx.so.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pthread.so.2.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkblog.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsyndication.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkxmlrpcclient.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkholidays.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++.so.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqrencode.so.3.3.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqjson.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kde.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv1_CM.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libktnef.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkimap.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-kabc.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsensors.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimutils.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcal.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimtextedit.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-filestore.so.4.9.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libcln.so.6.0.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimtextedit.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkxmlrpcclient.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmicroblog.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmailtransport.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalcore.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadiprotocolinternals.so.1.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libgpgme++-pthread.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimidentities.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-filestore.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkldap.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-notes.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalutils.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmime.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-contact.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libprison.so.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalutils.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkontactinterface.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libsensors.so.4.3.2» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkpimidentities.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libktnef.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqalculate.so.5» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libmaildir.so.4.9.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-xml.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkcalutils.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc_file_core.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkabc.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqimageblitz.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkresources.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqgpgme.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkmime.so.4.8.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv1_CM.so.1» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqalculate.so.5.0.0» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkresources.so.4» és buit, no es comprova
    ldconfig: el fitxer «/lib/libqscintilla2.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-calendar.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libGLESv2.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libcln.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libakonadi-notes.so» és buit, no es comprova
    ldconfig: el fitxer «/lib/libkimap.so.4.8.0» és buit, no es comprova
    How I have to make the Chroot tmpfs? I will compile cinnamon into the chroot.
    Thank you for everything.
    WorMzy wrote:
    I don't know what it is, and how I have it installed.
    Nevermind, pkgfile tells me that it's part of gobject-introspection. Try reinstalling that package. You might want to reinstall python2, it shouldn't be complaining about parenthesis there.
    I will try to build everything in a clean chroot. I have 8Gb of ram, so enough.
    You need disk space for the chroot. Approximately 1GB per (clean) chroot (e.g. /var/lib/archbuild/extra-86_64/root), potentially up to several GB for a "dirty" chroot. RAM is only necessary if you decide to make the "dirty" chroot (/var/lib/archbuild/extra-86_64/$username) into a tmpfs.

  • Published Flash module and 404 errors in the web server log

    I’ve created a Presenter module, published it to my computer, and uploaded all the files to a web server. And it plays fine via the web.
    The odd thing is a bunch of 404 errors in the web log:
    10.1.2.104 - - [29/Jul/2009:10:36:00 -0700] "GET /repository/university/courses/3/flash/data/spk10821.1.jpg HTTP/1.1" 404 255 "-" 1166 419
    10.1.2.104 - - [29/Jul/2009:10:36:29 -0700] "GET /repository/university/courses/3/flash/data/spk10821.1.jpg HTTP/1.1" 404 255 "-" 1166 419
    10.1.2.104 - - [29/Jul/2009:10:36:57 -0700] "GET /repository/university/courses/3/flash/data/spk10821.1.jpg HTTP/1.1" 404 255 "-" 1166 419
    In the data directory there is a file named spk10821.jpg that was generated by Presenter. The image is actually the presenter bio photo that would normally show up in the sidebar -- but no photo is there. The browser never requests the valid spk10821.jpg file, only the non-existent spk10821.1.jpg path.
    Anybody know why this would be happening? I see in data/viewer.xml there is a tag for <image>spk10821.1.jpg</image> but I don’t know why Presenter would mention that file in the XML but generate a differently-named one in the publish folder.
    I’m wondering if I should have the web server rewrite requests with the ".1.jpg" ending to get rid of the ".1" part so they will work.
    By the way, this is with PowerPoint 2003 SP3 and Presenter 7.0.1.

    Hi Daniel,
    I am assuming that you are using Visual Studio 2010 to target the .Net framework 4.0
    Crystal Reports 2008 is not compatible with VS 2010. Use [Crystal Reports for Visual Studio 2010|Crystal Reports for Visual Studio 2010 Production Release Now AvailableCystlR%2528SAPWeblogs%253ACrystal+Reports%2529] to target .Net framework 4.0.
    Deploy the application using the methods specified in the 'Deployment' section of the [CR for VS 2010 .Net SDK developer guide|http://help.sap.com/businessobject/product_guides/sapCRVS2010/en/crnet_dg_2010_en.zip].
    See if you can reproduce the issue after redeploying the application as mentioned above.
    Few questions-
    - Is it the dev machine or production machine causing the issue?
    - OS version?
    - What does the application do? i.e. view, export, print report?
    - Issue is with some reports or all the reports.
    See if there is an image on the report, remove the image and add it as a picture object ' Insert --> Picture' from the CR designer.
    Hope this helps,
    Bhushan.

  • Removing gaps between content and footer/ content and header

    I've been looking all around the internet for some solution, and it's probably a simple one. 
    But it's making me want to throw a brick through a window.
    How the hell do I make that gap (pointed to in red) disappear so that my footer image is seamless with my content background?

    Remove the bottom margin from your paragraph?
    p { margin:0; padding:0;}
    Or change the spacing to before so you still get gaps between paragraphs
    p {margin-top:10px; padding:0;}

Maybe you are looking for