maximum execution


 Maximum execution time of 60 seconds exceeded in /framework/utils/CFileHelper.php on line 130




I get that error above sometimes for my yiiframework site. what is cFileHelper? what does that error mean?

Hi,

Don`t know what type of operation(file upload etc…) that you are performing. But this type of errors given when php takes more than configured amount of time is taken for this process. You can avoid this error by increasing "max_execution_time" value in php.ini file.

Thanks

Aruna