MESSAGE: chmod() [
function.chmod]: Operation not permitted
TYPE: Warning
FILE: /usr/local/www/vhost/texasstate/lib/pear/HTML/Template/Flexy/Compiler/Flexy.php
LINE: 179
DEBUG INFO:
174 echo "Writing: $file
\n";
175 }
176 fwrite($cfp, $data);
177 fclose($cfp);
178
179 chmod($file, 0775);
180 // make the timestamp of the two items match.
181 clearstatcache();
182 touch($file, filemtime($flexy->currentTemplate));
183 if ($file != $flexy->compiledTemplate) {
184 chmod($flexy->compiledTemplate, 0775);
MESSAGE: touch() [
function.touch]: Utime failed: Operation not permitted
TYPE: Warning
FILE: /usr/local/www/vhost/texasstate/lib/pear/HTML/Template/Flexy/Compiler/Flexy.php
LINE: 182
DEBUG INFO:
177 fclose($cfp);
178
179 chmod($file, 0775);
180 // make the timestamp of the two items match.
181 clearstatcache();
182 touch($file, filemtime($flexy->currentTemplate));
183 if ($file != $flexy->compiledTemplate) {
184 chmod($flexy->compiledTemplate, 0775);
185 // make the timestamp of the two items match.
186 clearstatcache();
187 touch($flexy->compiledTemplate, filemtime($flexy->currentTemplate));