* notice: Undefined index: preface_first in acquia_slate/template.php on line 187.
* notice: Undefined index: preface_middle in acquia_slate/template.php on line 187.
* notice: Undefined index: preface_last in acquia_slate/template.php on line 187.
* notice: Undefined index: preface_first in acquia_slate/template.php on line 212.
* notice: Undefined index: preface_middle in acquia_slate/template.php on line 212.
* notice: Undefined index: preface_last in acquia_slate/template.php on line 212.
* notice: Undefined index: taxonomy_vocab_display_test_cck_1 in acquia_slate/theme-settings.php on line 360.
* notice: Undefined index: taxonomy_vocab_display_test_cck_3 in acquia_slate/theme-settings.php on line 360.
* notice: Undefined index: style in acquia_slate/template.php on line 665.
* notice: Use of undefined constant sidebar_first - assumed 'sidebar_first' in acquia_slate/template.php on line 296.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | acquia-slate-all.patch | 4.02 KB | rstamm |
| #4 | acquia-slate-undefined-constant.patch | 672 bytes | rstamm |
Comments
Comment #1
wretched sinner - saved by grace commentedI haven't had any issues. Have you modified the theme at all? Maybe delete the acquia_slate folder and upload the files again to make sure they are uploaded correctly.
Comment #2
rstamm commentedPlease test with 6.x-dev
Comment #3
jwolf commentedany chance this has to do w/ E_ALL?
Comment #4
rstamm commentedFixed undefined constant sidebar_first
Comment #5
rstamm commentedSee only region preface_sidebar and not preface_first, preface_middle, preface_last.
Patch
- remove region preface_first, preface_middle, and preface_last
- adds region preface_sidebar
- fixes undefined constant sidebar_first
- fixes undefined index taxonomy_vocab_display_{$type}_{$key}
Comment #6
jwolf commentedComment #7
jwolf commentedThank you!
I believe this has been fix in the 2.x branch