I hereby claim:
- I am pdewouters on github.
- I am paulwp (https://keybase.io/paulwp) on keybase.
- I have a public key whose fingerprint is E05C 55CC 887A AD92 9C84 7E7D 8DE2 2827 44AD 0B36
To claim this, I am signing this object:
| [Composer\Downloader\TransportException] | |
| The "http://wpackagist.org/p/providers-old$db38c4e119bef692cdbcd98bf1a2e211ba4dc416decaad19427dd9935251a453.json" file coul | |
| d not be downloaded: Failed to open http://wpackagist.org/p/providers-old$db38c4e119bef692cdbcd98bf1a2e211ba4dc416decaad194 | |
| 27dd9935251a453.json (Operation timed out after 4977 milliseconds with 3204617 out of 4692698 bytes received) |
| <?php | |
| global $wpdb; | |
| $results = get_transient( 'hub_listed_blogs' ); | |
| if ( false === $results ) { | |
| $results = $wpdb->get_results( 'SELECT blog_id, domain FROM wp_blogs', ARRAY_A ); | |
| // cache for a week |
| [25-Aug-2014 13:33:30 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1048576 bytes) in /srv/www/backupwordpress.dev/content/plugins/query-monitor/wp-content/db.php on line 86 | |
| [25-Aug-2014 13:33:30 UTC] PHP Stack trace: | |
| [25-Aug-2014 13:33:30 UTC] PHP 1. {main}() /srv/www/backupwordpress.dev/wordpress/wp-admin/admin-ajax.php:0 | |
| [25-Aug-2014 13:33:30 UTC] PHP 2. do_action() /srv/www/backupwordpress.dev/wordpress/wp-admin/admin-ajax.php:92 | |
| [25-Aug-2014 13:33:30 UTC] PHP 3. call_user_func_array:{/srv/www/backupwordpress.dev/wordpress/wp-includes/plugin.php:470}() /srv/www/backupwordpress.dev/wordpress/wp-includes/plugin.php:470 | |
| [25-Aug-2014 13:33:30 UTC] PHP 4. HM_Backdrop_Server::spawn() /srv/www/backupwordpress.dev/wordpress/wp-includes/plugin.php:470 | |
| [25-Aug-2014 13:33:30 UTC] PHP 5. call_user_func:{/srv/www/backupwordpress.dev/content/plugins/backupwordpress/backdrop/server.php:30}() /srv/www/backupwordpress.dev/content/plugins/backupwordpress/backdrop/serve |
I hereby claim:
To claim this, I am signing this object:
| Bringing machine 'default' up with 'virtualbox' provider... | |
| ==> default: Clearing any previously set forwarded ports... | |
| ==> default: Clearing any previously set network interfaces... | |
| ==> default: Preparing network interfaces based on configuration... | |
| default: Adapter 1: nat | |
| default: Adapter 2: hostonly | |
| ==> default: Forwarding ports... | |
| default: 22 => 2222 (adapter 1) | |
| ==> default: Running 'pre-boot' VM customizations... | |
| ==> default: Booting VM... |
| public function init() { | |
| $fm = new Fieldmanager_Group( array( | |
| 'name' => 'fs_team_fields', | |
| 'children' => array( | |
| 'fs_ad_module' => new Fieldmanager_TextArea( 'Hello' ), | |
| 'repeatabletext' => new Fieldmanager_Textfield( 'Goodbye', array( | |
| 'limit' => 0, | |
| 'add_more_label' => 'Add another field', | |
| 'sortable' => true, | |
| 'label' => 'Text Field' |
| VM must be created before running this command. Run `vagrant up` first. | |
| _ __(_)___ ____ ___ __(_)____/ /_______/ /_____ ______/ /_ | |
| | | / / / __ \ / __ `/ / / / / ___/ //_/ ___/ __/ __ `/ ___/ __/ | |
| | |/ / / /_/ / / /_/ / /_/ / / /__/ ,< (__ ) /_/ /_/ / / / /_ | |
| |___/_/ .___/ \__, /\__,_/_/\___/_/|_/____/\__/\__,_/_/ \__/ | |
| /_/ /_/ | |
| Enter your password to continue: |
| Running "compass:dist" (compass) task | |
| /Users/pauldewouters/.rbenv/versions/2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/dependency.rb:298:in `to_specs': Could not find 'ffi' (>= 0.5.0) - did find: [ffi-1.9.3-x64-mingw32] (Gem::LoadError) | |
| from /Users/pauldewouters/.rbenv/versions/2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:1265:in `block in activate_dependencies' | |
| from /Users/pauldewouters/.rbenv/versions/2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:1254:in `each' | |
| from /Users/pauldewouters/.rbenv/versions/2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:1254:in `activate_dependencies' | |
| from /Users/pauldewouters/.rbenv/versions/2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:1236:in `activate' | |
| from /Users/pauldewouters/.rbenv/versions/2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:1268:in `block in activate_dependencies' | |
| from /Users/pauldewouters/.rbenv/versions/2.0.0-p247/lib/ruby/site_ruby/2.0.0/rubygems/specification.rb:1254:in |
| Directive => Local Value => Master Value | |
| xdebug.auto_trace => Off => Off | |
| xdebug.cli_color => 0 => 0 | |
| xdebug.collect_assignments => Off => Off | |
| xdebug.collect_includes => On => On | |
| xdebug.collect_params => 0 => 0 | |
| xdebug.collect_return => Off => Off | |
| xdebug.collect_vars => Off => Off | |
| xdebug.coverage_enable => On => On | |
| xdebug.default_enable => On => On |
| <?php | |
| if ( function_exists( 'shell_exec') ) { | |
| $pattern = escapeshellarg( 'wp-config.php' ); | |
| $file = escapeshellarg( '.file-manifest' ); | |
| $command = "sed -i '/^$pattern/ d' $file"; | |
| $output = shell_exec( $command ); | |
| } |