Dreamweaver does not show current version of page

Not sure how to describe this problem. When I open a page in dreamweaver for editing, the text is not the text I put there recently. If I do I "live view" it IS the text the should be there, if I preview in a browser it IS the right text as well. I can't edit the site at all. I have little enough work coming in without losing more clients because of this sudden glitch. First everything was crashing after the Snow Leopard update, then as that seems to be working better, this happens! Ive been using Dreamweaver since macromedia version 1 and I've had issues but nothing this strange. Any ideas?

Hmmm...
Make sure you are having valid code in your page.
Try running it at http://validator.w3.org/#validate_by_input once and see if there are any errors.
DW may not be able to show your content if you have invalid code as it will get confused on what to display.
Regards,
Vinay

Similar Messages

  • Library does not show current version

    I have been using Photoshop as my external editor . When I edit in an album and the rate the edited version after I save it back into aperature neither the edits nor the rating show when I view the images from the library.. This is beyond bizzare

    Resolved by switching to Lightroom

  • Dreamweaver Design view does not show parts of the page

    Hello all,
    I was working on a page update - page was created using a
    template so
    that the client can add content with Contribute - and have
    discovered
    that suddenly whole sections of the page are no longer
    visible in Design
    Mode. This caused me some panic until I viewed in code view
    and found
    everything still in there. Viewing in browser shows the page
    there in
    entirety too, and uploads just fine. But no matter what I do
    - restart
    the program, restart the computer - nothing changes, the page
    design
    does not show parts of this page. Everything is in an
    editable area and
    should be visible.
    I have been editing the code as that was my only option, but
    now I have
    heard that my client cannot view those sections of the page
    in her
    Contribute either.
    The page is here:
    http://www.craft-design.ns.ca
    Any help would be gratefully received.
    Thanks
    Ellie

    > (I find it strange that it is now like this, as I
    understood that th was
    > depracated? So I went through and removed them all.)
    <th> deprecated? Certainly not.
    > There are editable regions in the page as it has been
    working for the past
    > year and a half. I find that after an amount of editing
    by Contribute
    > users, the pages do tend to fall apart.
    Normal template files have two editable regions in the head
    of the page -
    doctitle, and head
    The one you linked does not.
    That's what I was talking about.
    > Contribute sounds a great thing, but is a huge pain and
    ends up costing me
    > money fixing the messes my clients end up making, though
    this should not
    > be possible...
    I have stopped recommending it to my clients.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Ellie" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks Murray,
    >
    > I see all this.
    >
    > (I find it strange that it is now like this, as I
    understood that th was
    > depracated? So I went through and removed them all.)
    >
    > There are editable regions in the page as it has been
    working for the past
    > year and a half. I find that after an amount of editing
    by Contribute
    > users, the pages do tend to fall apart.
    >
    > I will have to remake the template and remake the page
    from that.
    >
    > Strange thing is it was working perfectly well before.
    >
    > Thanks for the help, Murray.
    >
    > Contribute sounds a great thing, but is a huge pain and
    ends up costing me
    > money fixing the messes my clients end up making, though
    this should not
    > be possible...
    >
    > Ellie
    >
    > Murray *ACE* wrote:
    >
    >> You have no editable regions in the head of that
    page - why is that?
    >>
    >> As for the display in DW, perhaps it's the 175
    validation errors that the
    >> W3C validator finds on the page?
    >>
    >>
    http://validator.w3.org/check?verbose=1&uri=http://www.craft-design.ns.ca/mbg_past_shows.h tml
    >>
    >> Most of these are serious coding problems....
    >>
    >

  • Wism controller does not show url redirection spalash page

    Hi 
    Wism controller does not show url redirection/splash page .
    client takes the ip from the  dhcp server. when browsing its not going to the authentication page as usual
    Thank you 

    Can you elaborate on your issue... really hard to follow.  To me, it seems like you want to use a guest splash page.  The client associates to the open guest ssid and get's an ip address.  Now the user has to open a browser to get the portal page correct?  This has nothing to do with the WLC, but the OS on the device.  Some devices can detect if no internet is present after authentication and obtaining an address.  This means the device will automatically open a browser to present the user with the splash page.  Other devices will require the user to open a browser to get the login screen.
    Scott

  • PS gallery linked to Dreamweaver does not show up once on pub. server

    i created a photoshop gallery and linked it to my website (Dreamweaver) under construction (as im learning); it shows up fine when i preview it on browser from my computer location, however, it does not show up once on the public server. any help as to the direct problem with this link/file/coding, etc... would be greatly appreciated....
    site >>>> http://paulrosal.com/ >>>>> CLICK ON "ART"
    ******************************CHECK OUT CODING RIGHT HERE******************************
    <!-- saved from url=(0013)about:internet -->
    <html lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>gallery</title>
    <style>
    body,html {
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:0;
    height: 100%;
    width: 100%;
    </style>
    <!-- Active Content Workaround Support File -->
    <script src="resources/AC_RunActiveContent.js" language="javascript"></script>
    <script language="JavaScript" type="text/javascript">
    function getQueryVariable(variable) {
      var query = window.location.search.substring(1);
      var vars = query.split("&");
      for (var i=0;i<vars.length;i++) {
        var pair = vars[i].split("=");
        if (pair[0] == variable) {
          return pair[1];
      return -1;
    </script>
    <script language="JavaScript" type="text/javascript">
      var startImg = getQueryVariable("startImg");
      //alert(startImg);
    </script>
    <!-- Flash Detection Script Block -->
    <script language="JavaScript" type="text/javascript">
    <!--
    // Globals
    // Major version of Flash required
    var requiredMajorVersion = 8;
    // Minor version of Flash required
    var requiredMinorVersion = 0;
    // Minor version of Flash required
    var requiredRevision = 0;
    // the version of javascript supported
    var jsVersion = 1.0;
    // -->
    </script>
    <script language="VBScript" type="text/vbscript">
    <!-- // Visual basic helper required to detect Flash Player ActiveX control version information
    Function VBGetSwfVer(i)
      on error resume next
      Dim swControl, swVersion
      swVersion = 0
      set swControl = CreateObject("ShockwaveFlash.ShockwaveFlash." + CStr(i))
      if (IsObject(swControl)) then
        swVersion = swControl.GetVariable("$version")
      end if
      VBGetSwfVer = swVersion
    End Function
    // -->
    </script>
    <script language="JavaScript1.1" type="text/javascript">
    <!-- // Detect Client Browser type
    var isIE  = (navigator.appVersion.indexOf("MSIE") != -1) ? true : false;
    var isWin = (navigator.appVersion.toLowerCase().indexOf("win") != -1) ? true : false;
    var isOpera = (navigator.userAgent.indexOf("Opera") != -1) ? true : false;
    jsVersion = 1.1;
    // JavaScript helper required to detect Flash Player PlugIn version information
    function JSGetSwfVer(i){
    // NS/Opera version >= 3 check for Flash plugin in plugin array
    if (navigator.plugins != null && navigator.plugins.length > 0) {
    if (navigator.plugins["Shockwave Flash 2.0"] || navigator.plugins["Shockwave Flash"]) {
    var swVer2 = navigator.plugins["Shockwave Flash 2.0"] ? " 2.0" : "";
                    var flashDescription = navigator.plugins["Shockwave Flash" + swVer2].description;
    descArray = flashDescription.split(" ");
    tempArrayMajor = descArray[2].split(".");
    versionMajor = tempArrayMajor[0];
    versionMinor = tempArrayMajor[1];
    if ( descArray[3] != "" ) {
    tempArrayMinor = descArray[3].split("r");
    } else {
    tempArrayMinor = descArray[4].split("r");
                    versionRevision = tempArrayMinor[1] > 0 ? tempArrayMinor[1] : 0;
                flashVer = versionMajor + "." + versionMinor + "." + versionRevision;
               } else {
    flashVer = -1;
    // MSN/WebTV 2.6 supports Flash 4
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.6") != -1) flashVer = 4;
    // WebTV 2.5 supports Flash 3
    else if (navigator.userAgent.toLowerCase().indexOf("webtv/2.5") != -1) flashVer = 3;
    // older WebTV supports Flash 2
    else if (navigator.userAgent.toLowerCase().indexOf("webtv") != -1) flashVer = 2;
    // Can't detect in all other cases
    else {
    flashVer = -1;
    return flashVer;
    // When called with reqMajorVer, reqMinorVer, reqRevision returns true if that version or greater is available
    function DetectFlashVer(reqMajorVer, reqMinorVer, reqRevision)
          reqVer = parseFloat(reqMajorVer + "." + reqRevision);
            // loop backwards through the versions until we find the newest version    
    for (i=25;i>0;i--) {    
    if (isIE && isWin && !isOpera) {
    versionStr = VBGetSwfVer(i);
    } else {
    versionStr = JSGetSwfVer(i);         
    if (versionStr == -1 ) {
    return false;
    } else if (versionStr != 0) {
    if(isIE && isWin && !isOpera) {
    tempArray         = versionStr.split(" ");
    tempString        = tempArray[1];
    versionArray      = tempString .split(",");                   
    } else {
    versionArray      = versionStr.split(".");
    versionMajor      = versionArray[0];
    versionMinor      = versionArray[1];
    versionRevision   = versionArray[2];
    versionString     = versionMajor + "." + versionRevision;   // 7.0r24 == 7.24
    versionNum        = parseFloat(versionString);
                 // is the major.revision >= requested major.revision AND the minor version >= requested minor
    if ( (versionMajor > reqMajorVer) && (versionNum >= reqVer) ) {
    return true;
    } else {
    return ((versionNum >= reqVer && versionMinor >= reqMinorVer) ? true : false );    
    // -->
    </script>
    </head>
    <body><div align="center" style="width:100%; height:100%">
    <script language="JavaScript" type="text/javascript">
    <!--
    // Version check for the Flash Player that has the ability to start Player Product Install (6.0r65)
    var hasProductInstall = DetectFlashVer(6, 0, 65);
    // Version check based upon the values entered above in "Globals"
    var hasReqestedVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
    // Location visited after installation is complete if installation is required
    var MMredirectURL = window.location;
    // Stored value of document title used by the installation process to close the window that started the installation process
    // This is necessary to remove browser windows that will still be utilizing the older version of the player after installation is complete
    // DO NOT MODIFY THE FOLLOWING TWO LINES
    //document.title = document.title.slice(0, 47) + " - Flash Player Installation";
    document.title = document.title.slice(0, 47);
    var MMdoctitle = document.title;
    // Check to see if a player with Flash Product Install is available and the version does not meet the requirements for playback
    if ( hasProductInstall && !hasReqestedVersion ) {
        var productInstallOETags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
        + 'width="550" height="200"'
        + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
        + '<param name="movie" value="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Ac tiveX&MMdoctitle='+MMdoctitle+'" />'
        + '<param name="quality" value="best" /><param name="bgcolor" value="#3A6EA5" />'
        + '<embed src="resources/playerProductInstall.swf?MMredirectURL='+MMredirectURL+'&MMplayerType=Plug In" quality="high" bgcolor="#3A6EA5" '
        + 'width="550" height="300" name="detectiontest" align="middle"'
        + 'play="true"'
        + 'loop="false"'
        + 'quality="best"'
        + 'wmode="opaque"'
        + 'allowScriptAccess="sameDomain"'
        + 'type="application/x-shockwave-flash"'
        + 'pluginspage="http://www.adobe.com/go/getflashplayer">'
        + '<\/embed>'
        + '<\/object>';
        document.write(productInstallOETags);   // embed the Flash Product Installation SWF
    } else if (hasReqestedVersion) {  // if we've detected an acceptable version
        AC_FL_RunContent(
    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0',
    'flashvars','baseRefUrl=resources/&groupxml=group.xml&stylexml=style.xml&localText=localT ext.xml&livePreview=false&startImg='+startImg,
    'width', '100%',
    'height', '100%',
    'src', 'resources/gallery',
    'quality', 'high',
    'pluginspage', 'http://www.adobe.com/go/getflashplayer',
    'align', 'middle',
    'play', 'true',
    'loop', 'true',
    'scale', 'showall',
    'wmode', 'opaque',
    'devicefont', 'false',
    'id', 'gallery',
    'bgcolor', '#f7f7f7',
    'name', 'gallery',
    'menu', 'true',
    'allowScriptAccess','sameDomain',
    'movie', 'resources/gallery',
    'salign', ''
      } else {  // flash is too old or we can't detect the plugin
        var alternateContent = 'This photo gallery requires the Adobe Flash Player.'
            + '<a href=http://www.adobe.com/go/getflash/>Get the free Flash Player here</a>';
        document.write(alternateContent);  // insert non-flash content
    // -->
    </script>
    <noscript>
    // Provide alternate content for browsers that do not support scripting
    // or for those that have scripting disabled.
           Sorry, this photo gallery requires that scripting be enabled on your web browser and that the Adobe Flash Player be installed.
      <a href="http://www.adobe.com/go/getflash/">Download the Adobe Flash Player</a>
    </noscript>
    </div>
    </body>
    </html>

    Are you sure you have uploaded everything in the gallery folder to the correct location. It can't find the index.html page.

  • The hit counter button does not show up after publishing page.

    I insert the hit counter button to a new blog post and when I publish, the button does not show up.
    I would really like to use the counter as this is a blog for a class I am teaching, and I would like to track
    student viewing.
    Also, sometimes the colors do not publish properly, specifically with links/rollover feature.
    Help!
    And thanks in advance for all you who know wayyy more than I do!  I hope to return
    the favor someday.

    First, thanks for the quick response Roddy.
    Once I posted the question, similar topics came up and what
    I did was remove the hit counter, publish the page without the hit counter. 
    Then inserted the hit counter again and wah-lah!
    Thanks for your reply, this information is correct and helpful as well.
    Very appreciative!

  • Header.php exists but does not show up on every page.

    Hi.  I am starting from scratch with this.
    part1.
    My objective is to create a website that takes advantage of DreamweaverCC's fluid-grid-layout so that my web Site auto-flows on
    smartphones, tablets and desktops/laptops.
    file > new > fluid-grid-layout.
    By default, it says 'unnamed.css'
    I named it  testSite.css
    click okay.
    (This is the only way to begin with a fluid-grid-layout - I think).
    It opens a split view.
    On the right frame is a DIV that has this text inside.
    "Use Insert Panel for additional Fluid Grid Layout Elements. Note: All Fluid Layout tags must be contained within the "gridContainer" div tag."
    In the right frame,
    <script src="file:///Macintosh%20HD/Applications/Adobe%20Dreamweaver%20CC/Configuration/BuiltIn/F luid%20Grid%20Layout/respond.min.js"></script>
    </head>
    <body>
    <div class="gridContainer clearfix">
      <div id="div1" class="fluid">Use Insert Panel for additional Fluid Grid Layout Elements. Note: All Fluid Layout tags must be contained within the "gridContainer" div tag.</div>
    </div>
    </body>
    </html>
    QUESTIONS - CLARIFICATION.
    Question ????
    class = 'gridContainer clearfix"
    div id = "div1 class = "fluid"
    So all of the <div>s that I place inside of the gridContainer will all be assigned the 'class'  fluid.
    Yes ?
    And I define div ids so that I can use css styles
    Yes ?
    I understand class in Java but I do not understand it here in Dreamweaver.
    Please explain.
    part2.
    I inserted 4 <div>s into the gridContainer and assigned them specific div ids.
    div id = square1
    div id = square2
    div id = square3
    div id = square4
    I see these assignments in the code.
    But in the properties panel with HTML (not css panel) selected. 
    It shows  ID None.
    Question ????
    Why doesn't the assigned div =id  in the code show in the properties panel.
    part3a.
    index.php is my main web page.
    It has several images (the 4 different squares).
    I created a separate .html file for each square: square1.html square2.html square3.html square4.html.
    At this point, each of those pages has only one sentence.  'contents for square#N) will be on this page'
    I used the properties panel and linked the 4 images on index.php to these .html files.
    When I 'View in Safari/Firefox'  each of those images (squares) when clicked - bring me to the appropriate page.
    So I've got some of this working
    part3b.
    I know that some of you have already tried to assist with this but it is not working for me.
    I created a file called header.php
    The contents of header.php does not have any <tags> at all.
    The contents is this:
    <h1> This will be the header for all of my web pages.</h1>
    In index.php I included this in the code as such:
    <body>
    <? php require_once('header.php'); ?>     // this is line 34
    <div class="gridContainer clearfix">
      // div ids for the images etc. etc.
    </body>
    </html>
    View in Safari/Firefox
    Parse error: parse error in /Library/WebServer/Documents/dwwdSite/index.php on line 34
    I tried this.
    <? php include_once('header.php'); ?>
    <? php include('header.php'); ?>
    and I get the same exact error.
    When I 'view in Safari/Firefox'  header.php  it displays what I want:
    This will be the header for all of my web pages.
    Question ????
    What am I doing incorrectly ?
    From one of my other posts - as we got onto this topic, it was suggested that I just place the php code:
    <? php  include('header.php'); ?>
    within the index.html file exactly where I want it to show up.
    I want it to show up at the top of each page.
    Well at this point it is not showing up anywhere !!
    But if I have header.php active in Dreamweaver and 'view in safari/firefox'
    the browser does show the header.php page.
    part4.
    Question ????
    And should I include
    <? php require_once('header.php'); ?>
    at the top of each of the square.html files if I want the header to show up on each of those pages.
    I think this makes sense.
    part5.
    Question ????
    When I view testSite.css
    I understand that it has 3 different sets of selectors for each of the 3 different devices.
    But how do I 'assign'  css properties to the contents inside of header.php ?
    With header.php active/open, from the 'properties panel' I can select CSS and choose: font, size, color from there and it works
    but should I not have this included in the testSite.css ?
    Lots of questions. Hope that I explained it in an organized fashion.
    thanks again.
    Nancy O.
    Sudarshan Thiagarajan

    > So all of the <div>s that I place inside of the gridContainer will all be assigned the 'class'  fluid.
    Nope - but everything that you insert using the Insert panel will give you the opportunity to specify that it's a fluid element, which you can do by enabling the checkbox on the dialog. This means that you CAN insert a <div> that is not a fluid element. It's only the ones that you insert as a fluid element that will get that class automatically.
    >And I define div ids so that I can use css styles
    Assigning an ID to any element on the page allows you to target that element with a particular CSS rule.
    > I understand class in Java but I do not understand it here in Dreamweaver.
    > Please explain.
    There is no similarity at all. There are four ways you can identify a page element to apply a CSS rule:
    1. By tag, e.g., all paragraph tags on the page.
    2. By context, e.g., any paragraph tag that is within a <nav> element.
    3. By 'class' assignment, e.g., any element that has been given a particular "class" attribute -> <p class="foo">
    4. By ID, e.g., any element that has been given a particular "ID" attribute -> <p id="foo">
    The weight of any style (i.e., which one to use in the event of conflict) is determined by a number of characteristics of the CSS 'selector' that carries the rule.
    > Why doesn't the assigned div =id  in the code show in the properties panel.
    Assuming your code is correct, it will, e.g.,
    <div id = "square1"></div>
    <div id = "square2"></div>
    <div id = "square3"></div>
    <div id = "square4"></div>
    Try this -
    <html>
    <head></head>
    <body>
    <?php require_once('header.php'); ?>     // this is line 34
    <div class="gridContainer clearfix">
      // div ids for the images etc. etc.
    </body>
    </html>
    and I get the same exact error.
    Yes - there is no space in "<?php".
    Let's start with that.

  • DW CS5.5 Design View Does Not Show Accurate Width of Page Compared to Browsers

    Hello
    I use DW CS5.5 to make websites. The Design View in DW is not at all accurate as to the width of the page when compared to how the Browsers render the page. For example, when inserting a horizontal Spry Menu, the menu items will drop to a new line because it looks like there is not more space, In reality, as seen on the browser or Live View there is a lot more space for more list items. This makes it very hard to work on a page in DWCS5.5 because it looks way too narrow compared to the actual size. On the ruler, it looks like it is 960 px, but it isn't when seen at 100% on the browser window. It does not matter what setting I use for the page size. Any suggestions? Thank you in advance. Gail

    indvik wrote:
    ...However it still seems odd to me that the difference is about 350 px.
    That could be caused by a code error, generally DV won't be that far off.
    Run your page through the validator at http://validator.w3.org to see if there aren't some issues in your html that could be causing the oddity in Design View.
    If your code is clean and it's still off by that amount, something to check would be the use of both css and html attributes to control the sizing of tables and other elements. The program can get a little confused and start displaying things all over the place when you do that. I'm not sure if DW5.5 does this (I skipped that version) but DWCS4 certainly did, pretty inconsistently. One way to fix it, even though the code may validate, is to give all control to the css of the page rather than splitting some with the html.

  • My website- created on iWeb (Mac) now uploaded to hosting site, does not show content on 4 pages of photos, though Safari shows everything. ???

    All the photos were saved on jpeg format. You can see the text on each page of concern, but not the photos. I have added music to each page of concern with a button to manipulate on/off, and pasted jpeg photos to them which you can see, and music plays with no problem. I re-built the site and uploaded again to hosting site, and am having same problem. Safari shows all pages, text, jpeg photos/music without any problem. So I have a site of 6 pages, and only 2 are completely loadable with Firefox. I have made all updates that have come from Firefox. My Mac is OS X version 10.5.8

    Make sure that you use the latest version of the iWeb software to generate the galleries. Older versions of iWeb had problems in current Firefox versions.
    A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
    The helpers at that forum are more knowledgeable about web development issues.
    You need to register at the mozillaZine forum site in order to post at that forum.
    See http://forums.mozillazine.org/viewforum.php?f=25

  • Notification Center does not show current calendar entries? How can i fix it?

    Sometimes entries for the next 24hours are shown in notification center, and sometimes not. It doesn't have to do with setting an alert, or not.
    I really don't know, why it isn't possible to Show up calendar entries for at least 3 days for example.

    Searching on keywords, if that's what you're doing, has never really worked. As to searching just on the category in the iTunes Store, it's most unlikely to throw up your podcast. There are thousands of podcasts out there, and it would be quite impossible to display on one page the entire list for any category. What you see are 'featured' podcasts, chosen by Apple as being special; please see this Tech Note:
    http://www.apple.com/itunes/podcasts/specs.html#getfeatured
    Note that there is no way you can influence the selection other than making your podcast really special.

  • SAPSCRIPT-FORMPAGES does not showing total no of pages

    Hi,
    I want to diaplay page numbers if only pages are more than 1.so i write logic like below.
    if &PAGE& ne &SAPSCRIPT-FORMPAGES&
    &PAGE&
    ENDIF.
    but it is not working..in the first page SAPSCRIPT-FORMPAGES also contain value 1.
    Can any one suggest solution.
    Thanks.

    Hi,
      Could you please update on how did you solve this issue? here we are getting similar issue in one of the form.
    Thanks.

  • The small symbols for bookmarks in the list does not show the right web page symbol? How can I get this right?

    I have a lot of short cuts to web pages in the list just under the web address. The symbol showing should be that of the web page but for some of the links the symbol shows the wrong symbol. For example it could be that CNN has the symbol of BBC (I don't have this exact problem but just as an example).

    This can be a problem with the file places.sqlite<br />
    See http://kb.mozillazine.org/Locked_or_damaged_places.sqlite
    *CheckPlaces: https://addons.mozilla.org/firefox/addon/10897
    *Delete Bookmark Icons: http://www.sephiroth-j.de/1/mozilla/#delsiteicons

  • Cannot Update Intex Cloud FX - Does Not Even Show Current Version?

    Recently purchases Intex Cloud FX - Have been having number of issues with it. I had high expectations. We have put up the phone review here...just incase anyone wants to know. http://trak.in/tags/business/2014/09/08/intex-cloud-fx-user-review/
    Now my biggest problem is - When I try to update, it shows me an error - "There was an error while checking for updates".
    The problem is, it does not show what version FF OS is currently there on the phone as well...
    Experts....help requested..
    Arun

    Hi arunpd,
    Thank you for your question, I understand that there are a few issues, however in regards to the updates the most up to date version available version at this time is version 1.3.
    I also recommend that you reach out to your place of purchase for more assistance.
    Thank you!

  • Form does not show up after been put in portal page

    I have created form application and tested it in 9iAS but when I put it in Portal page, It does not show up in the Portal page. The report that I created under the same Application does show up. However, it does not show the form. I have check the Access and everything looks right. (I even grant it to the public and still does not work).
    Any help would be appreciated.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by chetan.kashyap ([email protected]):
    Johnny,
    This looks strange. We haven't encountered such problem. Could you pls give us more details. Like:
    Are you using "Inherit Privilege from Application" ?
    Are you using Tab page/ Normal Page.
    If tab pages, have you set tab level security?
    Are you able to run that particular form from application? (Pls check it has a Valid production version).
    Are both forms & reports in the same application?
    Is this problem occuring for only a particular form or for all the forms?
    If you could provide the STEPS that you did..
    Thanx,
    Chetan.<HR></BLOCKQUOTE>
    Chetan and Johnny,
    I have the same problem as Johnny. Chetan, in answer to your questions:
    1. Yes, I am using "Inherit Privilege from Application"
    2. I tried it both on a page and on a tab and checked security, following the directions in "Building Portals, Release 3.0.8" Using "Portal30" login, access "Manage" etc.
    3. Yes, the form runs in Application, but not as a portlet on a portal page. We are using the standard demo configuration, Oracle 8i (enterprise ed.) and Oracle9i Application Server (minimal ed.).
    4. Yes, valid production version.
    5. I tried running reports and forms from same application and from different applications. Still does not show up on portal page.
    6. It occurs for all forms.
    7. Steps: As I indicated, I followed the directions closely in "Building Portals" which builds "Form based on table or view", "Publish to Portal" I even tried the database sequence (see page 4-27) and added that to the form configuration. I'm running it on NT 4.0 (service pack 5). The software was downloaded from the Oracle site.
    null

  • My homepage does not show the latest page when I open Firefox

    I have set MSN as my homepage but when I open Firefox it does not show the latest MSN page.

    '''''Has the site worked normally in Firefox before?'''''
    When you have a new problem with one particular site, a good "first thing to try" is clearing your Firefox cache and deleting your saved cookies for the site.
    (1) Bypass Firefox's Cache
    Use Ctrl+Shift+r to reload the page fresh from the server.
    Alternately, you also can clear Firefox's cache completely using:
    orange Firefox button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.
    (2) Remove the site's cookies (save any pending work first). While viewing a page on the site:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    This will open a window listing the site's cookies, which you can remove individually.
    Then try reloading the page and logging back in. Does that help?

Maybe you are looking for

  • Problem to insert only month and year instead of full date

    select b.penjara_id, p.penj_lokasi, a.no_daftar, b.episod, b.nama1,to_char(a.trkh_mula_prl,'dd/mm/yyyy') as trkh_mula_prl, to_char(bulan_proses,'mm/yyyy') as bulan_proses,         b.epd, b.lpd from prl_daftar_proses a, senarai_pesalah b, penjara p wh

  • Upgrading to LR 3.2 from 2.6 - Should I use the LR 3 box?

    As I intend to upgrade to Lightroom 3.2 from 2.6, I wonder if I should use the upgrade box or donload a trial version and insert the key to be found in that box. There was a thread lelated to migration from LR 1.4 to 2.2 ( http://forums.adobe.com/mes

  • ITouch 5 is not recognized by Windows 7

    Hi, I bought a used iTouch 5th gen and charger cable and have spent the last 5 hours trying to get it to sync to iTunes. I had a 4th gen iPod that i lost a month ago that worked perfectly with my computer. I have reconnected and restarted both device

  • VGA / DVI cable

    does either actually come in the box? i didnt get one with my tv, so im wondering if i need to go buy one? thanks

  • Planning Level Root Question (Periodid Vs Monthly)

    Hello, I have a question related with planning level configuration. In the standard SAP Planning area SAP2 - All  the planning levels have been defined monthly attribute as the root for time SAP4 - All the planning levels have been defined periodid a