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: {exp:publisher:languages} tag outputting nothing
Status | Resolved |
Add-on / Version | Publisher 3.5.3 |
Severity | |
EE Version | 6.3.4 |
pixi
May 24, 2022Hi Brian,
I have an issue going on with {exp:publisher:languages} tag outputing nothing and don’t know exactly how to interpret the debug output.
Don’t know if it is a bug but {exp:publisher:switcher style="links"} works (but doesn’t allow customization).
I always used
{exp:publisher:languages}
<a href="{switch_language_url}" title="{long_name}">{short_name}</a>
{/exp:publisher:languages}
to ouput translation links in my other previous websites and it always worked so I switched on the debug output but there is nothing significant to exploit.
0.017916 / 17.2MB Calling Tag: {exp:publisher:languages}
0.023024 / 17.2MB -> Data Returned
0.023056 / 17.2MB - End Tag Processing -
0.024619 / 17.2MB Calling Extension Class/Method: Publisher_ext/template_post_parse
Do you see any reason why the {exp:publisher:languages} gives nothing to put me on rails?
Thanks for your help.
BoldMinded (Brian)
May 27, 2022
Hard to say without seeing your Publisher settings. Do you have phrases for all the languages?
pixi
May 30, 2022
Comment has been marked private.
BoldMinded (Brian)
May 31, 2022
You don’t have any phrase translations for the languages, this is likely the problem.
pixi
May 31, 2022
But unfortunately I have no possibility to add any translations to these automatically created phrases (as you can see on the image I just attached to the ticket).
BoldMinded (Brian)
May 31, 2022
You click the pencil icon to edit the phrase, and add the translations there, just like any other phrase.
pixi
May 31, 2022
Comment has been marked private.
BoldMinded (Brian)
Jun 01, 2022
Is this a new installation or an upgrade from an older version of Publisher?
I’ve seen this happen before, and you’ll need to provide FTP and CP access so I can fix the database manually.
BoldMinded (Brian)
Jun 01, 2022
Edit the ticket and provide the CP and FTP info in the provided fields.
pixi
Jun 01, 2022
This is a new installation.
I just uploaded the local MAMP installation for you on a dev server and provided the credentials to the ticket. Thanks in advance.
BoldMinded (Brian)
Jun 01, 2022
For some reason it didn’t create the rows in the exp_publisher_phrase_data table for those language phrases. Running these queries locally should fix it. It fixed your dev site.
BTW, you have something really weird happening on your dev site where every add-on that has a menu navigation on the left is linking to that add-on’s license page for all menu options. I had to navigate to the phrases page by typing it into the url bar. /cp/addons/settings/publisher/manage/phrases/translations/2
pixi
Jun 02, 2022
Thanks it works now with these adds 😊
Weird for the add-ons links, I don’t have the issue on my local installation.