Nathanhouse

- Total activity 78
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 28
-
Created Different SQL dialect in a query? (how to ignore error?)
I am using the Sphinx search engine and am using it's SQL dialect called SphinxSQL. I have queries like this: $stmt = $sphinxDb->prepare('SELECT * FROM my_indexWHERE MATCH(\'@name "' . sphinxapi_Es... -
Created Stopping debugging doesn't end process most of the time?
A lot of the time when I run a debug configuration for a PHP file and end it by clicking the stop button it doesn't kill the process. The debugger will show it as stopped (the run button becomes av... -
Created "The volume does not contain a recognized file system" errors in console tab when debugging
When debugging files I have recently started noticing these errors being frequently printed out in the console tab:The volume does not contain a recognized file system.Please make sure that all req... -
Created Can the JavaScript debugger be triggered on page loads like the PHP debugger?
I've been reading the documetnation, but I'm really confused on the best approach to debugging JavaScript.With PHP, I have the XDebug Chrome extension to enable debugging in a tab. Then when I load... -
Created What to backup when re-installing Windows?
I need to re-install Windows on my workstation and want to make sure I backup everything PhpStorm-related so that I can restore my current work enviroment to exactly the way it is now.I exported my... -
Created PhpStorm won't start: "Failed to create JVM: error code -4" dialog displays
I had a lot of files open in PhpStorm and was doing a search & replace and apparently it ran out of memory. A dialog popped up asking me if I wanted to change the maximum mounts of memory and there... -
Created PhpStorm deletes folders when the last file in them is deleted?
I have a lot of folders in my project with a single file in them:-dir--file-dir2--file2I recently found a need to completely delete several files in these directories and I've noticed that when I d... -
Created How to resolve Git merge conflicts in 8.0.2?
In previous versions of phpStorm I had no issues resolving merge conflicts. I forget excactly how I used to open the conflict resolution dialog, but I think it was in the VCS menu and was easy to f... -
Created Can included JavaScript be debugged?
I have dynamically generated pages on my website that have minified JavaScript files included in them. When an action is taken on the page, I'm wanting to then debug the code inside of the included... -
Created Php debugger keeps losing focus?
I'm using ithe 138.1901 eap and am finding that when I debug php scripts the debugger keeps "losing focus." What I mean is that about four seconds after a breakpoint is triggered, the run and step ...