[support] Upgrade from 6.x to 7.8/7.9 has hosed my theming

David Frazier frazida at gmail.com
Tue Nov 15 02:44:05 UTC 2011


On 11/10/2011 7:40 AM, Carl Wiedemann wrote:
> Errors in PHP have several different types, some of which are severe and
> fatal (runtime errors, parse errors), others of which are
> relatively innocuous (Warnings and Notices). See
> http://php.net/manual/en/errorfunc.constants.php
>
> These which you have highlighted are Notices, which usually don't mean
> much. The reason they are shown are because of a few PHP error handling
> settings http://php.net/manual/en/errorfunc.configuration.php
>
> Traditionally these settings are handled in php.ini. In Drupal 7, you
> have some control over these via the UI if you
> visit admin/config/development/logging
>
> Carl Wiedemann
> Website design and development consulting
> carl.wiedemann at gmail.com <mailto:carl.wiedemann at gmail.com> | skype: c4rlww
>
>

I got things back to normal by making some changes to settings.php in 
drupal/sites/default.

I uncommented the override variable $conf = array ... variable, putting 
"garland" as the theme attribute.

Still learning Drupal theming and the value of "rtfm."

Thanks.


More information about the support mailing list