Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 8 of 8

Thread: Nginx error.log

  1. #1

    Default Nginx error.log

    Text automatically translated from: Russian to: English
    Translated text
    Code:
    2013/08/20 15:50:37 [error] 19825#0: *790595 openat() "/var/www/*******************/data/www/*******************.com/it/images/vbet/flags/allflags.gif" failed (2: No such file or directory), client: 93.137.139.26, server: *******************.com, request: "GET /it/images/vbet/flags/allflags.gif HTTP/1.1", host: "*******************.com", referrer: "http://*******************.com/it/images/vbet/flags/vbet.css"2013/08/20 15:50:41 [error] 19825#0: *790602 openat()
    Original text
    Last edited by Vetall; 20-02-17 at 12:04.

  2. #2
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    On which side of a language code is added to the css files? Do you have any additional plugins? Please paste me your*.htaccess.

  3. #3
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    The issue is that the tag <base> should be before attaching files. Go to AdminCP -> Styles & Templates -> Style Manager -> Edit Templates -> headinclude and move tag <base> on top. Probably this template was previously edited, so you can revert to the default version.

  4. #4

    Default

    Text automatically translated from: Russian to: English
    Translated text
    headinclude

    Code:
    <meta http-equiv="Content-Type" content="text/html; charset={vb:stylevar charset}" />
    <meta id="e_vb_meta_bburl" name="vb_meta_bburl" content="{vb:raw vboptions.bburl}" />
    <base href="{vb:raw basepath}" /><!--[if IE]></base><![endif]-->
    <meta name="generator" content="vBulletin {vb:raw vboptions.templateversion}" />
    .htaccess
    Code:
    RewriteEngine On
    RewriteBase /
    
    Options -Indexes
    Options +FollowSymLinks
    
    RewriteCond %{HTTP_HOST} ^www\.(.*)$ [NC]
    RewriteRule ^(.*)$ http://%1/$1 [R=301,L]
    
    
    
    AddDefaultCharset utf-8
    AddCharset utf-8 *
    <IfModule mod_charset.c>
        CharsetSourceEnc utf-8
        CharsetDefault utf-8
    </IfModule>
    
    RewriteRule ^((urllist|sitemap).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L]
    
    
    
    #RULES for SEO translation links with vBSEO (have to be included before all rules to vbseo.php)
    RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|ur|vi|cy|yi)/$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/ [L,QSA]
    RewriteRule ^/?(af|sq|ar|hy|az|eu|be|bg|ca|zh-CN|hr|cs|da|nl|en|et|tl|fi|fr|gl|ka|de|el|ht|iw|hi|hu|is|id|ga|it|ja|ko|lv|lt|mk|ms|mt|no|fa|pl|pt|ro|sr|sk|sl|es|sw|sv|zh-TW|th|tr|uk|ur|vi|cy|yi)/(.*)?$ vbenterprisetranslator_seo.php?vbet_lang=$1&redirected=/$2 [L,QSA]
    
    RewriteCond %{REQUEST_URI} !(admincp/|modcp/|vbseo_sitemap/|cron)
    RewriteRule ^((archive/)?(.*\.php(/.*)?))$ vbenterprisetranslator_seo.php [L,QSA]
    
    
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !^(admincp|modcp|clientscript|cpstyles|images)/
    RewriteRule $ vbenterprisetranslator_seo.php [L,QSA]
    
    #server-status
    RewriteCond %{REQUEST_URI} !=/server-status
    RewriteCond %{REQUEST_URI} !=/server-info
    Original text

  5. #5

    Default

    Text automatically translated from: Russian to: English
    Translated text
    I think the problem is this:

    vsq_spoiler_head

    Code:
    <script type="text/javascript" src="http://yui.yahooapis.com/combo?2.8.2r1/build/selector/selector-min.js&amp;2.8.2r1/build/event-delegate/event-delegate-min.js&amp;2.8.2r1/build/animation/animation-min.js"></script>
    <script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/yui/animation/animation-sh.js"></script>
    <script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vsqspoiler.js"></script>
    <link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}vsq_spoiler.css" />
    Original text

  6. #6
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    Please send me a PM access details to Admin CP and FTP. I will check what is going on there

  7. #7

    Default

    answered a personal message.

  8. #8
    Banned
    Join Date
    Aug 2012
    Posts
    481

    Default

    The issue was settings in module ngx_pagespeed. The issue resolved.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •