#48993 closed defect (bug) (invalid)
Admin Bar hover (f.hoverintent) not working
| Reported by: | initiateit | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Administration | Version: | 5.3.1 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | ui, javascript |
Description
Fresh install of 5.3.1 on a freshly created site with nginx and new database. The admin bar has no rollovers so i cant logout for instance. Chrome shows the following error in the console;
load-scripts.php?c=1…e,wp-util&ver=5.3:3 Uncaught TypeError: f.hoverintent is not a function
at HTMLDocument.<anonymous> (load-scripts.php?c=1…e,wp-util&ver=5.3:3)
(anonymous) @load-scripts.php?c=1…e,wp-util&ver=5.3:3
For whatever reason the dashboard also keeps telling me I have an update (5.3.1) to be installed even though that is the version i downloaded and installed. Upon trying to update it has a blank screen then shows me the 5.3.1 feature set splash screen.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)

I upgraded to php7.4 and this problem went away. Switching back to 7.3 and the problem is gone as well. Might have just needed to restart nginx is all.