Required but not found URLs (HTTP code 404)

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Trevor Matthews
    Senior Member
    • Oct 2010
    • 537
    • 4.1.x

    [Forum] Required but not found URLs (HTTP code 404)

    Hi all

    I was just looking through my web-stats as supplied by Plesk.

    I was concerned to see this as the top Required but not found URLs.

    /clientscript/vbulletin_css/style00001l/forumbits.css,forumhome.css,widgets.css,sidebar.css,options.css,tagcloud.css



    Error count = 27500 hits

    Does anyone have a any idea what I can/should do about that?

    Many thanks.
    Regards
    Trevor
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73976

    #2
    Make sure the clientscript/vbulletin_css directory is chmod 0777 then rebuild your styles.

    admincp/template.php?do=rebuild&goto=index.php


    The following isn't a vBulletin URL - http://www.edited-out-.co.uk/sharp-r...lc32dh500.html

    Talk to whoever wrote your rewrite addon.
    Translations provided by Google.

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

    Comment

    • Trevor Matthews
      Senior Member
      • Oct 2010
      • 537
      • 4.1.x

      #3
      Hi
      Do I need to make clientscript/vbulletin_css 777 just while I make the changes and then change it back to whatever it is on now?

      Does re-building my styles have any possible damaging consequences, do I need to do a full back-up first?

      Thanks again.
      Regards
      Trevor

      Comment

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

        #4
        It needs to stay CHMOD 0777 or the owner and group need to be changed to the webserver user.

        Writing CSS to files, reads the CSS information out of the database and writes it to files. Nothing is changed in the database itself.
        Translations provided by Google.

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

        Comment

        • Maurd
          Senior Member
          • Jun 2011
          • 672
          • 4.1.x

          #5
          Is this the actual URL reported?

          Code:
          [COLOR=#333333]/clientscript/vbulletin_css/style00001l/forumbits.css,forumhome.css,widgets.css,sidebar.css,options.css,tagcloud.css[/COLOR]
          It looks like some (incorrect) combination of storing CSS as files and serving them dynamically.

          This is an example of what it should look like if you're saving CSS as files:
          Code:
          clientscript/vbulletin_css/style00071l/main-rollup.css
          And this is an example of what it should look like if you're doing it the default way (css.php):
          Code:
          css.php?styleid=12&langid=1&td=ltr&sheet=bbcode.css,editor.css,popupmenu.css,reset-fonts.css,vbulletin.css,vbulletin-chrome.css,vbulletin-formcontrols.css
          - Maurice Workin' in the Jira mine, goin' down, down, down

          Comment

          • Trevor Matthews
            Senior Member
            • Oct 2010
            • 537
            • 4.1.x

            #6
            Thanks, I will check.
            Regards
            Trevor

            Comment

            Related Topics

            Collapse

            Working...