Join the Mozilla’s Test Days event from 9–15 Jan to test the new Firefox address bar on Firefox Beta 135 and get a chance to win Mozilla swag vouchers! 🎁

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Error with homepage on Firefox 106 (Linux)

more options

I'm using Firefox browser v106 on Linux (Debian distribution on amd64).

My settings use "Firefox Home" (Web Search and Shortcuts) as Homepage. When I try to open a new page or tab, I have an error : "Oops, something went wrong loading this content. Refresh page to try again".

Despite my research, impossible to fix this issue. In Web Developer Tools / Console, I have the log : "TypeError : sectionOrder is undefined", in file resource://activity-stream/data/content/activity-stream.bundle.js

Have you any clue to fix this issue without resetting my Firefox profile ?

I'm using Firefox browser v106 on Linux (Debian distribution on amd64). My settings use "Firefox Home" (Web Search and Shortcuts) as Homepage. When I try to open a new page or tab, I have an error : "Oops, something went wrong loading this content. Refresh page to try again". Despite my research, impossible to fix this issue. In Web Developer Tools / Console, I have the log : "TypeError : sectionOrder is undefined", in file resource://activity-stream/data/content/activity-stream.bundle.js Have you any clue to fix this issue without resetting my Firefox profile ?

被采纳的解决方案

You can try "Clear the startup cache..." via the "Help -> More Troubleshooting Information" (about:support) page.

定位到答案原位置 👍 1

所有回复 (7)

more options

Yes, don't reset your profile. Could you take a look at the sectionOrder preference:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button accepting the risk.

More info on about:config: Configuration Editor for Firefox. The moderators would like us to remind you that changes made through this back door aren't fully supported and aren't guaranteed to continue working in the future. Since we are checking/resetting, I feel comfortable mentioning it.

(2) In the search box in the page, type or paste browser.newtabpage.activity-stream.sectionOrder and pause while the list is filtered

On mine, running on Windows 10, there's a single match with this value: topsites,topstories,highlights

(3) Next step:

(A) If the preference has a Reset button (left-arching arrow) at the right end of the row, click that button to restore the default value for your build.

(B) If the preference has a blank value, consider assigning one: Double-click the preference to display an editing field, and change the value to topsites,topstories,highlights then press Enter or click the blue check mark button to save the change.

(C) If the preference doesn't exist -- Firefox shows a bar with Boolean Number String and a plus button -- this could indicate that your build has been modified from the default, maybe by your distribution. You could create a string preference with the above-reference value, but you might also check any forums your distribution maintains for Firefox.

more options

My configuration for browser.newtabpage.activity-stream.sectionOrder is properly defined : topsites,topstories,highlights (default value) by my problem persists even if i try to change it.

由Laurent Cheylus于修改

more options

This issue is with your distro version. Try downloading Firefox from Mozilla, unzip, and run firefox-bin from the folder and see if you have the same issue.

由jonzn4SUSE于修改

more options

No, my issue is not due to my distribution : my Firefox installation on my Linux desktop works well for years and is updated regularly with new version (Debian package).

This issue is certainly due to a corrupted file in my profile or an invalid setting but I can't find the cause of the error.

由Laurent Cheylus于修改

more options

I don't know what is the less drastic thing to suggest:

(A) Temporarily rename the prefs.js file (while Firefox is not running) to return most customized settings to defaults

(B) Reinstall Firefox (over the current installation, no uninstall needed) to refresh the program files in case there is code corruption or a version mismatch in the program folder

more options

选择的解决方案

You can try "Clear the startup cache..." via the "Help -> More Troubleshooting Information" (about:support) page.

more options

Thanks, my problem is resolved after "Clear the startup cache..." :)