ColdFusion.Navigate works do not CF8

Trying to figure out how to get the pages linked in the menu to fill the second area of provision.  What I read the code must be in the proper syntax to make it work, but when I click on a menu button, I get a lot of nothing happens.  I used ticket entries to play with different solutions, but all without success.  Is there some sort of javascript that I need to get over this to make it work or something?  Any help is appreciated.

< cfajaximport tags = "cfgrid, cfform, cfdiv, cfpod" >
< cflayout type = "vbox" align = "center" >
< name cflayoutarea = 'menu' overflow 'visible' = align = "center" style = "width: 100%" >
< cfmenu type = "horizontal" bgColor = "# c0c0c0" selecteditemcolor = "# C8CED6" >
< cfmenuitem display = 'Index' href = "javascript:Coldfusion.navigate ('index.cfm', 'mainArea')" > < / cfmenuitem >
< cfmenuitem display = 'Tickets' >
< name cfmenuitem = 'open' display = "View open Tickets" href = "javaScript:Coldfusion.navigate ('openTicket.cfm', 'mainArea')" / > "
< name cfmenuitem = 'Search' display = 'Search old Tickets' href = "searchTicket.cfm" target = "mainArea" / > "
< / cfmenuitem >
< cfmenuitem display = 'Alerts' >
< name cfmenuitem = 'New' display = "New alert" href = "javascript:Coldfusion.navigate ('alerts.cfm', 'main')" / > "
< name cfmenuitem = 'Active' display = "Active alerts" href = "javascript:Coldfusion.navigate ('alertsFollowUp.cfm', 'main')" / > "
< name cfmenuitem = "History" display = 'Alerts history' href = "javascript:Coldfusion.navigate ('alertHistory.cfm', 'main')" / > "
< / cfmenuitem >
< cfmenuitem display = 'Inventory' >
< cfmenuitem = 'pc' display name = "PC inventory" href = "javascript:Coldfusion.navigate ('pc.cfm', 'mainArea')" / > "
< name cfmenuitem = "searchpc" display = "Search PC inventory" href = "javascript:Coldfusion.navigate ('pcSearch.cfm', 'mainArea')" / > "
< name cfmenuitem = 'license' display = "License" href = "javascript:Coldfusion.navigate ('license.cfm', 'mainArea')" / > "
< name cfmenuitem = "room" display = "Inventory" href = "javascript:Coldfusion.navigate ('roomSelect.cfm', 'mainArea')" / > "
< name cfmenuitem = "notebook" display = "Administration of the laptop" href = "javascript:Coldfusion.navigate ('laptopAdmin.cfm', 'mainArea')" / > "
< / cfmenuitem >
< cfmenuitem display = "RACF" >
"< name cfmenuitem ="RACFAdd"display =" RACF - add"href =" javascript:Coldfusion.navigate ('racfSearch.cfm', 'maiArean') "/ >
< name cfmenuitem = "RACFSearch" display = "RACF search" href = "javascript:Coldfusion.navigate ('racfADD.cfm', 'mainArea')" / > "
< / cfmenuitem >
< cfmenuitem = "Tasks" view >
< name cfmenuitem = "taskLog" display = "Task log" href = "javascript:Coldfusion.navigate ('taskLog.cfm', 'mainArea')" / > "
< name cfmenuitem = "taskClosed" display = "Closed tasks" href = "javascript:Coldfusion.navigate ('taskLogClosed.cfm', 'mainArea')" / > "
< / cfmenuitem >
< display cfmenuitem = 'Change log' >
< name cfmenuitem = "modificationAjoutez" display = "Add a new change" href = "javascript:Coldfusion.navigate ('changeAdd.cfm', 'mainArea')" / > "
< name cfmenuitem = "recentChange" display = "Recent changes" href = "javascript:Coldfusion.navigate ('changeLog.cfm', 'mainArea')" / > "
< name cfmenuitem = "changeArchive" display = "Change Archives" href = "javascript:Coldfusion.navigate ('changeArchive.cfm', 'mainArea')" / > "
< / cfmenuitem >
< cfmenuitem display = "Logout" href = "logout.cfm" > < / cfmenuitem >
< / cfmenu >
< / cflayoutarea >
< name cflayoutarea = "mainArea" align = "center" style = "background-color: ##CCDBEF;" "height: 100%" >

