that message it says about
a timeout and a fatal error. There's is
no desired change to the website but the editor doesn't work.
If you only mentioned your site not updating then I would tell you exactly what InfoPro told you that you need to clear your cache because that is the most common mistake and people often update their site files and think they don't work because their own web browser shows them the old unchanged pages saved in local cache.
However, you also mentioned a fatal error and that one tells me that there is likely something wrong with your server and more specifically sounds like you may be missing some necessary perl modules.
If you own the server, you should probably try this as 'root' in SSH else you may want to ask your hosting provider to try this:
Code:
# yum -y upgrade
# cpan
> install CPAN
> reload CPAN
> quit
# /scripts/checkperlmodules
# /scripts/upcp
(That will update the server and all prerequisite components)
If you are still running into "File Manager" issues then I would rule
out your computer at home by trying the same from another computer
or using another **different** web browser on your computer.
There is an excellent free program called 'ccleaner' that will help you more completely clean out the old cache and junk from your computer
See: CCleaner - Download
If you are still having "File Manager" issues after everything I just mentioned then you may want to have a forced update done to your server which will replace installed Cpanel components:
Code:
# /scripts/upcp --force
If this doesn't help you then you are at the point where you need someone to take a look at things for you or submit a support ticket.