Skip to content

Instantly share code, notes, and snippets.

@kamatari
Last active August 29, 2015 14:14
Show Gist options
  • Save kamatari/11da58635fd72048844d to your computer and use it in GitHub Desktop.
Save kamatari/11da58635fd72048844d to your computer and use it in GitHub Desktop.
codeigniter template error of application/third_party/smarty/libraries/sysplugins/smarty_resource.php
// http://php.net/manual/ja/function.filemtime.php
//$compiled->timestamp = @filemtime($compiled->filepath);
$compiled->timestamp = exec ('stat -c %Y '. escapeshellarg ($compiled->filepath));
//ERROR - 2015-02-02 16:00:30 --> Severity: Warning --> filemtime(): stat failed for application/views/templates_c/xxxxxxxx.file.index.tpl.php /home/kamatari/web/xxxx/application/third_party/smarty/libraries/sysplugins/smarty_resource.php 744
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment