[bd] Cache [Deleted]

Nope. Both of those files aren't being reported as missing on my board's File Health Check.
I'm still facing this files missing in Nginx.
Someone else with this version are getting this file health error:
screen-shot-2015-11-24-at-2-47-40-am-png.122422

in Tools -> File Health Check ?
The files are uploaded perfectly.
 
FYI, this is happening in Nginx
I'm running my board on nginx as well, but I didn't get such error. So I don't think that Nginx has anything to do with the error.
I suggest to double-check the files and their path as well. Do they have the correct permission settings and owner/group settings?
 
Ohho, I see, lmao. I forgot that it was updated to 1.1.0 earlier. I'm still using 1.0.7. Not in the mood to extend my membership yet, so I'm sticking with 1.0.7 for now.
 
The version 1.1.0 have that problem.
I hate have to do this, but if the developer don't want to reply here, I'll request my 5 bucks via Paypal and I'll downgrade to the old version (1.0.7).
Sorry @xfrocks.
 
Oh well, I've no say on that matter, but so far 1.0.7 works just fine with Zend OpCache 7.0.6 as my back-end caching.
 
I have this problem. @xfrocks

I have enabled the "CSS to File" caching for my forum and i'm watching what happen. When i look the source of any forum page, i see 2 css line. First line looking xenforo default css variables. Second line including some custom css variables.

Code:
<link rel="stylesheet" href="data/bdCache/css/1449947867/82af1cf5ef8c4d1e47fd446d2b6ca6bb.css"/>
<link rel="stylesheet" href="css.php?css=GoToTop_normal,discussion_list,inline_mod,moderator_bar,nat_public_css,tag&amp;style=2&amp;dir=LTR&amp;d=1449947867"/>

But if i use CTRL + F5 in source mode, then i see that second lines converting to constant css too.

Code:
<link rel="stylesheet" href="data/bdCache/css/1449948057/029ce0e0929514fb77df4c54f30676b0.css"/>
<link rel="stylesheet" href="data/bdCache/css/1449948057/74045ad9c340ec6dfb73db15996190b1.css"/>

If i dont do CTRL + F5 then our css calling with css.php still. We must refresh the page for creating this css ?
I dont understand ... I think this function doesn't work preperly...
 
I have this problem. @xfrocks

I have enabled the "CSS to File" caching for my forum and i'm watching what happen. When i look the source of any forum page, i see 2 css line. First line looking xenforo default css variables. Second line including some custom css variables.

Code:
<link rel="stylesheet" href="data/bdCache/css/1449947867/82af1cf5ef8c4d1e47fd446d2b6ca6bb.css"/>
<link rel="stylesheet" href="css.php?css=GoToTop_normal,discussion_list,inline_mod,moderator_bar,nat_public_css,tag&amp;style=2&amp;dir=LTR&amp;d=1449947867"/>

But if i use CTRL + F5 in source mode, then i see that second lines converting to constant css too.

Code:
<link rel="stylesheet" href="data/bdCache/css/1449948057/029ce0e0929514fb77df4c54f30676b0.css"/>
<link rel="stylesheet" href="data/bdCache/css/1449948057/74045ad9c340ec6dfb73db15996190b1.css"/>

If i dont do CTRL + F5 then our css calling with css.php still. We must refresh the page for creating this css ?
I dont understand ... I think this function doesn't work preperly...
That is the correct behavior. The cache is rebuilt late so the first request still run as fast as it can. Later requests will make use of the cached data when it is available. If the first request try to wait for the css file, it will take longer time.
 
Weird, can you send the package via email to pony at xfrocks dot com? I have just checked the package on xfrocks.com and it does contain those two files.
The two files also exist in the package, and are there on the server, however, it's still reporting them missing when doing a file check.
 
and the checks I've done myself
Code:
[root@li958-32 bdCache]# cd EWRporta/ControllerPublic/
[root@li958-32 ControllerPublic]# md5sum Articles.php
5081e35ee8cc64433429056c1255c2bc  Articles.php
[root@li958-32 ControllerPublic]# md5sum Portal.php
6fecc2fc9debb502718003fc6709f4a5  Portal.php
[root@li958-32 ControllerPublic]#

PHP:
<?php

