cweiske / phorkie

Self-hosted pastebin software written in PHP. Pastes are editable, forkable, may have multiple files and are stored in git repositories.
https://cweiske.de/phorkie.htm
GNU Affero General Public License v3.0
216 stars 23 forks source link

github gist paste titles not used when forking #26

Closed cweiske closed 7 years ago

cweiske commented 7 years ago

e.g. for http://p.cweiske.de/440

cweiske commented 7 years ago

PHP Warning: DOMDocument::loadHTMLFile(): I/O warning : failed to load external entity "https://gist.github.com/LoranKloeze/e1cf5bb9f797b6128363d467d008ff0e"

  • executing that manually in php -a works fine
  • file_get_contents on that url works fine, just loadHTMLFile not.