Hi guys,

I've encountered this unknown problem as stated in the title:

Notice: Undefined variable: site_name_and_slogan in include()

Anyone know how to solve this?

Your help is much appreciated!

Thank you!

Comments

scrypter’s picture

only has this variable. Are you trying to display it using another theme?

www.purpleoar.co.nz/scryptik - Javascript editor with syntax error checking
www.purpleoar.co.nz - Web development, Drupal consultancy

Mattatron’s picture

Yes. I'm using another theme called journalcrunch.
Everytime when I refreash the page, this error appears..
But when I remove the cache, it is okay again.

betarobot’s picture

Just try to download fresh version: http://drupal.org/node/1041312

vpesonen’s picture

Just use this ones:
print $site_name;
print $site_slogan;

knalstaaf’s picture

No workie :(

mementototem’s picture

If you copy other theme and rename to your new theme, check file 'template.php', you must change function's name to corresponding name too.

ramana.kgvr’s picture

It's great renaming the functions with the new template name in template.php solved the problem

manys’s picture

Thanks, this fixed mine!