Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Jon Phipps
Total activity
17
Last activity
July 22, 2017 13:04
Member since
April 18, 2012 00:14
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
6
Activity overview
Posts (4)
Comments (7)
Sort by recent activity
Recent activity
Votes
Edited
July 22, 2017 13:04
This does look like it might be a bug in PhpStorm... The "Non-static method 'find' should not be called statically" inspection error is being caused by a change to the Laravel Model class introduce...
Community
PhpStorm
PhpStorm 2017.2 code inspections & Laravel
1 vote
Created
April 18, 2012 00:14
Hi Matt,It's the class aliases in the config file that are the problem. There's a Laravel forum thread about it here:http://forums.laravel.com/viewtopic.php?id=13And more recently here:http://forum...
Community
PhpStorm
PhpStorm and Laravel
0 votes
Created
May 29, 2013 00:17
I followed your instructions, but still no debug-related log entries. here's the tail end of my log.xml: <category name="#com.jetbrains.php.debug"> <priority value="DEBUG"/> </category> ...
Community
PhpStorm
xdebug breakpoints not being consistently hit
0 votes
Created
May 29, 2013 15:46
Bazzik wrote:1) What is the path where the project is located? I do remember one ticket (in v3 or 4 or 5) where some functionality (I believe it was debug with xdebug) did not worked because of wro...
Community
PhpStorm
xdebug breakpoints not being consistently hit
0 votes
Created
May 30, 2013 20:31
I doubt that this applies to WebStorm -- it looks like an interaction between xdebug and PhpStormIt's not changing the case that matters. It's where you change the case, at least in OS X Lion. Chan...
Community
PhpStorm
xdebug breakpoints not being consistently hit
0 votes
Created
May 28, 2013 20:06
Hi Andriy,I'm using xdebug v2.2.3 and PhpStorm v6.0.2. The xdebug log clearly shows the breakpoints being set. Oddly, the PhpStorm log doesn't provide any debugging-related information _at all_, de...
Community
PhpStorm
xdebug breakpoints not being consistently hit
0 votes
Created
May 29, 2013 00:29
I'm using version 1.3.5 of the ElefantCMS.the relevant line in lib/template.php is:282 // The cache file is named based on the original283 $cache = $this->cache_folder . '/' . str_replace ('/', '...
Community
PhpStorm
xdebug breakpoints not being consistently hit
0 votes