I can copy and create a new template, but not edit it.
What, typically, can I check or change in order to fix these kind of problems?
My setup:
CMSMS 1.0.8
PHP 4.4.7
MySQL 4.1
Apache 1.3.31
Thanks
Code: Select all
php_flag error_reporting E_ALL & ~E_NOTICE
php_flag log_errors 1
This should be used during development phase only. display_errors should always be off for production sites.php_flag display_errors 1