6.x: accepting a structure sent between tikis fails (column 'page_alias' cannot be null)
- Status
- Closed
- Subject
- 6.x: accepting a structure sent between tikis fails (column 'page_alias' cannot be null)
- Version
- 6.x
- Category
- Error
- Resolution status
- Fix on the Way
- Submitted by
- Xavier de Pedro
- Lastmod by
- Xavier de Pedro
- Rating
- Description
After sending a structure between 2 tiki sites (using the send pages features between tikis, xmlrpc, etc), once I clicked on the button to accept the received structure in the target tiki site, I got this error:
Copy to clipboardColumn 'page_alias' cannot be null The query was: insert into `tiki_structures`(`parent_id`,`page_id`,`page_alias`,`pos`, `structure_id`) values(?,?,?,?,?) Values: 0 70 1 0 The built query was likely: insert into `tiki_structures`(`parent_id`,`page_id`,`page_alias`,`pos`, `structure_id`) values('0','70',NULL,'1','0')
Both tiki sites are running recent proposals_6xThe url on the target tiki was:
tiki-received_pages.php?offset=0&sort_mode=receivedDate_desc&accept=1- Solution
- fix in commit 34939 (trunk) and backported to 7.x and proposals/6.x. Thanks sylvieg
- Importance
- 4
- Priority
- 20
- Demonstrate Bug on Tiki 19+
-
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show2.tiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Demonstrate Bug (older Tiki versions)
-
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is not configured properlyThe public/private keys configured to connect to show.tikiwiki.org were not accepted. Please make sure you are using RSA keys. Thanks.
- Ticket ID
- 3911
- Created
- Friday 03 June, 2011 16:43:31 UTC
by Xavier de Pedro - LastModif
- Wednesday 15 June, 2011 17:05:53 UTC