Project

General

Profile

Bug #96651

Updated by Wolfgang Klinger over 2 years ago

Steps to reproduce: 

 - Create a new page, save 
 - Rename page, update slug => creates a redirect (check pid in table sys_redirect) 
 - Copy this page and paste into another page 
 - The following error message is thrown: 
 <pre> 
 1: Attempt to insert record "sys_redirect:3" on a page (8) that can't store record type. 
 </pre> 

 (the UID (8) is the one of the newly inserted page) 

Back