After I enter the database information I get the following message :
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'l576_PVPom.blocked_ips' doesn't exist
I576_PVPom is the name of the database (and user name.) I copied and pasted it from the hosting sites database settings page so I know the format of the name is correct.
The hosting site (www.freeola.com) is running the following versions:
I get the following error message preventing the rendering of the user registration page:
Notice: Undefined index: render element in theme() (line 824 of /home/volunteermark/www/www/includes/theme.inc).
Warning: Missing argument 2 for user_register_form(), called in /home/volunteermark/www/www/sites/all/themes/volunteermark/template.php on line 164 and defined in user_register_form() (line 3643 of /home/volunteermark/www/www/modules/user/user.module).
Recoverable fatal error: Argument 1 passed to drupal_array_get_nested_value() must be an array, null given, called in /home/volunteermark/www/www/modules/field/field.form.inc on line 450 and defined in drupal_array_get_nested_value() (line 6339 of /home/volunteermark/www/www/includes/common.inc).
Here is what my user-register.tpl.php source code looks like:
Testing that this is my own user registration form
I can't seem to get the right search terms to find this. I know how to theme blocks from modules like views, etc, however I can't seem to set a theme for a standard block.
The specific block is block 9 which has an id of block-block-9. I've tried these templates