Closed
Bug 645189
Opened 15 years ago
Closed 5 months ago
about:Home, Home Page not working
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: rebron, Unassigned)
Details
(Whiteboard: [about-home])
From error console:
Error: gSearchEngine is null
Source File: chrome://browser/content/aboutHome.js
Line: 184
let searchEngineInfo = SEARCH_ENGINES[gSearchEngine.name];
Search is not functional and snippets are not showing up.
| Reporter | ||
Comment 2•15 years ago
|
||
Not a dupe of 644947. All of the about Firefox links work for me.
This is specifically about:home
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Comment 4•15 years ago
|
||
This can have 2 causes:
1. you disabled domstorage in about:config
2. you first started firefox 4 through a link having a hardcoded address in the command line
this is most likely a dupe of bug 615785.
Workaround:
1. ensure dom.storage.enabled is true
2. reset browser.startup.homepage_override.buildID
3. restart the browser through the common shortcut
Updated•15 years ago
|
Whiteboard: [about-home]
| Reporter | ||
Comment 5•15 years ago
|
||
The workaround isn't doing it for me. A new profile is always going to help, can't really expect users to go through that process though.
Comment 6•15 years ago
|
||
Yeah but surely dom.storage.enabled will only have been changed by users already comfortable with about:config?
Comment 7•15 years ago
|
||
The workaround should work, are you sure you are not starting firefox from a custom shortcut or third party software? was your dom storage disabled?
| Reporter | ||
Comment 8•15 years ago
|
||
dom.storage is enabled. I'm on Mac OS X so it's a standard dock icon. No other 3rd party software. The only thing that's funky is that I was on nightlies and went to production Firefox 4, so I'm sure I'm an outlier.
There's something funky here -
From error console:
Error: gSearchEngine is null
Source File: chrome://browser/content/aboutHome.js
Line: 184
let searchEngineInfo = SEARCH_ENGINES[gSearchEngine.name];
So, I'd assume I horked something in Search Engines and/or aboutHome.js.
Comment 9•15 years ago
|
||
Do you have a chromeappsstore.sqlite file in your profile folder? If so could you attach a compressed version of it? it doesn't contain any privacy sensitive data.
Updated•3 years ago
|
Severity: normal → S3
Updated•5 months ago
|
Status: NEW → RESOLVED
Closed: 15 years ago → 5 months ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•