Publisher does not support the Fluid field type. Please do not contact asking when support will be available.

If you purchased an add-on from expressionengine.com, be sure to visit boldminded.com/claim to add the license to your account here on boldminded.com.

Ticket: Parameter start_on breaks page

Status Resolved
Add-on / Version Publisher 1.6.5
Severity
EE Version 2.10.1

Madelon

Aug 20, 2015

Description:
As soon as I use the paramater start_on, I get a blank page with the error “Content Encoding Error”. (Firefox) I added a screenshot of this.


Detailed steps to reproduce the issue:
I use this template tag:

{exp:channel:entries channel="blog" dynamic="off" publisher_lang_id="{publisher:current_language_id}" publisher_enable_persistence="n" limit="3" orderby="view_count_one" sort="desc" disable="categories|category_fields|member_data" cache="yes" refresh="60"}


Edit:
I turned gzip output off. I get to see two specified PHP errors. I also added a screen shot of this.

 

 

#1

BoldMinded (Brian)

Did you try this without publisher installed?

#2

Madelon

I just enabled Publisher in the settings and I get no errors. The error started when I added pagination.

#3

BoldMinded (Brian)

Ok, but did you disable publisher after adding pagination?

#4

Madelon

Yes. I have this piece of template code:

{exp:channel:entries channel="blog" dynamic="off" publisher_lang_id="{publisher:current_language_id}" publisher_enable_persistence="n" limit="3" orderby="view_count_one" sort="desc" disable="categories|category_fields|member_data" cache="yes" refresh="60"}
{paginate}
{/paginate}
{/exp:channel:entries}

With Publisher enabled I get an error. With Publisher disabled it does work.

#5

Madelon

I meant this piece of code:

{exp:channel:entries channel="blog" dynamic="off" publisher_lang_id="{publisher:current_language_id}" publisher_enable_persistence="n" limit="3" start_on="-2 months" orderby="view_count_one" sort="desc" disable="categories|category_fields|member_data" cache="yes" refresh="60"}
{paginate}
{/paginate}
{/exp:channel:entries}
#6

BoldMinded (Brian)

I was not able to replicate this when adding the start_on parameter. Your tag has a lot of parameters in it, including caching. Please simplify the tag and adding only what is necessary to reproduce the error. Is Publisher the only add-on you have installed? If not, please make a db backup and uninstall everything except Publisher and see if it still happens.

Also, its dynamic=”no” not “off”

#7

BoldMinded (Brian)

Please be sure you’ve fully read http://boldminded.com/support/how-to-submit and http://boldminded.com/support-terms-conditions

#8

BoldMinded (Brian)

Comment has been marked private.

#9

Madelon

I can’t make the error appear anymore. I also notice you have solved other bugs. Many thanks!

Also thank you for noticing I was using the dynamic parameter incorrect. I adjusted it.

#10

BoldMinded (Brian)

Excellent! I’ll close this thread then. This fix will be in the next official release 1.6.6 probably early next week.

Login to reply