Cabal Tools and Xampp

Results 1 to 4 of 4
  1. #1
    Member mu6020 is offline
    MemberRank
    Feb 2009 Join Date
    62Posts

    Cabal Tools and Xampp

    '; } else { if (file_exists($cachefile) && time() - $cachetime < filemtime($cachefile) && !isset($_GET['nocache'])) { include($cachefile); echo "\n"; exit; } $fullurl = 'http://'.$_SERVER['HTTP_HOST'].substr($_SERVER['SCRIPT_NAME'], 0, strrpos($_SERVER['SCRIPT_NAME'], "/")+1); include_once('template/'.$_config['template'].'/index.php'); if (!isset($_GET['nocache'])) { $fp = @fopen($cachefile, 'w'); if ($fp) { fwrite($fp, compress(ob_get_contents())); fclose($fp); ob_end_flush(); } } } ?>


    When I go to enter the site it appears.
    WHAT should I do?

    in Xampp 1.8.3


  2. #2
    Proficient Member R0N is offline
    MemberRank
    Mar 2012 Join Date
    mstscLocation
    187Posts

    Re: Cabal Tools and Xampp

    which website version you are using?

  3. #3
    Member sotiomake is offline
    MemberRank
    Mar 2012 Join Date
    53Posts

    Re: Cabal Tools and Xampp

    show your logs pls.

  4. #4
    Member mu6020 is offline
    MemberRank
    Feb 2009 Join Date
    62Posts

    Re: Cabal Tools and Xampp

    Cabal tools v4 Ep8



Advertisement