Page 1 of 1

[Solved] Stale NFC file handle

Posted: Fri Apr 05, 2013 3:15 am
by gocreative
Is anyone else receiving the following error when performing various admin tasks? This is a fresh v1.11.5 installation with no additional modules (at the time, anyway).

Code: Select all

Warning: touch() [function.touch]: Utime failed: Stale NFS file handle in /www/lib/smarty/sysplugins/smarty_internal_template.php on line 182

Re: Stale NFC file handle

Posted: Fri Apr 05, 2013 3:26 am
by calguy1000
it's a system problem... not related to CMSMS. NFS stands for 'Network File System'. touch() is a php function to 'touch' a file. it's having problems doing that.

it sounds like your host has prolly moved some file systems around on you and hasn't re-mounted absolutely everything.

Time to contact your host.

Re: Stale NFC file handle

Posted: Fri Apr 05, 2013 3:28 am
by gocreative
Great. Thanks for the help!