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 10 of 11

Thread: Warnings in Guest Cache

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Junior Member
    Join Date
    Apr 2010
    Posts
    26

    Default Warnings in Guest Cache

    I've got warnings on my guest cache"
    Warning: filemtime() [function.filemtime]: stat failed for [path]/vbet_guestcache/pl/_showthread_php_t_295527.html in [path]/includes/vbenterprisetranslator_functions_guestcache.php on line 53
    To resolve it I've changed line 53:
    if ((time() - filemtime($vbet_readGuestCacheFileName) <= $timeAllowed) && !vbet_verify_ip_ban()) {
    to:
    @$fileTime = filemtime($vbet_readGuestCacheFileName);
    if ((time() - $fileTime <= $timeAllowed) && !vbet_verify_ip_ban()) {
    Hope that helps.

    PS.
    Grate thing that Guest Cache is. Now there is no need of buying vB Optimize Pro :P I think I'll get another vBET for my second forum. Cheers.
    Last edited by kamilkurczak; 06-10-10 at 08:08.

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
  •