Erik Hausen

Results 26 comments of Erik Hausen

So status on this? Is it now possible to install Socioboard on a LAMP stack for example? Anyone succeeded on this? README on github seems to show a (complicated) installation...

Would rolling back to 1.4.7 be pretty okay, to be able to use the module? Does the check still finish despite this error? `Fatal` would indicate that it interrupts the...

@jrfnl But currently with this Fatal error it seem unusable? Am I correct?

Sorry for being so brief, was in a hurry. If I post a link to a page that is not publicly accessible, Slack cannot auto-expand the link. For example an...

Just noticed this. Any news? @stychos so running good on ST dev? Sublime Text 3.1.1 build 3176 CodeIntel v2.2.0 ``` Traceback (most recent call last): File "/Applications/Sublime Text 3.app/Contents/MacOS/sublime_plugin.py", line...

So what would be the best way to suppress Deprecated messages from WP CLI command line output? Suggested in this thread - `alias wp="wp $@ 2> /dev/null` - `wp2 ()...

`alias wp="wp $@ 2> /dev/null` Did not work for me. I ended up silencing PHP Deprecated messages by making an alias by putting `alias wp="php -d error_reporting=24575 /usr/local/bin/wp"` in my...

Any luck? I also get `bash: wp: command not found` when trying to run wp --ssh=... to a remote, even though wp command works when I log in with ssh...