- Печать
Страницы: [1] 2 Все Вниз
Тема: Komodo Edit удалить старую, поставить новую версию (Прочитано 3883 раз)
0 Пользователей и 1 Гость просматривают эту тему.

mastak777
Перестал работать Komodo Edit. Выдает:
Попытался удалить: sudo aptitude remove komodo-edit
И поставить новую: sudo apt-get install komodo-edit
Все вроде бы отработало, но результат тот же.
Возможно мешает русификатор.
Подскажите, как правильно все удалить и поставить заново.

AlexBKost
Я странен, а не странен кто ж? (С)

mastak777
Я уже устанавливал ранее через apt-get install komodo-edit и проблем не было.
Сейчас я прошу совета, как можно аккуратно все удалить, потому что я даже не знаю в какой папке все это находится.

mastak777
Для установки и удаления Komodo Edit 9 я пользуюсь указаниями по ссылке http://ubuntuhandbook.org/index.php/2015/11/install-komodo-edit-9-3-ubuntu-1510/
Удаляю старое:
sudo apt-get remove komodo-edit && sudo apt-get autoremove
Ставлю новое:
sudo add-apt-repository -y ppa:mystic-mirage/komodo-edit
sudo apt-get update
sudo apt-get install komodo-edit
Однако при старте Комодо вылезает та же ошибка:
XML Parsing Error: undefined entity
Location: chrome://komodo/content/komodo.xul
Line Number 289, Column 17: <menuitem id=»editor-context-removePrevWordInCaretSet»
—————-^
Пробовал удалять/устанавливать через Synaptic — все то же самое.
Поиск по Гуглу уводит в какие-то дебри.
Что делать не знаю.
Пользователь добавил сообщение 01 Августа 2016, 23:47:21:
У кого-нибудь вообще установлен этот Комодо?
« Последнее редактирование: 01 Августа 2016, 23:47:21 от mastak777 »

coder-ex
сделай вывод
dpkg -l komodo*
Разработка торговых систем и прикладного ПО для FOREX и FORTS. Программирование на MQL4, MQL5, C++ Qt.

mastak777
сделай вывод
dpkg -l komodo*
Вот:
at@VirtualBox:~$ dpkg -l komodo*
Желаемый=неизвестно[u]/установить[i]/удалить[r]/вычистить[p]/зафиксировать[h]
| Состояние=не[n]/установлен[i]/настроен[c]/распакован[U]/частично настроен[F]/
частично установлен[H]/trig-aWait/Trig-pend
|/ Ошибка?=(нет)/требуется переустановка[R] (верхний регистр
в полях состояния и ошибки указывает на ненормальную ситуацию)
||/ Имя Версия Архитектура Описание
+++-==============-============-============-=================================
ii komodo-edit 10.0.1+17276 amd64 Komodo Edit is a free, open sourc
un komodo-edit-gl <нет> <none> (описание недоступно)
un komodo-edit-ru <нет> <none> (описание недоступно)

coder-ex
сделай вывод
dpkg -l komodo*Вот:
at@VirtualBox:~$ dpkg -l komodo*
Желаемый=неизвестно[u]/установить[i]/удалить[r]/вычистить[p]/зафиксировать[h]
| Состояние=не[n]/установлен[i]/настроен[c]/распакован[U]/частично настроен[F]/
частично установлен[H]/trig-aWait/Trig-pend
|/ Ошибка?=(нет)/требуется переустановка[R] (верхний регистр
в полях состояния и ошибки указывает на ненормальную ситуацию)
||/ Имя Версия Архитектура Описание
+++-==============-============-============-=================================
ii komodo-edit 10.0.1+17276 amd64 Komodo Edit is a free, open sourc
un komodo-edit-gl <нет> <none> (описание недоступно)
un komodo-edit-ru <нет> <none> (описание недоступно)
Вот этот пакет удаляй:
sudo apt-get purge komodo-edit
а остальные у тебя не установлены. Если потребует сделать autoremove то сделай после удаления.
« Последнее редактирование: 02 Августа 2016, 07:59:09 от coder-ex »
Разработка торговых систем и прикладного ПО для FOREX и FORTS. Программирование на MQL4, MQL5, C++ Qt.

mastak777
вот этот пакет удаляй:
sudo apt-get purge komodo-edit
а остальные у тебя не установлены
Извини, ты не ошибся? Ведь я же удалю основной пакет, а что же останется?

coder-ex
вот этот пакет удаляй:
sudo apt-get purge komodo-edit
а остальные у тебя не установленыИзвини, ты не ошибся? Ведь я же удалю основной пакет, а что же останется?
purge удалит полностью пакет с его настройками, после полного удаления так же обнови свой список пакетов.
Разработка торговых систем и прикладного ПО для FOREX и FORTS. Программирование на MQL4, MQL5, C++ Qt.

mastak777
purge удалит полностью пакет с его настройками, после полного удаления так же обнови свой список пакетов.
Удалил, обновил пакеты. Запустил установку
sudo apt-get install komodo-editНо в результате все то же самое.

coder-ex
purge удалит полностью пакет с его настройками, после полного удаления так же обнови свой список пакетов.
Удалил, обновил пакеты. Запустил установку
sudo apt-get install komodo-editНо в результате все то же самое.
проверь после установки по dpkg какие пакеты встали, если будет прошлый вывод, то попробуй доставь пакеты komodo-edit-gl и komodo-edit-ru
я правильно понимаю, это про него https://habrahabr.ru/post/229111/
« Последнее редактирование: 02 Августа 2016, 08:46:27 от coder-ex »
Разработка торговых систем и прикладного ПО для FOREX и FORTS. Программирование на MQL4, MQL5, C++ Qt.

mastak777
проверь после установки по dpkg какие пакеты встали, если будет прошлый вывод, то попробуй доставь пакеты komodo-edit-gl и komodo-edit-ru
Вывод по dpkg в точности как в прошлый раз.
Попытка добавить доп.пакеы вот что показывает:
at@VirtualBox:~$ sudo apt-get install komodo-edit-gl
[sudo] password for at:
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
E: Не удалось найти пакет komodo-edit-gl
at@VirtualBox:~$ sudo apt-get install komodo-edit-ru
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Пакет komodo-edit-ru недоступен, но упомянут в списке зависимостей другого пакета.
Это может означать, что пакет отсутствует, устарел, или доступен из источников, не упомянутых в sources.list
E: Для пакета «komodo-edit-ru» не найден кандидат на установку
at@VirtualBox:~$
Пользователь добавил сообщение 02 Августа 2016, 08:58:46:
я правильно понимаю, это про него https://habrahabr.ru/post/229111/
Да, это он самый. Только версия другая.
« Последнее редактирование: 02 Августа 2016, 08:58:46 от mastak777 »

coder-ex
проверь после установки по dpkg какие пакеты встали, если будет прошлый вывод, то попробуй доставь пакеты komodo-edit-gl и komodo-edit-ru
Вывод по dpkg в точности как в прошлый раз.
Попытка добавить доп.пакеы вот что показывает:at@VirtualBox:~$ sudo apt-get install komodo-edit-gl
[sudo] password for at:
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
E: Не удалось найти пакет komodo-edit-gl
at@VirtualBox:~$ sudo apt-get install komodo-edit-ru
Чтение списков пакетов… Готово
Построение дерева зависимостей
Чтение информации о состоянии… Готово
Пакет komodo-edit-ru недоступен, но упомянут в списке зависимостей другого пакета.
Это может означать, что пакет отсутствует, устарел, или доступен из источников, не упомянутых в sources.listE: Для пакета «komodo-edit-ru» не найден кандидат на установку
at@VirtualBox:~$
Пользователь добавил сообщение 02 Августа 2016, 08:58:46:
я правильно понимаю, это про него https://habrahabr.ru/post/229111/
Да, это он самый. Только версия другая.
складывается ощущение, что нарушены зависимости, посмотри в ту сторону
Разработка торговых систем и прикладного ПО для FOREX и FORTS. Программирование на MQL4, MQL5, C++ Qt.

