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.
Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: error message using full file cache for guests

  1. #1
    Junior Member
    Join Date
    Sep 2010
    Posts
    14

    Default error message using full file cache for guests

    I got following message after I turned on "use full file cache for guests" function. Please help!! Thanks

    HTML Code:
    Warning: filemtime() [function.filemtime]: stat failed for [path]/vbet_guestcache/zh-TW/_forums_showthread_php_12642-天啊-這是真的,officedepot郵寄拿100-reward,還可寄國際郵件!!-(10-3-23)_goto_newpost2.html in [path]/includes/vbenterprisetranslator_functions_guestcache.php on line 53
    
    Warning: Cannot modify header information - headers already sent by (output started at [path]/includes/class_core.php:4551) in [path]/includes/functions.php on line 3902

  2. #2
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    hello,

    Can you turn on this option and paste here a url to the site with this issue?
    do you have disabled a mod_deflate and mod_gzip option in your apache?
    more about mod_deflate option: http://www.vbenterprisetranslator.co....html#post4720

  3. #3
    Junior Member
    Join Date
    Sep 2010
    Posts
    14

    Default

    Quote Originally Posted by kamilkurczak View Post
    hello,

    Can you turn on this option and paste here a url to the site with this issue?
    do you have disabled a mod_deflate and mod_gzip option in your apache?
    more about mod_deflate option: http://www.vbenterprisetranslator.co....html#post4720
    Here is my website

    PuddingBuy~

    I turn off the the guest cache. Therefore, you won't see error message.

    Thanks for the help
    Last edited by chaoyueh; 06-10-10 at 06:15.

  4. #4
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    I have solution for you.
    1.Just edit file: includes/vbenterprisetranslator_functions_guestcache.php
    2find line::
    PHP Code:
    if ((time() - filemtime($vbet_readGuestCacheFileName) <= $timeAllowed) && !vbet_verify_ip_ban()) { 
    change it to:
    PHP Code:
    @$fileTime filemtime($vbet_readGuestCacheFileName);
    if ((
    time() - $fileTime <= $timeAllowed) && !vbet_verify_ip_ban()) { 
    Last edited by kamilkurczak; 02-11-10 at 12:16.

  5. #5
    Michał Podbielski (vBET Staff) vBET's Avatar
    Join Date
    Oct 2009
    Posts
    3,037

    Default

    Yes - this is already known bug we corrected it in our code and it will be included in next release

  6. #6

    Default

    I fixed it as above given. But when i surf between translations browser makes endless loop. It stops when cache disabled.

  7. #7
    Junior Member
    Join Date
    Sep 2010
    Posts
    14

    Default

    Thanks for the help

    It is working

  8. #8
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    hello,
    Cache for guest is working now or not?
    if not please send to my by PM access details to your admincp adn FTP.
    I will fix it.

    Thanks!

  9. #9
    vBulletin Enterprise Translator (vBET) Staff
    Join Date
    May 2010
    Posts
    1,000

    Default

    no answer - solved. If not please write here and I will open this thread again.
    Thanks

  10. #10
    Junior Member
    Join Date
    Sep 2010
    Posts
    14

    Default

    Quote Originally Posted by kamilkurczak View Post
    hello,
    Cache for guest is working now or not?
    if not please send to my by PM access details to your admincp adn FTP.
    I will fix it.

    Thanks!
    Thanks, it is working, now

Page 1 of 2 12 LastLast

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
  •