Dave
- Total activity 50
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 15
-
Created Having problems connecting with XDebug -
I have a ubuntu server on my network that is running php In the php.ini file. I say zend_extension = "/usr/lib/php/20170718/xdebug.so"xdebug-remote_host = "10.0.0.38"xdebug.remote_enable = 1xdebug.... -
Created No files of folders found to process
All was working perfectly until I used PHPStorm to delete all files from the production server. Now, when I try to upload the entire site, or even just one file I get the "No files of folders found... -
Created Why is php storm complaining about this CSS
In the followinf, PHPStorm complains about "align-items: space-between;" which works perfectly and does exactly what I want. Am I missing something? div.divbody{ height:80%; margin:0; dis... -
Created Drag / Drop in project window
When I attempt to drag a file from one directory to another in the project window, nothing happens. I have also installed PHPStorm on a laptop and drag/drop works fine there. If there is a settin... -
Created PHP Storm marking class attributes in paragraphs
In one of my projects, phpstorm marks all paragraph class attributes as follows I have tried a simple file with only one <p class = 'dog'>Dog</p> and the problem exists. Mousing over the error bri... -
Created Confusing Setup -
First, I love PHPStorm but setup is terribly confusing. I am moving from PHPEd. Here is what I want for a setup for all of my projects Source files reside on a 1GB network share on a server on my... -
Created phpstorm 18 not resolving directories/files. Worked fine in phpstorm 17
Since upgrading to phpstorm 18, I have started seeing "Can't Resolve File" and "Can't Resolve Directory" in files that had no errors in phpstorm 17. Nothing else has changed. Thanks, Dave Davis -
Created Running Individual files on remote server with PHPStorm
I have a standalone server that I use only for php development. It is on a 1GB network ad as such is plenty fast for me. My script files reside on that server. I have a development website such a... -
Created PHP Storm Insists on using localhost to run php scripts
I am attempting to move from phpED to phpStorm. Today is my first day withPHPStorm. I have read and read the documentation but I'm at a loss. I understand that my project files must be stored loc... -
Created Valid selectors marked as "never used"
After many years with PHPED, I decide to try PHPStorm. My first impressions are favorable. However, I have found that numerous CSS selectors that are definitely in use are marked as "never used" ...