Project

General

Profile

Bug #100940

Updated by RVVN no-lastname-given 11 months ago

Hi, 

 When a page containing a extbase plugin is renamed renaming from "Page A" to "Page B", then back to "Page A", a circular redirect is created. 

 In that case, using a form plugin for instance, the following exception is raised : 

 <pre><code class="shell"> 
 The default controller for extension "Form" and plugin "Formframework" can not be determined.  

 Please check for TYPO3\CMS\Extbase\Utility\ExtensionUtility::configurePlugin() in your ext_localconf.php. 
 </code></pre> 

Back