PHP problems after buildapache upgrade

After upgrading apache through cpanel the other day, we've been having strange PHP related problems. It changed the install from a module install to a CGI binary install, fixed this and it sorted a few problems, but now we've got problems with the smarty template engine not working properly.

Each time a template is included, the following is produced:

Warning: chmod(): Operation not permitted in /usr/local/lib/php/Smarty.class.php on line 1994

Warning: touch(): Utime failed: Operation not permitted in /usr/local/lib/php/Smarty.class.php on line 1518

HAs anyone got any ideas how to fix this?

 

 

 

 

Top