Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Adriano Faria Posted April 2, 2020 Posted April 2, 2020 Hello, I got a 2S100/6 error when I submit my content item form. Printing the $e->getMessage() on dispatcher front, I got requested_route_404. Still no idea of what's wrong. Any idea?
Solution newbie LAC Posted April 3, 2020 Solution Posted April 3, 2020 Hello, Debug next code (system\Dispatcher\Standard.php) try { $this->module = \IPS\Application\Module::get( $this->application->directory, \IPS\Request::i()->module, static::i()->controllerLocation ); } catch ( \OutOfRangeException $e ) { \IPS\Output::i()->jsFiles = array_merge( \IPS\Output::i()->jsFiles, \IPS\Output::i()->js( 'app.js' ) ); throw new \DomainException( 'requested_route_404', 6 ); } Adriano Faria 1
Adriano Faria Posted April 3, 2020 Author Posted April 3, 2020 Oh I had the brilliant idea of add a hidden field name 'module'. Thank you! 👍 bfarber 1
Recommended Posts