bla

bla

default bla stuff

< / cflayoutarea >

< / cflayout >

There are 3 things that should fix it.

(1) in the absence of at least one spelling: mainArea instead of maiArean in

(2) respect for case-sensitive: use coldFusion.navigate instead of Coldfusion.navigate;

(3) (this is probably a bug): Javascript in Coldfusion unit precede the name of the container of an element of cflayoutarea with cf_layoutarea. So, you have to replace all occurrences of 'mainArea' in the tags by 'cfmenuitemcf_layoutareamainArea'.

Edit added: first make a test without the fix I suggested to 3). You do not have the fix in CF8, but it is certainly in CF9, where there is certainly a bug.

Tags: ColdFusion

Similar Questions

  • Coldfusion.Navigate works do not with vbox cflayoutarea

    Hi all.

    I don't understand why Coldfusion.Navigate does not work with a cflayoutarea type vBox.  The code is below (page1.cfm and page2.cfm are simple test pages).  For some reason, it works if the provision is of type border, but not on vbox or hbox.

    When you look at the generated HTML, you see that the div representing the layoutare doesn't have the correct id (should be "myContent", but is "cflayoutareamyContent")

    Someone at - he understands why?

    Thank you

    Scott

    <

    HTML >

    < head >

    < title > Example of page layout </ title >

    </ head >

    < body >

    < cflayout name="myVBox" type="vbox" >

    < cflayoutarea name="myHeader">

    < " a href= 'javascript:ColdFusion.navigate ('page1.cfm', 'myContent'); " > Page 1 </ a > |

    < " a href= 'javascript:ColdFusion.navigate ('page2.cfm', 'myContent'); " > Page 2 </ a >

    < / cflayoutarea >

    < cflayoutarea name="myContent" bindonload='true' source='page1.cfm'>

    < / cflayoutarea >

    < / cflayout >

    </ body >

    < /.

    HTML >

    You are not alone. I pointed out that as a bug in CF9 beta, as it worked until the last release candidate.

    From what I understood, the devs don't have to recognize it as a bug first, but rather just a feature not taken in charge more.

    However, a recent bug report response I got says this can be corrected in the next update. So cross your fingers.

    Solution 1: place cfdivs inside your cflayoutareas with matching names.

    Solution 2 (preferred): prefix your name layoutarea with 'cf_layoutarea '. To make the "xyz" comes from "cf_layoutareaxyz"

    I would like to do the conditional fix for the current version of CF9. (use the server variable. ColdFusion.ProductVersion)

    Cheers, - Ari

  • You can toggle open/close javascript:ColdFusion.navigate?

    I am looking for a way to toggle open/close a table row in a search query.  I have a table of results and a link to more detailed information. I would like this page to stay within the current page.  I have the ColdFusion.navigate works fine, but I was wondering if there is a way to shut it down?

    Here are some of the code I use...

    < td > < a href = "javascript:ColdFusion.navigate ('details.cfm? ID = #ID #',' detail #q.CurrentRow #')" > #q.sl n #, #q.sfn # < /a > < table > ' "

    < td > < cfdiv id = "detail #q.CurrentRow #" > < / cfdiv >

    Post edited by: Catherine Lesniewski

    I found this one.  I found the answer doing more looking around, so maybe that I was asking the wrong question first. There as hide/show a table row.  So what I found is a JS and little code in the table of query results.  Here is the solution or for me in any case.

    Then add in the parent row of this

    Then for the line you want to show/hide you wrap a tag and everything just...

    Here is the link where I found the answer... EasyCFM.COM-ColdFusion Forums - show/hide lines

  • cfmenuitems no longer work after coldfusion.navigate

    There are times when you want to change slightly based on what a user menus.  It would be nice to simply "Refresh" menu (probably a cfdiv containing a cfmenu) using ColdFusion.navigate (.).  However, if your menu contains some cfmenuitems, they no longer appear ('dropdown') after completing the Navigate. If this is the intended behavior I think this is a major limitation.  (CF9 and CF8)

    code for my_test.cfm:

    < cfajaximport / >

    < cfdiv id="myDiv">

    < cfmenu ="my_menu" the name of type='horizontal'>

    < cfmenuitem ='options' from the name of display='My Options'>

    < cfmenuitem ='option1' from the name of display="Option 1" href="javascript:ColdFusion.navigate ('my_test.cfm', 'myDiv')" / > .

    < cfmenuitem ='option 2' from the name of display="Option 2" href="javascript:ColdFusion.navigate ('my_test.cfm', 'myDiv')" / > .

    < cfmenuitem ='option3' from the name of display="Option 3" href="javascript:ColdFusion.navigate ('my_test.cfm', 'myDiv')" / > .

    < / cfmenuitem >

    < / cfmenu >

    < / cfdiv >

    It turns out that if you remove one of these cfmenuitem before making the navigation the cfmenuitems works correctly...

  • Win7 64 bit freezes & arrow function does not work, do not click to navigate anywhere

    Win7 64 bit PC crashes & arrow function does not work, do not click to navigate anywhere, exceptionally after being on ~ 2 + hrs. I can only turn off by pressing the power switch for about 5 seconds.

    Hello

    You did changes to the computer before the show?

    Method 1
    Step 1:
    I suggest to start the computer in safe mode and check if the problem persists.

    Start your computer in safe mode
    http://Windows.Microsoft.com/en-us/Windows7/start-your-computer-in-safe-mode

    Step 2:  If the problem is solved in safe mode, then I suggest you perform the clean boot and remove the program that is causing the problem.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or in Windows 7
    http://support.Microsoft.com/kb/929135
    Note: Follow step 7 clean boot KB929135 article to reset the computer in normal mode.

    Method 2
    I suggest you try the steps from the following link:

    Optimize Windows 7 for better performance
    http://Windows.Microsoft.com/is-is/Windows7/optimize-Windows-7-for-better-performance

    Also provide an observer event logs.
    Open event viewer
    http://Windows.Microsoft.com/en-in/Windows7/open-Event-Viewer

  • All my USB ports are disabled; keyboard and mouse do not work, can not navigate to reactivate their?

    After installing Java rebooted my system update, while booting it showed Eroor message 'BootMGR' missing, disabled bymistake USB ports, now my keyboard & mouse not working does not help?

    Hi Abhi SR,

    ·        How do you disabled the USB ports?

    ·        What you did to fix the "BootMGR" error missing?

    If you have disabled the USB ports in the BIOS (Basic Input Output System), you will need to use a PS2 Keyboard and enter the BIOS for their re help.

    Note: Changing the BIOS / chipset can cause serious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/chipset can be solved. Changes to settings are at your own risk.

    Hope the helps of information. Please post back and we do know.

    Concerning
    Joel S
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Bugs in the ColdFusion.navigate CF example?

    The pages which I reproduce double lines below, who are both on page 622 of ColdFusion developer and Guide in a simpler form on page 127 of the ColdFusion online reference manual online, appear to contain one or more bugs. First, when clicked on the link in the No. 1 window to run the javacript code: ColdFusion.navigate('windowsource.cfm','w2',mycallBack,myerrorhandler), Javascript complains "mycallBack is undefined". To work around this problem, you can put "mycallBack" in quotes. Same story with myerrorhandler, which should also be placed in quotes. But we're getting the message "function expected". But what function? The function mycallBack is duly defined at the top of the page...

    (Note to beginners Javascript: If you try this and you do not see the error messages, look in the lower left corner of the page; it will say "Error on page".) "You need to click the little exclamation point in yellow triangle to open the window for error.)

    As a relative beginner myself after 5 years of programming it would help me greatly to understand AJAX (and steal code that works!) If a person could not understand what is wrong with the example code below.

    And a second important question: when you receive Javascript errors, how can we ever find the line where it occurred? For details of all understand them do not appear in "View source", we has no idea where the problem is even when you said the line number. In this case the line number is 892 - which is VERY strange since it's the same line becomes number one, if you run the version Developers Guide or reference manual. But how could it be, as the Developers Guide version contains a previous section (illustration cfpod) not present in the version of the reference manual?

    On the other hand, it might be this line 892 is somewhere in one of includes? But where are they? There is a long list at the top of the resulting page (which can be seen in "View source"), for example,

    "< script type =" text/javascript"src="/CFIDE/scripts/ajax/messages/cfmessage.js "> < / script >
    "< script type =" text/javascript"src="/CFIDE/scripts/ajax/package/cfajax.js "> < / script >

    ... and 13 additional lines of includes which look like. But my CFIDE directory contains only the file wddx.js and nothing else. The above files are hidden? And even if we could find and insert them into the page "View Source", there MUST be a better way to know what call the Javascript line error messages! DOES ANYONE KNOW WHAT THIS COULD BE?

    I placed the simpler version (the one in the reference manual) following the double lines below. Note that there is a main page and a second page, names windowsource.cfm. This second page load in the window 2, as it should. We see the line "It's the markup of the"windowsource.cfm"" it contains, and if you write a few words within the < div > tag, they appear just where they should be. If of course the error does not happen until the function mycallback. I don't know why, but if I put a simple alert ('mycallBack now is') just inside that work, it never appears.

    Help, please!

    Peyton
    ================================================================================
    «"" "HOME PAGE:»»"»

    < html >
    < head >
    <!--> Reminder Manager puts text in the div. reminder window.cfm
    < script language = "javascript" >
    var = function() {mycallBack
    document.getElementById("callback").innerHTML = "< br > < br > < b > it is printed by the.
    Reminder Manager. < /b > ';
    }
    <!-the error handler opens an alert with the error code and message. ->
    var myerrorhandler = {function (errorCode, errorMessage)}
    Alert ("[In Error Handler]" + "\n\n" + "error Code:" + "\n\n" + error code "error)
    Message: '+ errorMessage);
    }
    < /script >
    < / head >
    < body >
    < name cfwindow = "w1" title = "CF window 1" initShow = true
    x = 10, y = 10 width = "200" >
    It's a cfwindow control. < br > < br >
    < a href = "javascript:ColdFusion.navigate ('windowsource.cfm', 'w2', 'mycallBack', 'myerrorhandler'); ">
    One click to navigate in the window 2 < /a > < /a >
    < / cfwindow >
    < name cfwindow = "w2" title = 'CF window 2' initShow = true
    x = 250 = 10 width = "200" >
    It is a second cfwindow control.
    < / cfwindow >
    < / body >
    < / html >

    SECOND PAGE (named windowsource.cfm):

    It's markup of the "windowsource.cfm".
    <!-Reminder Manager puts its output to the next div block. ->
    < div id = "reminder" > < / div >

    Thanks a lot, as well Daverms and you, cf_dev2, for helping solve me this problem. In fact, there was a citation error in the version of the code I was working mostly with - version of the developer's Guide (p. 622, based on figures at the top of the page, but p. 635 in doc PDF itself). It was a mistake of quotation mark double and may have indirectly led to the problems I encountered. The code that I copied it to my post was drawn from the reference manual (in fact, it was p. 127 x, where x is a digit - I said p. 127, because I read the number at the top of the PDF page, chops out the last digit - an error from Adobe, PDF manufacturers very! (Tsk, tsk). I guess the only mistake of the quote you are referring to is online:

    JavaScript:ColdFusion.Navigate ('windowsource.cfm', 'w2', 'mycallBack', 'myerrorHandler'),

    which I have single quotes on the javascript function names; I put those there because I get errors when I did, as I explained above. Again the code you sent me and code in the reference manual, has obviously no single quotes here, and it works for me, as he has done for you. I was sure that the version of the reference manual is no longer works, but maybe I was mistaken. I don't know why I had to put single quotes around the function names, but maybe it was an indirect consequence of the quotation mark missing in the error message, which, as you can see below, it was missing the double quotes to start the expression "Error Message:" the end of the line:

    Alert ("[In Error Handler]" + "\n\n" + "error Code:" errorCode + "\n\n" + Error Message: "+ errorMessage);

    Anyway, thanks again for you help, especially for pointing me FoxFire and its debugger, which will make my life easier in the future!

    Peyton

  • ColdFusion.navigate presentation CFFORM

    ColdFusion.navigate is supposed to submit a form to a specified target of ajax (for example cfdiv or cfwindow).
    In the code example Coldfusion.navigate function works if remove the name of the shape and the 'POST', but it returns a javascript "unhandled exception" error when you include the form name or id I tried many combinations cfdiv, cfwindow, specifying the name of the form, ID, Post, Get, etc... Still the same error...

    Oops, I had two arguments reversed...

    Should have been...
    ColdFusion.navigate('/cf8/text.cfm','myDiv',mycallBack,myerrorHandler,'POST','form1')

  • CFREE, CFGRID works does not after installation of CF9

    Just installed CF9 64bits and CF9.0.1 update on a Windows Server 2008 R2 box, using the IIS web server.  Everything works fine, but when I try to run. CFM files that contain < CFTREE > or < CFGRID > tags, I get a Java error 'OBJECT NOT FOUND' in IE 8.  And nothing is displayed in the sections CFTREE and CFGRID controls.  I checked the Java x 32 and x 64 are installed and work properly, testing on the Java web site.

    Firefox reports the problem in this way:

    load: class coldfusion.applets.CFTreeApplet.class not found.

    java.lang.ClassNotFoundException: coldfusion.applets.CFTreeApplet.class

    I made a dozen CF 5, 7 and 9 installs on different OS and never had this problem.  However, has been the first time, I installed CF on a Win Server 2008 R2 server.

    Nobody knows what can cause this and I hope a speedy resolution?  Without having to uninstall and reinstall CF.  If Java is installed and works well, what the result of improper installation?

    Would appreciate ideas, suggestions on how to solve this problem.  If the only way to correct one-install/re-install, can BTW, you just remove via Add/Remove Programs, and then reinstall?  Or are the hacks and other registry processes required for disassembly of the CF?  Not sure how 'clean up' the uninstallation must be, since I've had the chance to have having to do a uninstall-reinstall.  Thank you very much for any help or advice.

    Gary

    Problem solved.  Once more, thanks to Google, the only answer anyone having a similar problem could provide, would do an uninstall and re-install.  So I tried this and it worked.  Now the. CFM files that use CFFREE, CFGRID and othe related to Java code, normally.

    However, I just installed CF 9.0and not the 9.0.1 patch.  As a reminder, it was on Windows Server 2008 R2 with IIS 7.5.

    In case anyone cares, when I did the uninstall, I did nothing fancy, no registry hacks.  Just run uninstaller from Add/Remove programs and delete the folder root the C:\ColdFusion9 and all it's content (uninstall program left about 180 MB of files in there), then restarted.  Then reinstalled 9.0.

    I'm almost afraid to install the 9.0.1 patch on Windows Server 2008 R2, since everything works OK.  Because in the previous installation, I ran the 9.0.1 patch just after 9.0 and never tested the CFTREE/CFGRID tags up to version 9.0.1.  So I don't always know with 100% certainty, if it was a bad installation, or something to do with the 9.0.1, version that caused the problem (assumed it was a bad installation).

    If I decide to apply the patch, I will test and post the results here.  I'm sure I will at some point, if for nothing other than curiosity and preferred to have the latest update installed.  If anyone has any ideas on the question of whether the patch on this OS could cause the problem reappears, please let us know.  Thank you.

    Gary

  • Error Coldfusion.Navigate and IE7 (Javascript)

    Hello

    I have a page with a form containing a cfinput. When the user submits, Coldfusion.Navigate is called 3 times to update the various sections of the page. Everyone has his own called .cfm, it's own JS reminder and it's own cfdiv. I can get the correct data in each section, but I still have this error in IE7: error: 'document.getElementById (...)' is null or not an object... in reference to the callback JS function.

    The callback function, I get good data at the time when looking for an item id, which is something else the cfdiv id or an id of the div in the .cfm page called. If I have the div ID at all in .cfm called page, I get no data. If I make reference to the cfdiv ID within the callback, I get no data.

    I don't understand what is happening with the callback function. View source shows generated html div is named exactly as I name in the cfdiv, and yet if I search in the callback, nothing is displayed.

    I hope that you can see what I mean.

    This data gives back but IE7 error code:

    Why you even have that getElementById line in your function so it
    does nothing? just get rid of it. have and empty the js function to
    all of your reminders, if you need to keep the reminders at all...

    ---
    Azadi Saryev
    SABAI - Dee.com
    http://www.SABAI-Dee.com

  • JJUJ of printing works is not for Iphone 5 s

    I have 5 16GB iPhone after upgrading to IOS 10 to present JJUJ of printing works do not, now I have IOS 10.0.2 still not workng I need ide solution.

    Hello

    Go to settings touch id remove fingerprint and then add impressions back again.

    See you soon

    Brian

  • Searching for pictures of iOS 10 works is not as expected

    I have updated to a couple of my iOS devices (iPhone 6 and iPad Air) iOS 10, actually 10.1 public beta 1 now, but find the results obtained in the search of my library of ~ 5000 photos and videos quite modest.

    I very rarely get the images I'm looking for, if any.

    For example, 'find my photos from the Netherlands' Returns none so I have 122 in my library.

    The research of the city of Delft (that is the Netherlands) returns a single result, which, ironically, shows a screen indicating the word "Delft" on a local train.

    I wonder if there is the possibility of re-indexing of the library or the device can be done on a Macintosh, but I'm afraid user ios do not have such a luxury for now.

    In my troubleshooting process I spent from Italian to English, since this might be a reason for poor search results. But things have not changed.

    Of course, if I ask "Find my photos of the mountains" (or dogs by the way) I get decent results this image recognition works though, not much luck with geotags.

    Any idea?

    / P

    Wow!

    The answer to this question of mine has been overwhelming... (I'm kidding)

    In the meantime, FYI Apple has released the iOS 10.0.2 update that solves the problem of geotags.

    I can now find my photos from the low countries (or Switzerland or India also) and get the correct results.

    Nice

    / P

  • with firefox 43 yahoo and yahoo mail doesn't work does not correctly

    With the help of win 7 and firefox 43.0.1, I have 4 computers and now all have problems with yahoo and yahoo mail doesn't work does not correctly. Loading sites, but most of the features are missing and clicking on what whether changes to the lists of text. I have disabled flash / anti-spam etc., cleared cookies and cache and even firefox loaded down once again and have upgraded, no help. I'm forced to use IE now.

    I tried Yahoo support, they said try Firefox... In any case, it's Firefox and I found a solution using the 'Refresh Firefox' button. Whatever the problem was fixed on two of my computers so far. Got to update my setting again but it's 10 m, compared to the 10 hours I spent trying all that is nothing.

    Thanks for the help!

  • Firefox doesn't work does not correctly on Windows 10

    Well, I've upgraded to Windows 10 and since then, Firefox is not working properly (not not display graphics, google sites won't load do not, etc.), I tried uninstalling and reinstalling several times, I even waited for the new update... None of them worked. I read something about security certificates, saying I had to import them to Firefox, but the certificate that he mentioned did not exist in my computer. I have also disabled hardware acceleration, cleared my cache, even deleted my profile from my computer, all to nothing does not. It is sad to see the attached screen. (A text-only screen saying: "Firefox + Windows 10.) Perfect set")

    I hope you guys can resolve this problem as soon as possible. If this is happening to me, it happens to a lot of people.

    Did you secure yourself certificate errors? If Yes, do you use Avast, BitDefender, ESET or Kaspersky?

    If you do, we can give specific suggestions.*

    If this is not the case, a further 10 Windows users questions are report is that they were added to a family and their Firefox has been the subject of parental controls that causes seemingly random crashes. Try to turn off the parental control of Microsoft (or are not part of a family): http://windows.microsoft.com/en-us/windows-10/turn-off-microsoft-family-settings

    * For Avast, you can disable the part numerical analysis of Web Shield. I saw these steps in another post:

    1. Open the Avast dashboard on an affected system.
    2. Select settings in the left side menu.
    3. Adopt a Protection Active.
    4. Click on customize next to the Web Shield.
    5. Uncheck the option "Enable HTTPS analysis", and then click ok.
  • WhatsApp works do not last night... When I opened the app, it shows white screen and closed after a certain time.

    WhatsApp works do not last night... When I opened the app, it shows white screen and closed after a certain time.

    Try to do these steps, it should help:

    1 check WhatsApp update: Open App Store from your iPhone, click on updates, check if the application needs to update.

    2. restart your iPhone: hold down the sleep/wake button to it turn off and then turn it on again.

    3. close the app: multitasking opened by double pressing the Home button, slide the nonresponse apps up to close.

    4. go in the settings, press Whatsapp, touch turn off everything except mobile and notofications data.

    5. return to the home screen and open whatsapp.

    6. go in the settings, press Whatsapp and turn back.

    7. open whatsapp again. It should work now.

Maybe you are looking for