Developer
Supported
Flexi Channel Entries Limit
ExpressionEngine 2
Back to this add-on's main page
View Other Add-ons From Milan Topalov
Incorrect output in v2.10.1
Support Request
Tyssen
|
Posted: 18 August 2015 02:27 AM |
|
|
|
In my template I have:
{paginate} View {limit_link limit="12"} | {limit_link limit="24"} | {limit_link limit="36"} per page {/paginate}
and what I get output on the page is View {limit_link limit=“12”} | {limit_link limit=“24”} | {limit_link limit=“36”} per page.
And if I’m logged in, I get:
A PHP Error was encountered
Severity: Notice
Message: Trying to get property of non-object
Filename: flexi_channel_entries_limit/ext.flexi_channel_entries_limit.php
Line Number: 63
A PHP Error was encountered
Severity: Warning
Message: preg_match_all() expects parameter 2 to be string, array given
Filename: flexi_channel_entries_limit/ext.flexi_channel_entries_limit.php
Line Number: 74
A PHP Error was encountered
Severity: Warning
Message: Cannot modify header information - headers already sent by…
Filename: core/Common.php
Line Number: 475
|
|
|