backdrop-contrib / radix

A responsive base theme with Bootstrap and Sass for Backdrop CMS.
http://docs.radixtheme.org
GNU General Public License v2.0
4 stars 2 forks source link

Array to string conversion errors #3

Closed PaulHoza closed 9 years ago

PaulHoza commented 9 years ago

On a new install of BD 1.x (currently 1.1.3) and Radix 1.x, I'm seeing a few errors when loading up the Style Guide (using the Backdrop module -https://github.com/backdrop-contrib/styleguide ).

Notice: Array to string conversion in include() (line 62 of /home/example/public_html/themes/radix-1.x/templates/comment/comment.tpl.php).
Notice: Array to string conversion in include() (line 62 of /home/example/public_html/themes/radix-1.x/templates/comment/comment.tpl.php).
Notice: Array to string conversion in include() (line 79 of /home/example/public_html/themes/radix-1.x/templates/comment/comment.tpl.php).

I've compared the code from these sections to other code in working themes and have come up with some fixes... but I honestly don't know what I'm doing enough to know why these work(!) I could use some help making sure this stuff is correct and not just some sort of an accidentally working hack.

(I'll just post a PR with the examples of what I have working, instead of figuring out a decent way to put it in here.)

jenlampton commented 9 years ago

sine both https://github.com/PaulHoza/radix/pull/1 and https://github.com/backdrop-contrib/radix/pull/4 are merged, closing this issue.