Search Bar Issues MYSQLi

Hi, Just wondering if someone can have a look at what im doing wrong here?
PS All connections to the database work.
I get these three error messages:
Warning: mysqli_query(): Empty query in /home4/X/public_html/props_inventory.php on line 12
Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home4/X/public_html/props_inventory.php on line 13
Warning: mysqli_fetch_assoc() expects parameter 1 to be mysqli_result, boolean given in /home4/X/public_html/props_inventory.php on line 363
<?php
//Main Connection & Query
//Database Connection & Error
$con_host = 'X';
$con_username = 'X';
$con_password = 'X';
$con_database = 'X';
$con = mysqli_connect($con_host, $con_username, $con_password, $con_database);
//Main Query (on page load [Shows all records])
$sql = mysqli_query($con, $sql_search);
$row = mysqli_fetch_assoc($sql);
//Set production info variables
$prop_id = $row['id'];
$prop_title = $row['title'];
$prop_description = $row['description'];
$prop_colour = $row['colour'];
$prop_type = $row['type'];
$prop_size = $row['size'];
$prop_weight = $row['weight'];
$prop_material = $row['material'];
$prop_value = $row['value'];
$prop_location = $row['location'];
$prop_sublocation = $row['sublocation'];
$prop_quantity = $row['quantity'];
$prop_bc = $row['BC'];
$prop_datecreated = $row['datecreated'];
?>
<?php
//Search Bar
if($_POST['txt_search']) {
$search = $_POST['txt_search'];
elseif($_GET['searchprops']) {
$search = $_GET['searchprops'];
if (isset($search))
  $searchword = $search;
  $query_props = "SELECT * FROM props WHERE id LIKE '%".$searchword."%' OR name LIKE '%".$searchword."%' OR description LIKE '%".$searchword."%' OR colour LIKE '%".$searchword."%' OR type LIKE '%".$searchword."%' OR size LIKE '%".$searchword."%' OR weight LIKE '%".$searchword."%' OR value LIKE '%".$searchword."%' OR location LIKE '%".$searchword."%' OR sublocation LIKE '%".$searchword."%' OR BC LIKE '%".$searchword."%'";
if(!isset($search)){
  $query_props = "SELECT * FROM props";
$query_limit_props = sprintf("%s LIMIT %d, %d", $query_props, $startRow_props, $maxRows_props);
$props = mysqli_query($con, $query_limit_props) or die(mysql_error());
$row_props = mysqli_fetch_assoc($props);
?>

You have a lot of problems with your script below. First of all, you are using isset() incorrectly. The isset() function only tests if the field is set, not if it is empty. So even if the user doesn't enter anything, if the field is on the form it is set.
Next, why are you copying the value of one variable into another variable - $searchword = $search; ? What does that accomplish?
Finally, the argument you are passing to mysqli_num_rows() is a single row. You need to pass it the result set.
Fixed the main search bar issue, but still having problem with the num_row statement
Warning: mysqli_num_rows() expects parameter 1 to be mysqli_result, array given in /home4/mresnik/public_html/props_inventory.phpon line 47
<?php
//Search
if(isset($_POST['txt_search'])) {
  $search = $_POST['txt_search'];
  $searchword = $search;
  $query_search = "SELECT * FROM props WHERE id LIKE '%".$searchword."%' OR name LIKE '%".$searchword."%' OR description LIKE '%".$searchword."%' OR colour LIKE '%".$searchword."%' OR type LIKE '%".$searchword."%' OR size LIKE '%".$searchword."%' OR weight LIKE '%".$searchword."%' OR value LIKE '%".$searchword."%' OR location LIKE '%".$searchword."%' OR sublocation LIKE '%".$searchword."%' OR BC LIKE '%".$searchword."%'";
if(!isset($search)){
  $query_search = "SELECT * FROM props";
$search_query = mysqli_query($con, $query_search);
$row = mysqli_fetch_assoc($search_query);
$row_count = mysqli_num_rows($row);
?>

Similar Messages

  • 8.1.3 Caused Safari Search Bar Issue

    I Upgraded to 8.1.3 this morning and now the Safari search bar has moved to the very top of my screen, merged with the battery and use information. This is making it very difficult to use Safari as it is almost impossible to click on the search bar to enter my information.
    Help!

    Reset your device and check again afterwards...
    First, close off *all* running apps:
    Double-tapping the Home button will bring up the running apps icons along with an app screenshot "card" above the icon. Tap-drag the app's -card- (NOT the icon) up and off the screen.
    Reset your device:
    Device Reset (won't affect settings/data/music/apps/etc)
    1. Press and hold (& continue to hold) BOTH the Sleep/Wake button & the Home button.
    2. Continue to hold BOTH (ignoring any other messages that may show) until you see the Apple logo on the screen.
    3. Release BOTH buttons when you see the Apple logo and allow the device to boot normally.

  • Possible Solution to Google Search Bar Not Working/Safari Not Loading Pages

    Hello Apple Forums,
    I have recently encountered a possible solution to a problem with Safari. The one in which Safari fails to load any page associated with www.google.com. Especially the Google Search Bar—a feature I use frequently.
    After browsing through the forums about the Google Search Bar issue, I took my knewly gained knowledge, and decided to do some diagnosing for myself.
    This is what I have done so far to try and solve this issue:
    Run Daily, Weekly, and Monthly Cron Scripts
    Cleared the following caches:
    System Local Computer Cache
    System VM (Swap) Files
    Curent User Cache
    Current User Icon Cache
    Internet Explorer Download Cache
    Page History
    Web Site Cache
    Temporary Files
    Safari Downloads List
    Form Values
    Page History
    Recent Searches
    Site Icons
    Web Site Cache
    User Cookies (used by Safari)
    Finder Recent Applications
    Recent Documents
    Recent Folders
    Recent Servers
    Recent Files of AppleWorks 6
    Disk Utility Disk Images
    Preview
    QuickTime Player Favorites/Recent
    REALbasic Projects
    TextEdit
    VideoLanClient
    and Other caches of Acquisition Current Downloads
    Acquisition Recent Searches
    MSN Conversation History
    Vicomsoft FTP Client Icon Cache
    All of the above runnings of Cron scripts and clearings of Caches were done using Mac Pilot version 1.1.5 (yes the one on the site is an updated version, but I have not downloaded it yet). If you decide to use this program to clear caches, I advise not clearing the Installer Receipts under the System section as Installer Receipts are used to correctly repair permissions. I do not clear Find File Indexes either, because I use the Find File feature quite frequently on my computer and I do not want to have it re-index files all the time (perhaps I'll do it every few months or so to refresh what I've got on the harddrive). Remember, all the information given in this paragraph is relative to Mac Pilot version 1.1.5.
    In addition, I have also repaired permissions using Disk Utility 10.4.4 (v145.7) (make sure you restart your computer after you repair permissions). I have taken out items in /harddrive/library/StartUpItems as well as taking out items in /harddrive/library/Internet Plug-Ins and in /user/library/Internet Plug-Ins and in user/library/Caches (restart your computer after taking out or putting in items in these locations).
    As of now, all the information mentioned above about trying to fix this problem have NOT worked.
    What HAS WORKED for me was tinkering with my 3rd party firewall—Norton Personal Firewall Version 3.0 (48). Under the Protection Settings, I HAD Enable Active FTB support, Enable Stealth mode, Enable suspicious activity protection (with Deny outgoing suspicious traffic and Deny incoming suspicious traffic selected), Enable UDP Protection (with Protect outgoing UDP connections, Allow access to essential services, and Protect a range of UDP ports 1 through 1023 selected).
    What I CHANGED in Protection Settings was DESELECT Enable suspicious activity protection (with Deny outgoing suspicious traffic and Deny incoming suspicious traffic DESELECTED). Upon deselecting that information the Google Search Bar feature in Safari WORKED practically instantaneously. Before hand, anything I inputted into Safari and after hitting Return on the keyboard just wound up hanging there.
    Just to be sure, all tests were performed on:
    IMac G4 800 Mhz SD Mac OSX 10.3.9 with ALL the latest Software Updates, Except Apple Remote Desktop Client version 1.2.4 and iPod Updater 2006-01-10
    I have a cable internet connection with ISP Time Warner Cable (RoadRunner) using a SurfBoard SB4100 Cable Modem on an AirPort Extreme Base Station (Apple Base Station V5.6)
    Interesting side note: I have a PowerBook G4 15" 1 Ghz Mac OSX 10.3.9 Laptop running on the same network (although it has an airport extreme card as opposed to the regular airport card in the iMac) with ALL the same latest Software Updates, Except iPod Updater 2006-01-10. The Apple Remote Desktop Client version 1.2.4 does not come up on Software Update on the Laptop and I can not find it on the harddrive using a name search in the Finder Find feature. It does not show up in Applications folder, so I do not know if it is on or active on the Laptop.
    The LAPTOP IS ABLE TO USE ALL GOOGLE FEATURES without DESELECTING Enable suspicious activity protection (with Deny outgoing suspicious traffic and Deny incoming suspicious traffic DESELECTED). Why this is apparent I have not officially confirmed.
    What I do know is that I have tried to Uninstall Norton Personal Firewall Version 3.0 (48) with the appropriate uninstaller but it FAILS during the uninstall (I wanted to uninstall and reinstall, it appears the program became corrupted). What I did to possibly circumvent this was to search for the phrase 'Personal Fire" using the Finder's Find feature (Search for items whose name contains 'Personal Fire') and deleted all the files that came up related to Norton Personal Firewall Version 3.0 (48). I then reinstalled Norton Personal Firewall Version 3.0 (48) since then, and it continues to have the problem with Enable suspicious activity protection (with Deny outgoing suspicious traffic and Deny incoming suspicious traffic selected).
    What I have not done:
    Updated Prebinding
    Run TechTool Pro version 4.1.2
    Install Combo OSX 10.3.9
    Initialize HardDrive with complete reinstallation of OSX 10.3.9
    To Summarize Possible Solution
    I've tried many possible solutions, what appears to work best as of now is to DESELECT Enable suspicious activity protection (making sure Deny outgoing suspicious traffic and Deny incoming suspicious traffic are deselected) under Protection Settings in Norton Personal Firewall Version 3.0 (48).
    One could try deselecting something similar in any firewall application other than Norton Personal Firewall Version 3.0 (48), to see if it is suspicious activity settings in firewalls that cause the problem.
    Any comments/feedbacks are extremely welcome.
    Hope It Helps!
    iMac G4 800Mhz SD 10.3.9 & PowerBook G4 15" 1 Ghz 10.3.9    
    iMac G4 800Mhz SD    
    iMac G4 800Mhz SD    
    iMac G4 800Mhz SD    
    iMac G4 800Mhz SD    
    iMac G4 800Mhz SD    

    Hello tr:
    Welcome to Apple discussions and thank you for your very very thorough post.
    Your instincts to delete anything named "Norton" were right on the mark. Norton software is POISON to Macs running OS X. An additional software firewall is, IMHO, completely unnecessary. Turn on the built-in firewall in OS X - it is robust. In fact, if it is already on, there may be a conflict.
    Go to Symantec's web site and use the uninstaller you should find there to get rid of the Norton stuff. After you do that, do a "find" on Norton and Symantec to be sure it is all gone - the stuff hides everywhere.
    Barry

  • Search bar looks messed up. Issue with search engines bar.

    My search bar\search engines bar and options=} Search looks messed up. What is wrong and how to fix it?
    Thanks in advance
    P.S.: Look for screenshots here:
    With theme turned on (FT Dark):
    https://monosnap.com/image/64F5nsnOXxOizGCeVK9ARaPI6o0pvU
    https://monosnap.com/image/wTYZIBdhY8G0qdlo0A2uejxWnmPYIM#
    With theme turned off:
    https://monosnap.com/image/3P0USlJSmFWkjIcLh13dQkNIG1taEC#
    https://monosnap.com/image/FXweJdBlTFD9kqm860dNnnZiQaKA7s#

    hello Simpetus, please report that issue to the theme's developer - the changes in the search interface landed in firefox 34 without the usual grace period, so they might not have had enough time to prepare & adapt.

  • I have an issue with the search bar features

    so the search bar changed recently and it's crap.. basically, it pops up way more information than needed as i'm typing in my search, and if my mouse happened to move over a random button when i hit "enter" it searches a different engine or goes to "change search settings".. these buttons do not need to be engaged with the enter button, it's really annoying.. in the screenshot picture i took it removed my cursor but you'll notice that "change search settings" is highlighted, if i were to press enter it wouldn't search, it would open settings

    If you want to revert changes made to the search bar and have the standalone window to manage search engines then you can toggle this pref to false with a middle-click on the <b>about:config</b> page.
    *<b>browser.search.showOneOffButtons</b> = false
    Close and restart Firefox to make the change effective.
    You can open the <b>about:config</b> page via the location/address bar.
    You can accept the warning and click "I'll be careful" to continue.
    *http://kb.mozillazine.org/about:config

  • Why do google search results reset to match the search bar terms when i use the back button?

    Since the update to FF 23, the list of Google search results clears and the on-page search box is reset to match the address bar search box when I hit the back button to re-view the results list after checking a result.
    To see this issue for yourself, set your search provider to Google and make sure Instant is on. Type a search term into the search bar and press enter. A google page appears with your results list. Now, change your search terms or conduct a new search directly from the google page (without using the FF search bar). Click on the first result in the search list, then click the back button to return to the search results so you can check a differest result. As FF goes back to the google page, it will reset the on-page search box to match the FF search bar (although you were no longer on this search) and all search results will disappear, replaced by the message "Press enter to search". Pressing enter reconducts your old search, not the one you were on.
    This is incredibly maddening since searching for something requires frequent use of the back button to check through the list of search results, and then frequently trying the search again with slightly different terms. Although it sounds like a Google issue, it did not occur on the old firefox and has me wanting to revert. I tried to revert to the old search function via the "keyword search" addon, but this did not fix my issue. Is there a way to force FF to go back to the actual google search page I was just on instead of conducting a new google search from the FF search box when I hit the back button?

    In Firefox 23 versions and later the keyword.URL pref is no longer supported and it is no longer possible to specify the search engine for the location bar via the keyword.URL pref.<br />
    The search engine that is used on the location bar and on the about:home page is the search engine that is selected in the search Bar on the Navigation Toolbar.<br />
    Current Firefox versions do not update the about:home home page until you refresh the page (future versions will do this automatically without a refresh) and that is what happens if you use the Back key.
    You can install the Keyword Search extension to specify with search engine to use for the location bar and which search engine to use for the about:home page via the Options/Preferences windows of this extension, accessible via the about:addons page.
    * Keyword Search: https://addons.mozilla.org/firefox/addon/keyword-search/

  • After updating to FireFox 16.0.1 in Windows, the address bar stopped working, as well as the search bar, though not immediately. Reinstall didn't fix it.

    Initially I downloaded an AOL-optimized version, but when the problems came up I reinstalled the regular version and it was fine. Two days ago it randomly started again. Address bar won't go anywhere with enter or pressing the arrow button, and the search bar has no search engine. Trying add a search engine by clicking "manage search engines" doesn't help; the "add search enginges" button is unresponsive and there are none in the list to choose from. I uninstalled everything including my customizations and personal settings and reinstalled, which still didn't help. I tried disabling all the plugins and that didn't work either. I even tried searching from the FireFox home page search, since at that point it was the only page I could get to, and even that wouldn't search. The most recent add-on I downloaded was the Evernote Web Clipper I think, but it didn't seem to coincide with the start of the problems.
    Update: I ran a malware program (MalWareBytes) and it came up with nothing. I also got back into FireFox to get the Troubleshooting Information and added it in. In addition, here's my complete plugin/extension list:
    Plugins:
    Foxit Reader Plugin for Mozilla 2.2.1.530
    Google Earth Plugin 6.2.0.5788
    Google Update 1.3.21.123
    Java Deployment Toolkit 7.0.90.5 10.9.2.5
    Java (TM) Platform SE 7 U9 10.9.2.5
    Microsoft Office 2010 14.0.4761.1000
    Microsoft Office 2010 14.0.4730.1010
    Microsoft Windows Media Services 4.1.0.3917
    Shockwave Flash 11.4.402.287
    Silverlight Plugin 4.1.10329.0
    Windows Live Photo Gallery 14.0.8081.709
    Extensions:
    avast! WebRep 7.0.1473

    Sorry you are having problems. First of all try Fifrefox's safemode.
    *[[Troubleshoot Firefox issues using Safe Mode]]
    If that works post back for further advice.
    Next step, if safe mode did not work.
    <u>First: Try a clean install, <sub>(you have had a none standard version installed previously)</sub></u><br /> that involves deleting the program files. Then if necessary try troubleshooting by creating and using a clean empty Firefox profile.
    See
    * this recent post [/questions/940399#answer-377134]
    * http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Clean_reinstall
    <u>Second: try a New Profile</u>
    *http://kb.mozillazine.org/Profile_Manager#Creating_a_new_profile
    * this will be an additional profile, it is still worth backing up any existing or currently working profile on a regular basis
    **[[Back up and restore information in Firefox profiles]]
    * Until you are absolutely confident about the repercussions I suggest
    ** always use an empty folder when creating a new profile
    ** never delete or rename profiles, just disable or remove shortcuts
    ** after creating a new test profile open it and check for any addons or plugins that may be have been included by default

  • Firefox give me a blank white screen when i open it and when i type in an address in the search bar it just say new tab on the top left hand corner and its cont. to be a blank white page. IDK?

    k when i double click on the fire fox short cut on my desk top or the tab under the start button, my firefox gives me a blank white screen with the phase " new tab" on the top left hand corner as if u clicked for another window. Even though its the 1st window that opens. when i type a website in the search bar it regristers but it just goes to the blank white screen w the new tab phase. i tried to open some of my bookmark sites and still the same thing.. a blank all white page. ive tried re-download the fire fox 6.0 then i deleted my current firefix then re-downloaded it again.. still nothing :(. im currently usaing my interner explore to write this and search the net.

    Hello,
    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • Firefox stops responding for about 30 seconds after hitting Enter on any website's search bar, even the built in Google search or when signing into Facebook.

    As the title says, I run Firefox Beta 6 and just reinstalled Windows 7 Professional on my system due to seriously messed up Windows update, and when I downloaded and installed Firefox, I noticed every time I searched using the Google search next to the URL bar, FF would freeze for about 30 seconds to a minute, with nothing running in the background and no other programs running. I also disabled all Add-Ons and it still continues to act up, so that leads me to believe it's a FF issue, but even on every other website when using the search bar as soon as I hit enter, it locks up and stops responding then goes back to normal about 30 secs later, or if I sign into Facebook it does the same, and even when I had the FF 5 Beta before I had to reinstall I never had a problem.

    I managed to solve this problem as my computer has been giving me problems lately and completely froze on me the other day thanks to Game Booster Beta 3 and completely screwed with Windows 7 to the point I almost had to reinstall again, but I managed to fix all my problems and if you would just follow my link here over to my post on Seven Forums then it would be easier then explaining it again.
    http://www.sevenforums.com/system-security/180714-windows-7-professional-64-bit-logs-but-almost-frozen-3.html#post1550277 The reason for this is if you shut down your computer while running Firefox, it's possible you corrupted your User Profile for FF and if you follow my instructions you can repair it instead of making a new, so just follow the link, read my post and if you have anymore problems just message me on Seven Forums. Have a nice day and hopefully you get it all fixed. :b

  • Safari is saving every site I've been on into the search bar on my MacBook AIR OMG soooo MAD!! Help PLEASE!!!!!!

    Today I went to PowerPoint and then I clicked Insert > Slides from > Other Presentation
    Now a box pops up and says "Choose a File" on the title bar. Then it says Choose a file containing slides you want to insert
    So now it says: search:    This Mac   Home    Desktop    Contents   File Name with    "this mac" and "contents" highlighted
    And then in the search bar to the far right with the magnify glass I typed the phrase "nos.." by accident...then I noticed almost EVERY webpage/instragram/youtube I've ever been on comes up, some of them listed numerous times.
    I see all these random youtube videos Ive watched, all these websties, and the worst peoples instagrams that Ive been stalking LMAO!! Like when I type in for example "ashley" it comes up ashley9234 (for example) instagram 6 times in a row listed, but some pages only once, all these webpages everything omg I cant sleep knowing almost every site Ive ever been to is there..and you cant click it or delete it, I just dont like to see it.
    And I did click "Reset Safari" , clear history everynight before I turn off my computer, but you see that is not the problem...the problem is that why stuff Ive visited from even 7 months ago show up , and why some are listed numerous times like 6 times in a row...omg Apple...you have let me down big time. Now I can never sell my mac ever!!! So next laptop is soo gonna be Sony or something..guys please..I really really really need your help Im losing sleep over this
    Can you guys try it...I just incidentally happened to see this when I was tryna do something search with PowerPoint and typed in the word "nos" and it came all these listings with beginning "nos"
    Try it out guys!! See if it happens for you and tell me the way to get rid of all of that under content finder, or search this Mac....PLEASE I wanna break my laptop!!!!!! I am soo mad Not that I visit any bad sites but I do like fb and insta stalking sometimes ahaa and i just dont like these peoples names or kardashian blog websites showing up for myself..even though no one will ever see it ..it makes me not ok.

    Yes, I do that every 30 minutes, thats not the issue tho, because it shows like for example, 4 months ago i search a celebrity on wikipedia ONCE, and it shows up if you type that first name in the search bar......
    Is there ANYWAY to get rid of this bug..or does Apple Mac come with a defect....is this happening for other people, can someone please check, I asked my friend it comes for her too, but way less results, and sometimes when she resets safari hers goes away for the moment, and comes back later when u search...hmmm strange...
    need help!!!

  • Safari won't restore window/toolbar/URL/search bar

    HI all,
    I have a very baffling situation.  We have MacPro 2010 on 10.8.  recently my son complained that his Safari doesn't work.  I looked at it:
    1.  open Safari, and you get the menubar, but no browser window
    2.  under the menu-->windows, I find "untitled".  when I click on "untitled" a window shows up with just the "home" icon and the homepage.  no other toolbar.  "cmd-L" won't let you type URL.  no search bar either.
    2a.  tried "Reset Safari"  no change
    3.  I tried changing the toolbar to default (with the address/search icon) through "customize toolbar", but no go
    4.  deleted .plist, ~/Library/Safari   still won't recover the standard window
    4a.  after deleting .plist ~/Library/Safari, I rebooted the machine.  no change
    5.  when I open a new window, nothing shows.  but it lists additional "untitled" window under menu-->window
    on all other accounts on the machine, the Safari works fine.
    right now I'm accessing the web using Firefox.
    how does one COMPLETELY reset Safari?  if I can avoid deleting ~/Library that would be good.  but if that is what it will take, I'll do it.
    it's annoying how apple seems to hide application support files that it is no longer contained in the ~/Library/Preferences, etc file.  (ran into ghost iCal stuff that will keep resurrecting itself!)
    I'm very savvy with Terminal and other UNIX commands.  so willing to try things.
    thanks for any help!

    The culprit may be a Safari extension or third party plug-in ...
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test. If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.
    If it's not an extensions issue, try troubleshooting third party plug-ins.
    Back to Safari > Preferences. This time select the Security tab. Deselect:  Allow plug-ins. Quit and relaunch Safari to test.
    If that made a difference, instructions for troubleshooting plugins here.
    If that didn't help, Open a Finder window. From the Finder menu bar click Go > Go to Folder
    Type or copy paste the following:
    ~/Library/Caches/com.apple.Safari/Cache.db
    Click Go then move the Cache.db file to the Trash.
    Quit and relaunch Safari to test.

  • How can I remove google custom search bar from about:newtab page

    When I open Firefox or a new tab I have it set to about:newtab which is great and all. Just recently I noticed a Google search bar on the new tab page though, that it immediately sets my cursor to. I prefer typing in the normal address bar at top. If I don't think to take that extra tedious step to click on the address bar before typing it opens to Google Custom Search Engine. Which does not have the images, maps, etc tabs along top. Making a simple task of researching something or other purpose just that much more annoying to do, because I'll have to type into the address bar anyways.
    So I was hoping there is a way to remove this annoying Google Custom Search Bar from my about:newtab?
    Or at the least make my cursor start in the address bar, not the Google Custom Search Bar.
    This is a screen-cap of the Search Bar. http://gyazo.com/d75ccdea9b9d0bb4a3d347664be73771

    Sometimes a problem with Firefox may be a result of malware installed on your computer, that you may not be aware of.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://general-changelog-team.fr/downloads/viewdownload/20-outils-de-xplode/2-adwcleaner ADWCleaner]
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

  • I am Unable to Type or use Keyboard in Firefox 18.0 anywhere including URL bar and Search Bar. how should rectify this?

    I am unable to type anything or use keyboard to type in Firefox. I am using Firefox 18.0 installed on Windows 7.
    I am able to Paste into the URL bar and also the Search bar but absolutely not able to type in it.
    I have already tried the "reset" option but still unable to type.
    Also tried Firefox in safe mode with disabled addons but still unable to type.
    Installed a fresh copy of firefox after uninstalling Firefox and deleting the old folder "Mozilla Firefox" from windows. but still unable to type.
    Please tell me a solution to this.

    I'm not on a laptop so I don't have a FN key. But on my desktop F9 + Windows key appears to have resolved the issue for me. Thanks for the help!

  • How can I keep my search bar on Google and NOT Aol?

    After I downloaded the latest version of AIM, my Firefox search bar keeps changing to Aol search. I loathe it. Everyday I do the about:config and change it back to Google and everyday it changes back to Aol! What can i do since changing it to Google obviously doesn't work
    == This happened ==
    Every time Firefox opened
    == a month ago

    Hi Roxanne,
    Have you scanned your computer recently for malware?
    Download this tiny program called Gooredfix from here http://jpshortstuff.247fixes.com/GooredFix.exe
    Once downloaded, close all Firefox windows.
    Open the GooredFix.exe file, and in the little black box that appears, press 1 and enter.
    A white window will pop up. See if anything is found under the heading ==Suspect Goored Entries==. If so, open the GooredFix.exe file again and press 2 and enter.
    Open up FireFox and see if your still having issues.
    Also best to check your installed programs and uninstall anything you don't want in there. Also, do the Malwarebytes scan and virus scanning in Safe Mode if possible.
    Let me know if that helps--if not we'll try something else.

  • Safari Search Bar is S-L-O-W in Yosemite.

    I have a MacBook Pro that I bought in August 2013.  Last week I updated the OS to Yosemite.  I completed the updates.
    My internet provider is XFinity and I have 65 mpbs speed which I have confirmed with speediest.net as operating properly.  My Wifi an Apple Airport Extreme purchased in August 2014 (just a few months ago).  ALL WORKING GREAT BEFORE YOSEMITE.  Now I have the following problems:
    1.  The first time you do a web search in Safari, page loads quickly with options related to your search.  Then, click on the link you want and everything goes to a CRAWL.  You can get up and make a sandwich, come back and the page still hasn't loaded.  The only way I have figured to work around this is to type the web address from the list of results DIRECTLY into the search bar.  Then it is a crap shoot as to whether the page will load quickly or not.  Sometimes I am able to get to the webpage I need, authorities it hangs up again.
    I got out my old Macbook Pro that has not been upgraded (to Yosemite), tried the exact same web searches on the same network.  I put the machines side by side and entered the same searches in Safari.  Guess what - on the Mavericks OS, hey loaded almost immediately with no delay.
    Any ideas how to fix this issue.  We are not using this machine for web searches in the meantime.  Takes too much time and too frustrating.
    2.  The other issue we have relates to Keynote Remotes.  I paired up my iPod touch to the MacBook Pro with Yosemite and everything work fine.  Took the two machines to school, they worked perfectly.  Then at school, after connecting to the Apple TV, the remote would not work.  Error message says the devices are not on the same network, when in fact they are on the same network.  Brought the devices home, connected to my network here and confirmed the settings.  Restarted both devices.  Still same error that it is not on the same network.  Strange....
    Anyone?

    ours has been fine, never had any problems with any slowness. the only irritating "slowness" we've experienced is in uploading content. but the iTunes U interface itself has always worked brilliantly for us.
    maybe there are issues with the internet connection you are on?

Maybe you are looking for

  • ITunes library not included in media browser, can't share with iLife apps

    My iTunes library is no longer included in my media browser previews in other iWork and iLife applications. Not sure when it disappeared, but I know it used to be there! Only recent changes I can think of are I recently migrated all data and accounts

  • Order-related billing for item category TAN

    Hi All, How can I make item category TAN order related-billing document? I already changed the settings for TAN: Billing Relevance - B (Relevant for order-related billing) And maintained the copy control between sales document and billing document fo

  • Jsf - tiles

    hi all! I'm developing a new application,and I'm using JSF. I want to use struts-tiles for the general layout of the page. can I use a tiles-defs.xml file like <definition name=".baseLayout" path="/WEB-INF/strutsTemplates/base-template.jsp"> <put nam

  • Portuguese characters in Command Prompt

    Hello. I have a similar problem but in Portuguese. I've written an application in LUA connecting to an Oracle 11gR1 database, running on Windows Vista Business 32. The database charset is WE8MSWIN1252. I have a table in which there is a column that h

  • Blocked Invoices in Table VFX3 KNVV table ?

    Hi All, Can someone please tell me how i can realease a blocked invoice in table VFX3 KNVV ? Thank you Priya Points will be assigned