error log with microsoft edge

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • voyger
    Senior Member
    • Jun 2017
    • 381

    error log with microsoft edge

    hi all can somebody help solv this error problem
    thanks



    log error

    Code:
    SCRIPT5009: SCRIPT5009: 'jQuery' is not defined
    file-upload-rollup-542.js (4,2)
    
    5 SCRIPT5009: SCRIPT5009: '$' is not defined
    admin-sbpanel-style.js (11,161)
    
    2 SCRIPT5009: SCRIPT5009: 'jQuery' is not defined
    jquery.tmpl.min.js (1,2)
    
    5 SCRIPT5009: SCRIPT5009: '$' is not defined
    admin-sbpanel-style.js (11,161)
    
    2 SCRIPT5009: SCRIPT5009: 'jQuery' is not defined
    jquery.tmpl.min.js (1,2)
    
    5 SCRIPT5009: SCRIPT5009: '$' is not defined
    admin-sbpanel-style.js (11,161)
    
    2 SCRIPT5009: SCRIPT5009: 'jQuery' is not defined
    jquery.tmpl.min.js (1,2)
    
    5 SCRIPT5009: SCRIPT5009: '$' is not defined
    admin-sbpanel-style.js (11,161)
    
     SCRIPT5009: SCRIPT5009: 'jQuery' is not defined
    jquery.tmpl.min.js (1,2)
    warning

    Code:
    HTML1512: Unmatched end tag.
    sat-lodge.it (1625,132)
    
     HTML1409: Invalid attribute name character. Attribute names should not contain ("),('),(), or (=).
    sat-lodge.it (1701,2)
    
     HTML1509: Unmatched end tag.
    sat-lodge.it (1701,162)
    
     HTML1508: Unmatched end tag.
    sat-lodge.it (1706,122)
    
     HTML1523: Overlapping end tag. Tags should be structured like “b>i>/i>/b>” instead of “b>i>/b>/i>”.
    sat-lodge.it (1706,130)
    
     SEC7115: :visited and :link styles can only differ by colour. Some styles were not applied to :visited.
    sat-lodge.it (1,1)

    Click image for larger version  Name:	Capture3.PNG Views:	1 Size:	512.7 KB ID:	4393231









    voyger.: In Almighty God I trust, everyone else has to provide evidence."

    vBulletin Version 5.5.5
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    Something is trying to access the Javascript before it finishes loading. Or something is causing an error in the Javascript to prevent other functionality from working. Does the problem happen with that addon disabled?

    It appears that the initial error is being thrown with this code -
    Code:
    window.vBulletin=window.vBulletin||{};window.vBulletin.phrase=window.vBulletin.phrase||{};window.vBulletin.phrase.precache=window.vBulletin.phrase.precache||[];window.vBulletin.phrase.precache=$.merge(window.vBulletin.phrase.precache,['dbtech_infopanels_fetching_data_in_x','dbtech_infopanels_fetching_data','dbtech_infopanels_click_reload_to_fetch']);
    That belongs to an addon. The addon may need to be updated to work with newer versions of vBulletin 5.
    Last edited by Wayne Luke; Wed 13 Jun '18, 7:03am.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    • voyger
      Senior Member
      • Jun 2017
      • 381

      #3
      thanks wayne for the replay
      are the error come from fhis InfoPanel-TopX Stat ? is the only one i can thinking about can give error
      voyger.: In Almighty God I trust, everyone else has to provide evidence."

      vBulletin Version 5.5.5

      Comment

      • Wayne Luke
        vBulletin Technical Support Lead
        • Aug 2000
        • 73981

        #4
        Infopanels in general. Not sure what the fix is for it.
        Translations provided by Google.

        Wayne Luke
        The Rabid Badger - a vBulletin Cloud demonstration site.
        vBulletin 5 API

        Comment

        • voyger
          Senior Member
          • Jun 2017
          • 381

          #5
          ok thanks if you get any new news pleas let as know

          regards
          voyger.: In Almighty God I trust, everyone else has to provide evidence."

          vBulletin Version 5.5.5

          Comment

          • voyger
            Senior Member
            • Jun 2017
            • 381

            #6
            hi again still I haven't solved this problem 0n press F12 on my PC get this error or waning any new advise how can I solve this
            thanks

            Click image for larger version

Name:	Capture.PNG
Views:	525
Size:	57.0 KB
ID:	4411229
            voyger.: In Almighty God I trust, everyone else has to provide evidence."

            vBulletin Version 5.5.5

            Comment

            • Wayne Luke
              vBulletin Technical Support Lead
              • Aug 2000
              • 73981

              #7
              The browser isn't loading the Javascript. If you're using an extension to block Javascript, you'll need to allow it for your site.

              I do not get any Javascript errors on your site using Microsoft Edge.

              Click image for larger version

Name:	2019-03-19_10-19-01.png
Views:	473
Size:	410.6 KB
ID:	4411232
              Translations provided by Google.

              Wayne Luke
              The Rabid Badger - a vBulletin Cloud demonstration site.
              vBulletin 5 API

              Comment

              • glennrocksvb
                Former vBulletin Developer
                • Mar 2011
                • 4011
                • 5.7.X

                #8
                Your site is configured to use https but you're accessing it using http.

                You need to redirect http to https in htaccess or server configuration to prevent this issue from happening.

                Flag Icon Postbit Insert GIPHY Impersonate User BETTER INITIALS AVATAR Better Name Card Quote Selected Text Bookmark Posts Post Footer Translate Stop Links in Posts +MORE!

                Comment

                • voyger
                  Senior Member
                  • Jun 2017
                  • 381

                  #9
                  thanks glen I will have a look at that you most probably right never edit the htaccess to https

                  as not sure before I make a bodge up can you tell as which line I have to edit?
                  pleas elaborate bit more for me
                  thanks


                  <IfModule mod_rewrite.c>
                  RewriteEngine On
                  # In some cases where you have other mod_rewrite rules, you may need to remove the
                  # comment on the following RewriteBase line and change it to match your folder name.
                  # This resets the other mod_rewrite rules for just this directory
                  # If your site was www.example.com/forum, the setting would be /forum/
                  RewriteBase /https://sat-lodge.it/forum "it is ok like that" ?

                  #To redirect users to the secure version of your site, uncomment the lines below
                  #RewriteCond %{HTTPS} !=on
                  #RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]

                  # Send css calls directly to the correct file VBV-7807
                  RewriteRule ^css.php$ core/css.php [NC,L]

                  # Redirect old install path to core.
                  RewriteRule ^install/ core/install/ [NC,L]
                  Last edited by voyger; Thu 21 Mar '19, 1:00am.
                  voyger.: In Almighty God I trust, everyone else has to provide evidence."

                  vBulletin Version 5.5.5

                  Comment

                  • Wayne Luke
                    vBulletin Technical Support Lead
                    • Aug 2000
                    • 73981

                    #10
                    Originally posted by voyger
                    <IfModule mod_rewrite.c>
                    RewriteEngine On
                    # In some cases where you have other mod_rewrite rules, you may need to remove the
                    # comment on the following RewriteBase line and change it to match your folder name.
                    # This resets the other mod_rewrite rules for just this directory
                    # If your site was www.example.com/forum, the setting would be /forum/
                    RewriteBase /https://sat-lodge.it/forum "it is ok like that" ?
                    No, it is not. That is an invalid directory path.

                    The code to redirect to HTTPS in the default .htaccess file is:
                    Code:
                      #To redirect users to the secure version of your site, uncomment the lines below
                      #RewriteCond %{HTTPS} !=on
                      #RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
                    Remove the # from the last two lines.

                    Translations provided by Google.

                    Wayne Luke
                    The Rabid Badger - a vBulletin Cloud demonstration site.
                    vBulletin 5 API

                    Comment

                    • voyger
                      Senior Member
                      • Jun 2017
                      • 381

                      #11
                      thanks wayne for your kindle replay

                      done what you said remove the # from the last two lne.
                      clear my browser cookies
                      get error the brouser don't found the forum

                      then done like this work don't know if is right way

                      #To redirect users to the secure version of your site, uncomment the lines below
                      RewriteCond %{HTTPS} !=on
                      #RewriteRule .* https://%{SERVER_NAME}%{REQUEST_URI} [R=301,L]
                      voyger.: In Almighty God I trust, everyone else has to provide evidence."

                      vBulletin Version 5.5.5

                      Comment

                      • Wayne Luke
                        vBulletin Technical Support Lead
                        • Aug 2000
                        • 73981

                        #12
                        Done the second way, it doesn't actually do anything.

                        If that code doesn't work, then you'll need to discuss the issue with the host. We provide a default that should work on most modern web servers. However, it is reliant on server configuration and software versions. Your hosting provider can give the proper redirection code that works on their servers.
                        Translations provided by Google.

                        Wayne Luke
                        The Rabid Badger - a vBulletin Cloud demonstration site.
                        vBulletin 5 API

                        Comment

                        • voyger
                          Senior Member
                          • Jun 2017
                          • 381

                          #13
                          thanks wayne
                          just let you know I tested on my test forum I haven't done on live forum
                          voyger.: In Almighty God I trust, everyone else has to provide evidence."

                          vBulletin Version 5.5.5

                          Comment

                          Related Topics

                          Collapse

                          Working...