1) Do i need to declare the default phptemplate variables of $sidebar_left, $sidebar_right, $content, $header, and $footer_message in the template.php file that I put in my theme directory?
I ask because when I use the code snippet in the docs, it does not provide the default regions as options in the block admin interface, only the regions I declared in template.php
I get these errors when registering a new account and I'm not sure why? The account still gets created and seems to work fine.
user error: Table 'brenda_drpl1.send' doesn't exist
query: UPDATE send SET uid = 3 WHERE mail = 'brenda@email.com' in /home/brenda/public_html/includes/database.mysql.inc on line 66.