XF 2.0 Embed Error

Mr Lucky

Well-known member
Is this something to worry about?

Code:
Server error log
ErrorException: [E_WARNING] fopen(/home/caf/public_html/internal_data/temp/62a2f73edeae530ab43164b50db0abbe-5b81cfa72e871.temp): failed to open stream: No such file or directory src/XF/Util/File.php:100
Generated by: Unknown account Aug 25, 2018 at 10:52 PM
Stack trace
#0 [internal function]: XF::handlePhpError(2, '[E_WARNING] fop...', '/home/caf/publi...', 100, Array)
#1 src/XF/Util/File.php(100): fopen('/home/caf/publi...', 'r')
#2 src/XF/Service/Oembed.php(221): XF\Util\File::copyFileToAbstractedPath('/home/caf/publi...', 'internal-data:/...')
#3 src/XF/Service/Oembed.php(104): XF\Service\Oembed->finalizeFromFetchResults(Object(XF\Entity\Oembed), Array)
#4 src/XF/Service/Oembed.php(39): XF\Service\Oembed->refetchOembed(Object(XF\Entity\Oembed))
#5 src/XF/Oembed/Controller.php(76): XF\Service\Oembed->getOembed('soundcloud', 'billbluesnjazz/...')
#6 oembed.php(26): XF\Oembed\Controller->outputJson('soundcloud', 'billbluesnjazz/...')
#7 {main}
Request state
array(4) {
  ["url"] => string(68) "/oembed.php?provider=soundcloud&id=billbluesnjazz%2Fcity-sky-sequoia"
  ["referrer"] => string(55) "https://cafesaxophone.com/threads/iotm-june-2016.19898/"
  ["_GET"] => array(2) {
    ["provider"] => string(10) "soundcloud"
    ["id"] => string(31) "billbluesnjazz/city-sky-sequoia"
  }
  ["_POST"] => array(0) {
  }
}
 
If it only happened once then I wouldn't worry about it. Looks like from a custom BBcode (soundcloud) and it may not have been able at that time to pull the link/media in and then was later.
 
Top Bottom