Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Oscar Byrne-Ellis Posted May 26, 2022 Posted May 26, 2022 Hi, I recently changed the storage location for my applications from amazon s3 to my web server and since then the server logs have been spammed with RuntimeException (2) DOES_NOT_EXIST. #0 /#####/#####/public_html/applications/perscom/extensions/core/FileStorage/Operations.php(54): IPS\_File->move(1) #1 /#####/#####/public_html/applications/core/extensions/core/Queue/MoveFiles.php(56): IPS\perscom\extensions\core\FileStorage\_Operations->move(57570, 1, 2) #2 /#####/#####/public_html/system/Task/Task.php(47): IPS\core\extensions\core\Queue\_MoveFiles->run(Array, 57570) #3 /#####/#####/public_html/applications/core/tasks/queue.php(43): IPS\_Task::runQueue() #4 /#####/#####/public_html/system/Task/Task.php(367): IPS\core\tasks\_queue->IPS\core\tasks\{closure}() #5 /#####/#####/public_html/applications/core/tasks/queue.php(55): IPS\_Task->runUntilTimeout(Object(Closure)) #6 /#####/#####/public_html/system/Task/Task.php(266): IPS\core\tasks\_queue->execute() #7 /#####/#####/public_html/system/Task/Task.php(229): IPS\_Task->run() #8 /#####/#####/public_html/system/Dispatcher/Standard.php(334): IPS\_Task->runAndLog() #9 [internal function]: IPS\Dispatcher\_Standard->__destruct() #10 {main} It's been stuck on moving the application files since the 21st.
Nathan Explosion Posted May 26, 2022 Posted May 26, 2022 You'll need to contact the developer of that application - if it is this one below, then they do support elsewhere: Oscar Byrne-Ellis 1
Jim M Posted May 26, 2022 Posted May 26, 2022 When moving non-core related files, you'll want to check with the author of the application, as Nathan mentioned.
Oscar Byrne-Ellis Posted May 26, 2022 Author Posted May 26, 2022 So it seems within the period of 6 hours while trying to trial and error fix the solution (still awaiting a response from the developer), the problem has escalated to within invision itself IPS\File\Exception: CANNOT_MAKE_DIR (6) #0 /######/######/public_html/system/File/FileSystem.php(306): IPS\File\_FileSystem->getFolder() #1 /######/######/public_html/system/File/File.php(351): IPS\File\_FileSystem->save() #2 /######/######/public_html/system/Theme/Theme.php(5374): IPS\_File::create('core_Theme', '05e81b71abe4f22...', ' @media screen ...', 'css_built_21', false, NULL, false) #3 /######/######/public_html/system/Theme/Theme.php(2576): IPS\_Theme::writeCss(Array) #4 /######/######/public_html/system/Theme/Theme.php(641): IPS\_Theme->compileCss('core', 'global', 'responsive', 'responsive.css') #5 /######/######/public_html/system/Dispatcher/Standard.php(57): IPS\_Theme->css('responsive.css', 'core', 'global') #6 /######/######/public_html/init.php(913) : eval()'d code(30): IPS\Dispatcher\_Standard::baseCss() #7 /######/######/public_html/system/Dispatcher/Front.php(823): IPS\Dispatcher\perscom_hook_perscomCss::baseCss() #8 /######/######/public_html/system/Dispatcher/Front.php(79): IPS\Dispatcher\_Front::baseCss() #9 /######/######/public_html/system/Dispatcher/Dispatcher.php(110): IPS\Dispatcher\_Front->init() #10 /######/######/public_html/index.php(13): IPS\_Dispatcher::i() #11 {main} #0 //######//######/public_html/init.php(1015): IPS\_Log::log('\nIPS\\File\\Excep...', 'uncaught_except...') #1 [internal function]: IPS\IPS::exceptionHandler(Object(IPS\File\Exception)) #2 {main} Backtrace Any ideas?
teraßyte Posted May 27, 2022 Posted May 27, 2022 CANNOT_MAKE_DIR means the suite can't write files on your server. Here's a recent topic with the same issue:
Marc Posted May 27, 2022 Posted May 27, 2022 In this instance, you have a folder within uploads that isn't writable. You need to make sure the uploads folder and all subfolders are fully read/write
Recommended Posts