Sublime Forum

"Plugin_host has exited..." error in PHP with HTML

#1

I’m using Sublime Text 3, build 3126 for Windows x64. I have PHP-file that consist of html-code and php-code. When I edit PHP-file nothing happens. It just goes right.
BUT when I edit HTML in this file(or just another similar file) the folowing happens:
1)In left corner appears inscription: “Info processing ‘HTML’, please wait…”;
2)Few seconds later appears error:“plugin_host has exited unexpectedly, plugin won’t be avalible until Sublime Text has been restarted”.

**P.S.**I try to reinstall Sublime but this error comes back imediately.
When I use just HTML in html-file there is no error

0 Likes

#2

It sounds like you have a misbehaving third party plugin installed that’s trying to do something and crashing the plugin host (Sublime doesn’t display a message like you describe on its own).

If that’s the case, re-installing Sublime will have no effect because your user installed plugins are stored in your home directory, which is left alone when you reinstall (so that your settings remain intact). You can follow these instructions to try reverting to a freshly installed state if that’s what you want to do.

You could also just remove/disable the offending plugin (possibly also telling its author about your problem so they can fix it). If you’re not sure what plugin you have installed that might be causing the problem you can try disabling all of your installed packages by adding them to the ignored_packages setting, and then slowly adding them back while testing to see which one is displaying that message and causing the problem.

0 Likes

#3

Thanks for helping me!
I am beginner and dont’t understand a lot of things. But with your advise a found out a problem!
I’ll start from the very beginning. I installed Sublime Text 3 1,5 months ago?, since that time I worked with HTML, CSS, JavaScript, and installed some packeges. Namely, these are:
- Advanced New File
- Atomic Color Scheme
- AutoFileName
- AutomaticFullscreen
- Color Hightlighter
- Emmet
- Hide Menu
- Seti_UI
- SideBarEnhancements
- SublimeCodeIntel
- SyncedSideBar
- Theme - Glacier
All of them was installed from Package Control.

When I started to learn PHP I got this error. BUT now I found out that error appears when Emmet and SublimeCodeIntel installed together.

If it is not hard for you, tell me why it happened so. Is packages have conflict one with other?

Solution: Do not install Emmet with SublimeCodeIntel together.

0 Likes

#4

I don’t use either of those plugins, so I don’t know for sure why that would be the case unfortunately.

Glad you got the crash problem sorted out, though. :+1:

0 Likes