Skip to content

Instantly share code, notes, and snippets.

View Zackio's full-sized avatar

Zackary Allnutt Zackio

View GitHub Profile
wp option update home 'http://localhost'
wp option update siteurl 'http://localhost'
@Zackio
Zackio / php-dyld.md
Created April 4, 2019 07:07 — forked from hgrimelid/php-dyld.md
php: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.61.dylib

After upgrading to Node v.10.9.0 via Homebrew the following error message was thrown from PHP:

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.61.dylib
  Referenced from: /usr/local/bin/php
  Reason: image not found

Reinstall PHP to fix, for me that's:

@Zackio
Zackio / Docker help
Last active January 7, 2021 11:56
Docker Help
Example https://bitbucket.org/zackster/docker/src
MAke use of docker dashboard, gives lots of info
## Connecting to database
Use the information in the docker dashboard for the db imagem it lists the port and the user and pass
# Entry point