ZazOufUmI
Forum Replies Created
-
One thing to notice, if I go to Safari, disable Styles it is working (but ugly obviously).
Compared to the translated version, the original version has the content first, then at the end of the page the header.
Also at the bottom of the original version, I have this message from wordpress : There was a critical error on this site.
Hi,
Thank you for your answer.
Here is what I have tried :
1. I don’t know where to find error logs
2. Already increased to 256M
3. WP_DEBUG and WP_DEBUG_LOG are set to true
4. I have done it without changes
5. I have done it already and the issue appears only when I have TranslatePress activated, all other plugins are disabledOne thing to notice is that when I check the source code of my page, I can see the content in html. But for some reason I am stuck at loading with always this 500 error.
Once again, this only happen on blog article page. Not on other pages.
If I check the console log while loading the original language page while translating the page (coming from a working translated page), it looks like the error 500 is coming from
webpack:///assets/src/js/editor.vue:watch: { currentLanguage: function( currentLanguage ) { let self = this //grab the correct URL from the iFrame let newURL = this.iframe.querySelector( 'link[hreflang="' + currentLanguage.replace( '_', '-' ) +'"]' ).getAttribute('href') this.currentURL = newURL this.iframe.location = newURLfrom this line :
this.iframe.location = newURL