mastak777
складывается ощущение, что нарушены зависимости, посмотри в ту сторону
Вполне возможно. А как их проверить и справить? Сам я слабо разбираюсь в этом, поскольку Ubuntu мне нужна исключительно для работы с perl, и по большей частью я сижу в Винде.

coder-ex
складывается ощущение, что нарушены зависимости, посмотри в ту сторону
Вполне возможно. А как их проверить и справить? Сам я слабо разбираюсь в этом, поскольку Ubuntu мне нужна исключительно для работы с perl, и по большей частью я сижу в Винде.
тут много раз поднимались темы по данным вопросам, нужно смотреть чего из зависимостей нарушено либо не хватает, сделай поиск по форуму
Разработка торговых систем и прикладного ПО для FOREX и FORTS. Программирование на MQL4, MQL5, C++ Qt.
- Печать
Страницы: [1] 2 Все Вверх
Форум
Программа не открывается.
Скачал программу, ознакомился с меню, закрыл, через некоторое время пытаюсь открыть снова, вместо программы выскакивает небольшое окно с текстом: XML Parsing Error: undefined entity
Location:
chrome://komodo/content/komodo.xul
Line Number 289, Column 17: <menuitem id=»editor-context-removePrevWordInCaretSet»
—————-^
Гость
0
0
0
0
25.09.2016, 20:49
Возможно, при закрытии программы возникли какие-то проблемы. И к этому явно какое-то отношение имеет браузер хром. Попробуйте либо закрыть хром (если он открыт), либо перезагрузить компьютер целиком. Если не поможет, будем думать дальше.
Вопрос и ответы были вам полезны?
Да
Нет
Попробуйте также:

