I just tried using the parameters show_pages=“only” and entry_id=“not 1” and get these errors:
A PHP Error was encountered
Severity: Notice
Message: Array to string conversion
Filename: channel/mod.channel.php
Line Number: 1507
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by (output started at /home/content/77/8449677/html/cpll/codeigniter/system/core/Exceptions.php:170)
Filename: core/Common.php
Line Number: 405
Fatal error: ob_start() [<a href="http://ref.outcontrol">ref.outcontrol</a>]: Cannot use output buffering in output buffering display handlers in [path-to-system]/codeigniter/system/core/Exceptions.php on line 166I removed the “not” operator and it worked fine; it showed only entry #1.
Are these parameters not allowed together or is this a bug?