class bdCache_FileSums
{
        public static function getHashes()
        {
                return array (
  // 'library/bdCache/FileSums.php' => '299a23a2291e2126b91d54f3601ec162',
  'library/bdCache/ControllerHelper/Cache.php' => 'fe7ed1cbbf7e2cb6e7d46acf4a49d96b',
  'library/bdCache/Core.php' => 'eafafa307c21e705a1d6fe7936770cbf',
  'library/bdCache/CronEntry/CleanUp.php' => '1ee84e5f8fdaf9fa461e21adc507a352',
  'library/bdCache/Crypt.php' => '4eaf25d745eae9b60a90b88758e5ac95',
  'library/bdCache/Css.php' => '6e90a448ec1baf3238003e60c5cacde3',
  'library/bdCache/EWRPorta/ControllerPublic/Articles.php' => '5081e35ee8cc64433429056c1255c2bc',
  'library/bdCache/EWRPorta/ControllerPublic/Portal.php' => '6fecc2fc9debb502718003fc6709f4a5',
  'library/bdCache/File.php' => '2c87b1a93bf1f0d89db09de4430b2f6f',
  'library/bdCache/Installer.php' => '7808c10673c7fc7bf52290ccdae1837d',
  'library/bdCache/Js.php' => '0bc06e472848de514c067d21594fa884',
  'library/bdCache/Listener.php' => '10870c6d6f295d2316c012f667aefc92',
  'library/bdCache/Model/Cache.php' => 'aa8a82d31f0a9e492006e7c13607919d',
  'library/bdCache/Option.php' => '4c278624247705c9ce6f7f12776b7b3c',
  'library/bdCache/ShippableHelper/TempFile.php' => 'cac49e7a9dd4eaca7ac61c059e207547',
  'library/bdCache/ShippableHelper/Updater.php' => '0df7d7c7951368188be49cc5b254e7f7',
  'library/bdCache/XenForo/ControllerPublic/Forum.php' => '668e734167368af0f97b8a526b2a6db4',
  'library/bdCache/XenForo/ControllerPublic/Index.php' => '42c957ec603b0ea84802c508cf0be8f5',
  'library/bdCache/XenForo/ControllerPublic/Member.php' => 'cb9f0c198eb67458e1fa3070c3e585fa',
  'library/bdCache/XenForo/ControllerPublic/Misc.php' => 'cce6a572c51188c20c3244d0fc3deefd',
  'library/bdCache/XenForo/ControllerPublic/Thread.php' => 'b4ac6768cdd3d3e6e94343eac475d086',
  'library/bdCache/XenForo/DataWriter/DiscussionMessage/Post.php' => '9a9c677d5d90e26772064e82a586e832',
  'library/bdCache/XenForo/Model/Permission.php' => 'c4700fac55a2d8de27e6d65cdd93b26c',
  'library/bdCache/XenForo/Model/Thread.php' => 'e4670fc770e3cd418d7382342db53171',
  'library/bdCache/XenForo/Model/User.php' => '2c61f5749f749e70c2796f41b99ee79f',
  'library/bdCache/XenResource/ControllerPublic/Author.php' => '5501531fb866a9f5933efe8c863eec83',
  'library/bdCache/XenResource/ControllerPublic/Resource.php' => 'e108da77af135379c04b210337d4bbf9',
);
        }
}
 
New version has been made available on xfrocks.com to address the file health check issue. Please contact me directly to obtain the fix manually if you cannot download the patched version.
 
That is the correct behavior. The cache is rebuilt late so the first request still run as fast as it can. Later requests will make use of the cached data when it is available. If the first request try to wait for the css file, it will take longer time.
But, if i refresh the page multiple times or 10times, everything happen again. I see the .php css files still. Only, second refresh does php css to file. Another refresh i see .php files still.
 
But, if i refresh the page multiple times or 10times, everything happen again. I see the .php css files still. Only, second refresh does php css to file. Another refresh i see .php files still.
It should only happen again after you make changes to the public templates. Otherwise, static files will be used. Were you editing templates when you noticed this?
 
It should only happen again after you make changes to the public templates. Otherwise, static files will be used. Were you editing templates when you noticed this?
No, of course.
If you interesting with this problem, i can enable your plugin then give you the my URL so you can look on the source code what happen. Second refresh everytime looking two .css files from bdcache directory but others everytime i see one php file, one css file.
 
No, of course.
If you interesting with this problem, i can enable your plugin then give you the my URL so you can look on the source code what happen. Second refresh everytime looking two .css files from bdcache directory but others everytime i see one php file, one css file.
Yes, please start a conversation with me. Thank you.
 
Back
Top Bottom