Содержание
- Xml parsing error undefined entity xul
- Выбранное решение
- Все ответы (6)
- Xml parsing error undefined entity xul
- Chosen solution
- All Replies (6)
- Xml parsing error undefined entity xul
- All Replies (1)
- Chosen Solution
- Xml parsing error undefined entity xul
- Поиск в Поддержке
- Can’t add a new account in FireFTP. Get>>> XML Parsing Error: undefined entity Location: chrome://fireftp/content/accountManager.xul Line Number 216, Column 17:
- Xml parsing error undefined entity xul
- Chosen solution
- All Replies (5)
- Chosen Solution
Xml parsing error undefined entity xul
Since an automatic update ran I get the message
«XML Parsing Error: undefined entity
Location:chrome://browser/content/browser.xul
Line Number 238, Column 5:
when I try to open Firefox. I have had to go back to using Internet Explorer — Tried everything suggested including deleting then reinstalling Firefox, but still cannot get Firefox to open — help!
Since an automatic update ran I get the message
«XML Parsing Error: undefined entity
Location:chrome://browser/content/browser.xul
Line Number 238, Column 5:
when I try to open Firefox. I have had to go back to using Internet Explorer — Tried everything suggested including deleting then reinstalling Firefox, but still cannot get Firefox to open — help!
Изменено 6 марта 2014 г., 05:15:35 -0800 cor-el
Выбранное решение
Can you reproduce in Firefox safe mode?
It may be a addon or hardware acceleration affecting this (making the error show up).
Все ответы (6)
Certain Firefox problems can be solved by performing a Clean reinstall. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
Note: You might want to print these steps or view them in another browser.
- Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
- After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
- Delete the Firefox installation folder, which is located in one of these locations, by default (your profile folder with bookmarks etc. WILL NOT BE DELETED):
- Windows:
- C:Program FilesMozilla Firefox
- C:Program Files (x86)Mozilla Firefox
- Mac: Delete Firefox from the Applications folder.
- Linux: If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it — see Install Firefox on Linux. If you downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
- Windows:
- Now, go ahead and reinstall Firefox:
- Double-click the downloaded installation file and go through the steps of the installation wizard.
- Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
Please report back to see if this helped you!
Источник
Xml parsing error undefined entity xul
Since an automatic update ran I get the message
«XML Parsing Error: undefined entity
Location:chrome://browser/content/browser.xul
Line Number 238, Column 5:
when I try to open Firefox. I have had to go back to using Internet Explorer — Tried everything suggested including deleting then reinstalling Firefox, but still cannot get Firefox to open — help!
Since an automatic update ran I get the message
«XML Parsing Error: undefined entity
Location:chrome://browser/content/browser.xul
Line Number 238, Column 5:
when I try to open Firefox. I have had to go back to using Internet Explorer — Tried everything suggested including deleting then reinstalling Firefox, but still cannot get Firefox to open — help!
Modified March 6, 2014 at 5:15:35 AM PST by cor-el
Chosen solution
Can you reproduce in Firefox safe mode?
It may be a addon or hardware acceleration affecting this (making the error show up).
Certain Firefox problems can be solved by performing a Clean reinstall. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
Note: You might want to print these steps or view them in another browser.
- Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
- After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
- Delete the Firefox installation folder, which is located in one of these locations, by default (your profile folder with bookmarks etc. WILL NOT BE DELETED):
- Windows:
- C:Program FilesMozilla Firefox
- C:Program Files (x86)Mozilla Firefox
- Mac: Delete Firefox from the Applications folder.
- Linux: If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it — see Install Firefox on Linux. If you downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
- Windows:
- Now, go ahead and reinstall Firefox:
- Double-click the downloaded installation file and go through the steps of the installation wizard.
- Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
Please report back to see if this helped you!
Источник
Xml parsing error undefined entity xul
XML parsing error: undefined entity Address: chrome: //browser/content/browser.xhtml Line 744, character 15:
Hi, guys Get this message in pop-up window. How can I fix it?
This can be caused by a failed Firefox update that left you with a mixture of old and updated files in the Firefox program folder. This can happen in case security software was keeping a handle of some of the files in the Firefox program folder preventing Firefox from replacing all the files. You can do a clean reinstall and remove the Firefox program folder to ensure that all files are replaced. You may have to disable security software temporarily in case the problem persists.
You can create a new profile as a quick test to see if your current profile is causing the problem.
See «Creating a profile»:
If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
Chosen Solution
This can be caused by a failed Firefox update that left you with a mixture of old and updated files in the Firefox program folder. This can happen in case security software was keeping a handle of some of the files in the Firefox program folder preventing Firefox from replacing all the files. You can do a clean reinstall and remove the Firefox program folder to ensure that all files are replaced. You may have to disable security software temporarily in case the problem persists.
You can create a new profile as a quick test to see if your current profile is causing the problem.
See «Creating a profile»:
If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over problems.
Источник
Xml parsing error undefined entity xul
Поиск в Поддержке
- Домой
- Форумы поддержки
- Firefox
- Can’t add a new account in FireFTP.
Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».
Learn More
Can’t add a new account in FireFTP. Get>>> XML Parsing Error: undefined entity Location: chrome://fireftp/content/accountManager.xul Line Number 216, Column 17:
- 2 ответа
- 11 имеют эту проблему
- 6 просмотров
- Последний ответ от dozydog
I’m having trouble adding an additional account to FireFTP. I keep getting a yellow box with this title:
XML Parsing Error: undefined entity Location: chrome://fireftp/content/accountManager.xul Line Number 216, Column 17:
Don’t understand the problem, can anyone help please?
Источник
Xml parsing error undefined entity xul
Problem no 1: I am using windows 7. And i have upgrade to Firefox 29.0. When i install Firefox it works good. But when i shut down my laptop. and open Firefox. Then i get this error. i didn’t find any solution.
Problem no 2: http://topfuun.info/?cat=12. This website is automatically open on Firefox. even i have scan from Avira. avast. And also use malware. but i am too fed up from Firefox. . :(. please give me any use full. solution.
Modified May 3, 2014 at 11:16:01 PM PDT by Flynn Rider
Chosen solution
What Firefox locale (user interface language) are you using and what is the language in the Windows 7?
A possible cause could be a problem with the profiles.ini file
Chosen Solution
What Firefox locale (user interface language) are you using and what is the language in the Windows 7?
A possible cause could be a problem with the profiles.ini file
/Library/Application Support/Firefox/ —— view-source:chrome://mozapps/content/profile/profileSelection.xul
I am using windows 7 ultimate. and language is English USA. And i am made a profile in Firefox from different name for different users, because my brothers also use this browsers, and one more thing. then i reinstall Firefox setup. Then it works good. But after restart system the problem is same. I show the screen short profile names and. The path you tell me.
If you have software like Advanced SystemCare that might reset some files to older versions to protect these files against changes then check the settings or uninstall this software.
You can check in «Windows Control Panel > Programs» for recently installed programs to check if any suspicious software shows up.
- Control Panel > Programs > Programs and Features > Uninstall or change a program
- Click the Installed column to sort by this heading
No i don’t have software like this, and i many times install, then uninstall. Firefox. But it doesn’t work; i am too fed up from Firefox 🙁
If this only happens when you reboot the computer then this can only be done by other software.
Boot the computer in Windows Safe Mode with network support (press F8 on the boot screen) as a test.
You can use the MSConfig program or the Autoruns utility to see which software and services are getting started, but be cautious with disabling services.
Do a malware check with several malware scanning programs on the Windows computer.
Please scan with all programs because each program detects different malware.
All these programs have free versions.
Make sure that you update each program to get the latest version of their databases before doing a scan.
You can also do a check for a rootkit infection with TDSSKiller.
Источник
Hi,
After installing Quick Locale Switcher 1.6.8 (
https://addons.mozilla.org/en-US/firefox/addon/1333
) I’m getting:
XML Parsing Error: undefined entity
Location: chrome://browser/content/browser.xul
Line Number 187, Column 5: <key id=»key_errorConsole» key=»&errorConsoleCmd.commandkey;» oncommand=»toJavaScriptConsole();» modifiers=»accel,shift»/>
—-^
I’m now only able to boot Firefox ( 3.0.6 ) in safe mode. I’ve uninstalled Quick Locale Switcher in safe mode but when I try to boot it up again the problem still continues to exist. Is there a way to fix this?
Thanks for your help..
Posted March 1st, 2009, 1:06 pm
Posted March 16th, 2010, 1:10 pm
[quote=»Jerry Robertson»]I had Firefox 3.5, and decided to upgrade to 3.6! Upon doing this,
I now get this error msg . as soon as I try to open Firefox browser 3.6!
XML Parsing Error: Udefined Entity
Location: Chrome://browser/content/browser. xul
Line Number 1312, Column 15………………..
This message above appears on a tiny decreased screen, which has a message in red as follows:
Menu item id= «sanitize Item»,,,,,,,,,,,,,,,,,,,,,,,,
New one on me, can anyone explain how I might fix this mess? I performed and uninstall of Firefox,
and reinstalled—still same msg. appears. In the years that I have been using Firefox, this is the first serious problem that I have encounter. Must admit that I’m not any kind of expert, by any
stretch_ Anyone would be welcome that has a valid solution!
Posted March 16th, 2010, 1:14 pm
jldd21 wrote:
DanRaisch wrote:You might create a new profile and move the data from the old one to the new — <!— m —><a class=»postlink» href=»http://kb.mozillazine.org/Profile_Manager»>http://kb.mozillazine.org/Profile_Manager</a><!— m —>
and
<!— m —><a class=»postlink» href=»http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows»>http://kb.mozillazine.org/Creating_a_ne … on_Windows</a><!— m —><!— m —><a class=»postlink» href=»http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox»>http://kb.mozillazine.org/Transferring_ … _-_Firefox</a><!— m —>
Jerry Robertson wrote:I had Firefox 3.5, and decided to upgrade to 3.6! Upon doing this,
I now get this error msg . as soon as I try to open Firefox browser 3.6!
XML Parsing Error: Udefined Entity
Location: Chrome://browser/content/browser. xul
Line Number 1312, Column 15………………..
This message above appears on a tiny decreased screen, which has a message in red as follows:
Menu item id= «sanitize Item»,,,,,,,,,,,,,,,,,,,,,,,,
New one on me, can anyone explain how I might fix this mess? I performed and uninstall of Firefox,
and reinstalled—still same msg. appears. In the years that I have been using Firefox, this is the first serious problem that I have encounter. Must admit that I’m not any kind of expert, by any
stretch_ Anyone would be welcome that has a valid solution!
I’m running an XP/SP-3 SYSTEM, and have been using Firefox for over four years, without and major problem until
NOW!!!!!
Posted March 16th, 2010, 2:09 pm
How did you uninstall Firefox? Did you use Windows Add/Remove Programs or did you delete the entire Firefox program directory? Did you try a new profile?
Posted March 16th, 2010, 3:13 pm
DanRaisch wrote:How did you uninstall Firefox? Did you use Windows Add/Remove Programs or did you delete the entire Firefox program directory? Did you try a new profile?
No I used Firefox to update, and after the error msg. was posted, I used Firefox to remove all of Firefox. The went
back to mozilla to reinstall. I’m not aware of doing anything else.
Jerry
Posted March 16th, 2010, 7:05 pm
Close all applications and reboot the computer.
Delete any downloaded or partially downloaded installer files.
Clear the browser cache (of whatever browser you are using to download FF) and the Windows Temp directory.
Delete the directory C:Program FilesMozilla Firefox
Shutdown any anti-virus software you are running.
Download a new copy of the full installer from
www.mozilla.com
Run the installer.
Restart the anti-virus program.
Posted March 17th, 2010, 12:19 pm
DanRaisch wrote:Close all applications and reboot the computer.
Delete any downloaded or partially downloaded installer files.
Clear the browser cache (of whatever browser you are using to download FF) and the Windows Temp directory.
Delete the directory C:Program FilesMozilla Firefox
Shutdown any anti-virus software you are running.
Download a new copy of the full installer from <!— w —><a class=»postlink» href=»http://www.mozilla.com»>www.mozilla.com</a><!— w —>
Run the installer.
Restart the anti-virus program.
Followed your instructionsremoved Firefoxcachesclosed down antivirus & firewall! Then downloaded a new copy
of Firefox 3.6installed itimmediately XML Parsing Error reappeared can not log on
Posted March 17th, 2010, 5:17 pm
jldd21 wrote:
DanRaisch wrote:Close all applications and reboot the computer.
Delete any downloaded or partially downloaded installer files.
Clear the browser cache (of whatever browser you are using to download FF) and the Windows Temp directory.
Delete the directory C:Program FilesMozilla Firefox
Shutdown any anti-virus software you are running.
Download a new copy of the full installer from <!— w —><a class=»postlink» href=»http://www.mozilla.com»>www.mozilla.com</a><!— w —>
Run the installer.
Restart the anti-virus program.Followed your instructionsremoved Firefoxcachesclosed down antivirus & firewall! Then downloaded a new copy
of Firefox 3.6installed itimmediately XML Parsing Error reappeared can not log on
Success, finally, I went back searched out every possible file and folder that contained any Firefox; deleted it all, and
now we have Firefox 3.6, alive and well! Thank you very much.
Posted March 17th, 2010, 8:30 pm
Return to Firefox Support
Who is online
Users browsing this forum: No registered users and 2 guests
Since an automatic update ran I get the message
«XML Parsing Error: undefined entity
Location:chrome://browser/content/browser.xul
Line Number 238, Column 5:
<broadcaster id=»devtoolsMenuBroadcaster_ChromeDebugger»—-^»<br />
when I try to open Firefox. I have had to go back to using Internet Explorer — Tried everything suggested including deleting then reinstalling Firefox, but still cannot get Firefox to open — help!
Since an automatic update ran I get the message <br />
«XML Parsing Error: undefined entity <br />
Location:chrome://browser/content/browser.xul <br />
Line Number 238, Column 5: <br />
<broadcaster id=»devtoolsMenuBroadcaster_ChromeDebugger»—-^»<br />
when I try to open Firefox. I have had to go back to using Internet Explorer — Tried everything suggested including deleting then reinstalling Firefox, but still cannot get Firefox to open — help!
Modified March 6, 2014 at 5:15:35 AM PST by cor-el
Chosen solution
All Replies (6)
Hello,
Certain Firefox problems can be solved by performing a Clean reinstall. This means you remove Firefox program files and then reinstall Firefox. Please follow these steps:
Note: You might want to print these steps or view them in another browser.
- Download the latest Desktop version of Firefox from http://www.mozilla.org and save the setup file to your computer.
- After the download finishes, close all Firefox windows (click Exit from the Firefox or File menu).
- Delete the Firefox installation folder, which is located in one of these locations, by default (your profile folder with bookmarks etc. WILL NOT BE DELETED):
- Windows:
- C:Program FilesMozilla Firefox
- C:Program Files (x86)Mozilla Firefox
- Mac: Delete Firefox from the Applications folder.
- Linux: If you installed Firefox with the distro-based package manager, you should use the same way to uninstall it — see Install Firefox on Linux. If you downloaded and installed the binary package from the Firefox download page, simply remove the folder firefox in your home directory.
- Windows:
- Now, go ahead and reinstall Firefox:
- Double-click the downloaded installation file and go through the steps of the installation wizard.
- Once the wizard is finished, choose to directly open Firefox after clicking the Finish button.
Please report back to see if this helped you!
Thank you.
Thanks for trying — I deleted and reinstalled exactly as you advised but still get — XML Parsing Error: undefined entity
Location: chrome://browser/content/browser.xul
Line Number 238, Column 5: <broadcaster id=»devtoolsMenuBroadcaster_ChromeDebugger»—-^ every time I try to open Firefox.
</p>
Sorry the error message does not read correctly when entered — should read XML Parsing Error: undefined entity Location: chrome://browser/content/browser.xul Line Number 238, Column 5: broadcaster id=»devtoolsMenuBroadcaster_ChromeDebugger»
Great! Thanks, managed to start Firefox in safe mode using the shift key, and this worked — then reset Firefox and everything works again. Thanks again.
I too am getting this error message
XML Parsing Error: unexpected parser state Location: jar:file:///C:/Program%20Files%20(x86)/Mozilla%20Firefox/omni.ja!/chrome/toolkit/content/global/netError.xhtml Line Number 305, Column 54:
&netTimeout.longDesc;
——————————————————^
On several different websites.
It has only happened with the two most recent versions of firefox, 27 and 27.0.1
PM 27.3.0 XML Parsing Error: undefined entity
Topic is solved
Moderator: trava90
Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
-
AnotherSignup
PM 27.3.0 XML Parsing Error: undefined entity
Just tried to upgrade to PM 27.3.0 and from the installer, when clicking Launch Pale Moon I get a window open with:
XML Parsing Error: undefined entity
Location: chrome://browser/content/browser.xul
Line Number 1452, Column 7: <menuitem id=»appmenu_permissions»
——^
I can’t do anything else and have had to reinstall 27.2.1. Can I fix this somehow?
-
Moonchild
- Pale Moon guru
- Posts: 33343
- Joined: 2011-08-28, 17:27
- Location: Tranås, SE
- Contact:
Re: PM 27.3.0 XML Parsing Error: undefined entity
Unread post
by Moonchild » 2017-04-29, 01:07
Even though language pack updates were pushed out a few days in advance and should otherwise have been picked up upon first run, it seems that for some reason this still doesn’t always work.
Please install the latest language pack for your language in 27.2.1 (check for updates of extensions, that should pick it up) then upgrade to 27.3.0
«The best revenge is to not be like the person who wronged you.» — Marcus Aurelius
«Seek wisdom, not knowledge. Knowledge is of the past; wisdom is of the future.» — Native American proverb
-
balloon
Re: PM 27.3.0 XML Parsing Error: undefined entity
Unread post
by balloon » 2017-04-29, 04:16
I have encountered this problem on several operating systems.
When this occurs, you can not start Pale Moon normally. Please start in safe mode.
(Shift-click or palemoon -safe-mode)
When Pale Moon starts up, reinstall the language pack at the following URL:
http://addons.palemoon.org/language-packs/
Close Pale Moon and restart it normally.
-
JustOff
- Banned user
- Posts: 2083
- Joined: 2015-09-03, 19:47
- Location: UA
Re: PM 27.3.0 XML Parsing Error: undefined entity
Unread post
by JustOff » 2017-04-29, 14:37
Pale Moon 27.4 will include special smart recovery routine that should handle such issues.
-
AnotherSignup
Re: PM 27.3.0 XML Parsing Error: undefined entity
Unread post
by AnotherSignup » 2017-04-30, 01:17
Updated language pack to 27.3.0 and updated PM to same version successfully. Many thanks. And thanks also to JustOff. That’s encouraging to know.
And thanks Balloon, I’ll try to remember the safe mode. Useful to know.
-
Tomtiger
- Hobby Astronomer
- Posts: 26
- Joined: 2016-02-15, 09:44
Re: PM 27.3.0 XML Parsing Error: undefined entity
Unread post
by Tomtiger » 2017-04-30, 02:30
Hi,
I ran into this too, tried to remove any hints to language packs in prefs.js with no effect. Finally I just removed prefs.js and reconfigured some settings.
I noticed that there were many references to addons that were removed long ago in prefs.js.
Might be a good idea to start with a new profile from time to time anyway.
Thanks,
Tom
-
mgagnonlv
- Lunatic
- Posts: 266
- Joined: 2013-03-05, 02:06
- Location: Canada
Re: PM 27.3.0 XML Parsing Error: undefined entity
Unread post
by mgagnonlv » 2017-04-30, 05:26
You don’t need to remove the entire «prefs.js» file.
– Open the «prefs.js» file with a text editor (ex.: Notepad ++)
– Search for the line «user_pref(«general.useragent.locale»,»
– Change the language (ex.: «fr») by «en-US»
– Save the file and quit.
Then Pale Moon will open without any issues. Once it is open, remove the old language pack and reinstall the new one.
Michel Gagnon
Montréal (Québec, Canada)
-
Tomtiger
- Hobby Astronomer
- Posts: 26
- Joined: 2016-02-15, 09:44
Re: PM 27.3.0 XML Parsing Error: undefined entity
Unread post
by Tomtiger » 2017-04-30, 08:26
Hi,
thanks, that worked!
My mistake was that I searched that file for «de-AT» and the locale was just «de».
Luckily enough I had a copy of my profile, so everything is working now.
Thanks
Tom
PS: That should be moved to general support, I use Linux so this is not windows related.
-
Quorx
- Moon lover
- Posts: 88
- Joined: 2016-11-28, 16:58
- Location: Munich
Re: PM 27.3.0 XML Parsing Error: undefined entity
Unread post
by Quorx » 2017-04-30, 15:12
Well, the same error as with the updates to 26.0 or 27.0. Nasty time stealing issue.
By major releases I always make a test installation in a virtual machine, but one really wouldn’t expect that by a minor update.
This can also be a trap on computers with more than one account: Language pack has been updated on the own user profile, and afterwards PaleMoon gets updated without any problem. Later the second user, with a little outdated profile on his account, wants to start PaleMoon and gets that error message. He won’t have any clue what suddenly is going wrong.
– This means, no PaleMoon update may be performed before the admin has ensured that all users of that PC actualized their PaleMoon profiles.
Please, find a way to avoid this problem in the future. It could be integrated into the addon-compatibility-check at the first start after the update and switch PaleMoon to the original language until the language pack is updated.









