[Solved] Stale NFC file handle

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
gocreative
Power Poster
Power Poster
Posts: 265
Joined: Mon Mar 14, 2011 1:16 am

[Solved] Stale NFC file handle

Post 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
Last edited by gocreative on Fri Apr 05, 2013 3:29 am, edited 1 time in total.
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm

Re: Stale NFC file handle

Post 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.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
gocreative
Power Poster
Power Poster
Posts: 265
Joined: Mon Mar 14, 2011 1:16 am

Re: Stale NFC file handle

Post by gocreative »

Great. Thanks for the help!
Post Reply

Return to “CMSMS Core”