CWS team members are active participants on the OSU Drupal Support List. Sign up today to start receiving the emails and participate in the discussion.
WebHeads Update
CWS has implemented a policy shift in our global php configuration that will affect all sites and/or pages running php.
Previously we have allowed the display of php errors on our web servers by default.
This is no longer the case. We are suppressing all php errors by default on all production servers.
The drupaldev.cws.oregonstate.edu and webdev.cws.oregonstate.edu development servers will remain the same as they are currently configured and display by default php errors to aid in the development process.
For those who need to troubleshoot a php problem on a live or production site we recommend you temporarily enable the display of php errors with the addition of an .htaccess file in the root of your site with the following values:
php_flag display_errors On
php_value error_reporting 36871
If an .htaccess file already exists in your site, you would simply append these values to your existing rules.


Twitter