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 3 to Playa_ext::channel_entries_tagdata() expected to be a reference, value given

Status Resolved
Add-on / Version Publisher
Severity Blocker
EE Version 24

gaetan

Jun 11, 2013

Hello,

Just purchased your addon, looking good.
When installed i’m getting the following errors on my template. ( http://d.pr/i/lfoH )

I’m working with the latest p&t addons and clicked the link on your settings page.
When I uninstall playa, the errors are gone.

With kind regards,

G

#1

BoldMinded (Brian)

What version of EE?

#2

gaetan

EE version 2.5.3

#3

BoldMinded (Brian)

If you upgrade to 2.5.5 it should fix itself, or follow this thread: https://support.ellislab.com/bugs/detail/18263

#4

gaetan

Thank you for your reply. Just updated my EE install.

When I added a language I got the following errors. ( screen http://d.pr/i/eMMv ) I cant login in my CP anymore. It gives me the same errors.

On the frontend I got the same errors.

With kind regards,

G

#5

BoldMinded (Brian)

Did you upgrade to 2.5.5 or 2.6.1?

Try clearing your cookies.

#6

gaetan

Its 2.5.5 - now i get this on my frontpage…. http://d.pr/i/GXR1

#7

gaetan

I think my latest error has something to do with the translated urls, because when I turn them off the error goes away…

#8

BoldMinded (Brian)

Did you update EE through the wizard?

Are you using Structure? If so, resave an entry or drag and drop to re-order the tree, see if that does anything.

Also, do you have any exp_publisher named cookies? If so do the values appear correct, e.g. you have one for exp_publisher_site_language and it has a value.

You might need to provide FTP access, or zip up the whole site & database dump so I can debug it locally if you can’t sort it out.

#9

BoldMinded (Brian)

if you provide FTP or a zip file of the site, edit the ticket and add the info to the provided fields. You can put the .zip file online somewhere and enter it into one of the URL fields when editing the ticket too.

#10

gaetan

No, its no update through the wizard, its our start install. (always updated with the Updater addon) We are not using Structure.

Everything works for now, only when I turn on template translations it give me a bunch of errors and performs a whopping 1700 queries on save. (for only 7 templates and 3 languages) When I disable the option template translation everything works fine I guess.

Also strange, when I click on a link generated like this {long_name} it always give me the site on a new page. (like target=”_blank”)

How can this be achieved? http://boldminded.com/assets/images/uploads/publisher-detailed-translation-status.png

With kind regards,

g

#11

BoldMinded (Brian)

There is a setting for the detailed statuses.

How many entries do you have in your site? Are you using Pages instead?

#12

BoldMinded (Brian)

Try adding this to the top of that get() method, on line 652 of publisher_site_pages.php

public function get($lang_id = FALSE, $uris_only = FALSE, $status = FALSE, $refresh_cache = FALSE)
    {
        if ( !$this->is_installed())
        {
            return array();
        }
#13

BoldMinded (Brian)

This code change worked (per email) and is included in the next release.

Login to reply