Minify を使用しており、タイムスタンプ付きの URI が必要です。
readme.txt はこれを示唆しています:
<link rel="stylesheet" type="text/css" href="<?php echo Minify_groupUri('css'); ?>" />
<script type="text/javascript" src="<?php echo Minify_groupUri('js'); ?>"></script>
「このファイルをインクルードする前に、/min/lib が include_path にある必要があります。」
include_path はどこに設定されていますか??
A.