Wiki page creation fails : no rights to do it
- Status
- Open
- Subject
- Wiki page creation fails : no rights to do it
- Version
- 12.x Regression
- Category
- Regression
- Resolution status
- New
- Submitted by
- yvan
- Lastmod by
- yvan
- Rating
- Description
Trying to create a new page with a quick edit module, it fails telling me I do not have the right to do it.
The problem seems to be related to the line 217 in tiki-editpage.php:
Copy to clipboardif ($tiki_p_edit !== 'y' && (!empty($info) || empty($structure_info))) {No error replacing with the line in the 12.0 version:
Copy to clipboardif ($tiki_p_edit !== 'y' && !empty($info)) {
But I don't know yet if there are other implications, in structures for instance.- Priority
- 25
- 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
- 5260
- Created
- Thursday 05 June, 2014 07:55:31 UTC
by yvan - LastModif
- Thursday 05 June, 2014 07:55:31 UTC