Johan Cwiklinski

Results 312 comments of Johan Cwiklinski

:+1: @jokeum Looking at the template file, `og:title` is conditionned on `page_title` not `title` ;) Note that one is also used for `twitter:title` meta tag.

Hi @shushugah, thanks for your attention :) As far as I've seen, seo-tag do use `page.title` property to construct its own page title that is then used in several places...

Extra note: I had another issue: the `application/ld+json` contains also the page title, so it gets the untranslated strings... I've fixed using a replace in the `template.html` file, did not...

@Hywan yes, I've just tried again to be sure: this does not work; with or without the loop switch.

I forget to answer the latest question: yes, the bug happens as soon as the loop option is present. It's quite easy to reproduce

I had similar issue with previous releases; but this seems to be fixed now; I'm able to set breakpoints even with default mode.

Indeed, that is much more explcit; thank you very much @cedric-anne; I forget about that explicit `ini_set`!

I've removed non english comment.

I close for now. Feel free to reopen if it's reproducible with GLPI 10 (or open a new ticket with an updated stack trace).

I cannot reproduce. It's probably due to either fields definition, or data... Did you try to regenerate? We need a way to reproduce from a fresh install in order to...