Home Forums Weaver Xtreme Theme issue with loading media

Viewing 16 posts - 1 through 16 (of 30 total)
  • Author
    Posts
  • #76108
    beethoven
    Participant

    Bonjour

    On my site fncta-midipy.fr since somme weeks, when I try to add some medias (actually some .mp3 files) I have this error messages. With the normal adding method :

    Échec de la connexion sécurisée. La connexion avec fncta-midipy.fr a été interrompue pendant le chargement de la page. 

    With the navigator method

    La page que vous essayez de consulter ne peut pas être affichée car l’authenticité des données reçues ne peut être vérifiée.

    When I change WP-DEBUG  and WP-DISPLAY to TRUE I have this message when opening the site

    <b>Notice</b>: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simple-lightbox domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in <b>/datas/yulpa171786/sites/fncta-midipy.fr/wp-includes/functions.php</b> on line <b>6131</b>

    Then this two messages :

    <b>Warning</b>: Cannot modify header information – headers already sent by (output started at /datas/yulpa171786/sites/fncta-midipy.fr/wp-includes/functions.php:6131) in <b>/datas/yulpa171786/sites/fncta-midipy.fr/wp-includes/functions.php</b> on line <b>7182</b>

    <b>Warning</b>: Cannot modify header information – headers already sent by (output started at /datas/yulpa171786/sites/fncta-midipy.fr/wp-includes/functions.php:6131) in <b>/datas/yulpa171786/sites/fncta-midipy.fr/wp-admin/admin-header.php</b> on line <b>14</b>

    but no new message when trying to add a media file

    I would be very glad for any help even if it is perhaps not theme realated. I asked my host but have no answer

     

    #76113
    User
    Moderator

    @beethoven

    As I am aware, the loading and operation of audio (mp3) and other media is a WordPress core function and not theme related.

    It sounds like two of your plugins have a conflict.

    The solution can only be found after you know which two plugins are in conflict.

    The normal way to test them is to turn all plugins off, one by one, and see when the load error messages stop.

    Also, before testing, please do ensure that all your plugins, your theme and the WP Core are all the latest versions.

    Regards!

    #76116
    User
    Moderator

    @Beethoven

    After researching WP-6.9 and finding: https://datronixtech.com/wordpress-6-9-update-issues/

    it seems probable this is a plugim conflict.

    Regards.

    #76118
    beethoven
    Participant

    Thank you @User but no, it is not a plugin conflict. When I deactivate all plugins I have this messages :

    <b>Warning</b>: Cannot modify header information – headers already sent by (output started at /datas/yulpa171786/sites/fncta-midipy.fr/wp-content/themes/weaver-xtreme/includes/fileio.php:168) in <b>/datas/yulpa171786/sites/fncta-midipy.fr/wp-includes/pluggable.php</b> on line <b>1531</b>

    <b>Warning</b>: Cannot modify header information – headers already sent by (output started at /datas/yulpa171786/sites/fncta-midipy.fr/wp-content/themes/weaver-xtreme/includes/fileio.php:168) in <b>/datas/yulpa171786/sites/fncta-midipy.fr/wp-includes/pluggable.php</b> on line <b>1534</b>

    And the issue with adding the .mp3 file is still there !

    #76121
    User
    Moderator

    @Beethoven

    Can you please go to the Weaver Xtreme plugin Help tab and copy in here “Your System and Configuration Info”.

    You may want to set the reply as “Private”…..

    Regards!

    #76122
    scrambler
    Moderator

    you may want to refresh everything in case something was corrupted.

    Wordpress: redo the last update.

    Weaver:

    • Backup/download all settings for safe keeping
    • Switch to a standard theme
    • Delete all weaver Theme and plugins
    • Reinstall Xtreme from WordPress and activate
    • reinstall weaver plugins and activate
    #76124
    Private Reply
    beethoven
    Participant
    This reply has been marked as private.
    #76125
    beethoven
    Participant

    @scrambler, I refreshed everything as you said but no change, the issue is still there with all plugins activated or deactivated. I tried everything I found on internet, but nothing works…

    #76126
    scrambler
    Moderator

    DO you have the problem when you activate a default WordPress theme?

    May be @weaver will have an idea…

     

    #76127
    Weaver
    Keymaster

    The original post has the error message. The key item in the message is

    Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simple-lightbox domain was triggered too early.

    This seems to indicate that your simple lightbox plugin is the problem. WordPress load translation files for WordPress itself, and for plugins – usually automatically. Recently (last couple of years at least), there’s been a project that is providing translations from what seems to be a dedicated volunteer group, and since French is so common, most plugins would have French translations.

    But the message means that for some reason, the Simple Lightbox plugin is not loading its translation correctly. You will have to find an alternative or contact the simple lightbox developer. Not a Weaver Xtreme problem I’m pretty sure.

    #76128
    beethoven
    Participant

    @scrambler, yes when I change the theme, the issus remains. So it is not theme dependent ! But if you have any idee  where this issue comes from, I would be very grateful. It must be some change somewhere because a few weeks ago, this issue was not and I added many .mp3 files without problem. There is no issue with other files (.pdf and even .waw), only with .mp3 files, even converted to .wav. J’en deviens fou !


    @weaver
    , the lightbox plugin has an issue and I’ll ask the developper or change for another plugin but removing it doesn’t solve the issue with loading .mp3 files. When I deactivate all plugins, I have still the two messages :

    <b>Warning</b>: Cannot modify header information – headers already sent by (output started at /datas/yulpa171786/sites/fncta-midipy.fr/wp-content/themes/weaver-xtreme/includes/fileio.php:168) in <b>/datas/yulpa171786/sites/fncta-midipy.fr/wp-includes/pluggable.php</b> on line <b>1531</b>

    <b>Warning</b>: Cannot modify header information – headers already sent by (output started at /datas/yulpa171786/sites/fncta-midipy.fr/wp-content/themes/weaver-xtreme/includes/fileio.php:168) in <b>/datas/yulpa171786/sites/fncta-midipy.fr/wp-includes/pluggable.php</b> on line <b>1534</b>

    does that make sense for you ?

    #76129
    User
    Moderator

    @Beethoven

    WordPress 6.9 was officially released on December 2, 2025.

    That seems to be when your problems started.

    Would you consider reverting to WP v6.8 and see if the rest of the installation will work correctly with that?

    Regards.

    #76130
    beethoven
    Participant

    I reverted to v6.8 and even v6.7 and the issue is still the same :

    La connexion avec fncta-midipy.fr a été interrompue pendant le chargement de la page. La page que vous essayez de consulter ne peut pas être affichée car l’authenticité des données reçues ne peut être vérifiée.

     

    #76133
    Weaver
    Keymaster

    Please read my earlier response again:

    Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the simple-lightbox domain was triggered too early.

    This seems to indicate that your simple lightbox plugin is the problem. WordPress load translation files for WordPress itself, and for plugins – usually automatically.

    That is likely the true issue. I’ve just spent over an hour going over all the information you provided here so far, and have re-reached that conclusion again. It is not Weaver Xtreme. The messages you are getting about

    b>Warning</b>: Cannot modify header information – headers already sent by (output started at /datas/yulpa171786/sites/fncta-midipy.fr/wp-content/themes/weaver-xtreme/includes/fileio.php:168) in <b>/datas/yulpa171786/sites/fncta-midipy.fr/wp-includes/pluggable.php</b> on line <b>1531</b> …

    are in fact coming from the fact you enabled WP-DEBUG and WP-DISPLAY.

    However, I’m don’t exactly understand what is going on with failure to load or edit or add or whatever you were doing with .mp3 files fits into this. Perhaps sending the debug output to a log file (can be done, I don’t know the details offhand) would be more revealing.

    #76137
    beethoven
    Participant

    @weaver the debug_log file shows only the “simple lighbox” message and if I deactivate the lighbox plugin there is no message at all.

    My problem is adding files to the site. Every thing is OK (even with big files) but adding .mp3 sound files. Most of them (but not all) can’t be uploaded. Messages : La page que vous essayez de consulter ne peut pas être affichée car l’authenticité des données reçues ne peut être vérifiée. or with the navigator method : Échec de la connexion sécurisée. La connexion avec fncta-midipy.fr a été interrompue pendant le chargement de la page. 

    The issue seams to be not theme related, not PHP version related, not wordpres version related, not plugin related, not language related ! But it is the same on two other weawer extreme sites I manage (one of them had no changes since a long time) And the issue is new one or two months ago, it was not there. It makes me crazy !

    Could I send you one of the files I can’t upload so you can try on another site or even on one of my sites if I give you access ? That would be great !

    #76139
    scrambler
    Moderator

    Are you able to upload one of the problematic file on another site?

    Are you uploading them from your computer or somewhere else?

    Have you tried uploading using the Audio Block?

    Are you having the issue uploading the file into the media library or directly in content?

    Recherche sur Perplexity.ai

    Échec de la connexion sécurisée. La connexion avec le site a été interrompue…

    La page que vous essayez de consulter ne peut pas être affichée car…

     

     

Viewing 16 posts - 1 through 16 (of 30 total)
  • You must be logged in to reply to this topic.