MRaburn
Active member
Getting this error after upgrading from 1.x to 2.x and we were attempting to rebuild the watermarks and get the error below. I can see in the internal/xfmg folder there is no directory named /10/. Only 8,9,11,12,13. This structure is different on my 1.x install so not sure where what broke when or if it is a bug. Thanks for any help, we are stuck on the cron rebuild at this point and cant proceed.
UPDATE: Actually this was the Update Watermark command, the rebuild items and thumbs seemed to be ok. I wonder if I lost some originals during the upgrade or during the regenerate items?
UPDATE: Actually this was the Update Watermark command, the rebuild items and thumbs seemed to be ok. I wonder if I lost some originals during the upgrade or during the regenerate items?
Code:
League\Flysystem\FileNotFoundException: File not found at path: xfmg/original/10/10553-d2d262bd32d48c27b1a8a518b2d101c1.data in src/vendor/league/flysystem/src/Filesystem.php at line 385
League\Flysystem\Filesystem->assertPresent() in src/vendor/league/flysystem/src/Filesystem.php at line 193
League\Flysystem\Filesystem->readStream()
call_user_func_array() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 431
League\Flysystem\EventableFilesystem\EventableFilesystem->callFilesystemMethod() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 395
League\Flysystem\EventableFilesystem\EventableFilesystem->delegateMethodCall() in src/vendor/league/flysystem-eventable-filesystem/src/EventableFilesystem.php at line 154
League\Flysystem\EventableFilesystem\EventableFilesystem->readStream()
call_user_func_array() in src/vendor/league/flysystem/src/MountManager.php at line 269
League\Flysystem\MountManager->invokePluginOnFilesystem() in src/vendor/league/flysystem/src/MountManager.php at line 179
League\Flysystem\MountManager->__call() in src/XF/Util/File.php at line 91
XF\Util\File::copyAbstractedPathToTempFile() in src/addons/XFMG/Service/Media/Watermarker.php at line 39
XFMG\Service\Media\Watermarker->watermark() in src/addons/XFMG/Job/UpdateWatermark.php at line 82
XFMG\Job\UpdateWatermark->run() in src/XF/Job/Manager.php at line 241
XF\Job\Manager->runJobInternal() in src/XF/Job/Manager.php at line 187
XF\Job\Manager->runJobEntry() in src/XF/Job/Manager.php at line 76
XF\Job\Manager->runQueue() in src/XF/Admin/Controller/Tools.php at line 139
XF\Admin\Controller\Tools->actionRunJob() in src/XF/Mvc/Dispatcher.php at line 249
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 88
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 41
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 1889
XF\App->run() in src/XF.php at line 328
XF::runApp() in admin.php at line 13
Last edited: