So I copied my site to a MAMP install. I copied all the files and the database over to my new computer. But when running the site, I get errors such as these:
Parse error: syntax error, unexpected ')' in
/Users/rrh/Desktop/siteexample/demo/themes/engines/smarty/templates_c/box_grey_smarty/%%26^260^260E7475%%node-flexinode-1.tpl.php
But see, the file is a template file created by Smarty, inside the templates_c directory. I open it up, and every single "if" statement is of the form
if ()
See, nothing inside the parenthesis. What's the deal?
Installed Drupal from scratch two days ago, upgraded to latest version....
Then changed some configuration options and the site died with a ... error.
Deleted it all, reinstalled... all was well until I decided to click on the "themes" link under admin, to see what I could do there.
Got this:
Fatal error: Call to undefined function: drupal_is_front_page() in /home/kfeuerhe/public_html/cms/themes/engines/phptemplate/phptemplate.engine on line 142
how can I edit/rename/delete the css classes and id's used in the different pages and sections (i.e. menu classes like "leaf", "collapsed"...) of a drupal site?