Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook 1 hour ago
Adriano Faria Posted April 8, 2019 Share Posted April 8, 2019 I got a ton of log entries for an out of date application: Quote UnexpectedValueException: Missing: /applications/sospromote/Application.php (0) #0 /home/clubedomareacom/public_html/forum/system/Patterns/ActiveRecord.php(148): IPS\_Application::constructFromData(Array) #1 /home/clubedomareacom/public_html/forum/system/Application/Application.php(234): IPS\Patterns\_ActiveRecord::load('sospromote', 'app_directory', NULL) #2 /home/clubedomareacom/public_html/forum/system/Dispatcher/Standard.php(159): IPS\_Application::load('sospromote') #3 /home/clubedomareacom/public_html/forum/system/Dispatcher/Front.php(102): IPS\Dispatcher\_Standard->init() #4 /home/clubedomareacom/public_html/forum/system/Dispatcher/Dispatcher.php(109): IPS\Dispatcher\_Front->init() #5 /home/clubedomareacom/public_html/forum/index.php(13): IPS\_Dispatcher::i() #6 {main} It shouldn't "search" or try to run an app that is even installed/folder not present in file system. Should I report this as a bug? ----------------------------------------------------------- Ticket: #1034607 Link to comment Share on other sites More sharing options...
bfarber Posted April 9, 2019 Share Posted April 9, 2019 If someone visits app=sospromote and there's a database record for it, then the software will try to load it (although it will fail, and the software should generally catch that scenario). Either uninstall the app, or otherwise redirect/block that URL. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.