Hi,

I want to create a custom User registration form. And i have created the files template.php and user-register.tpl.php in my theme directory(acquia_marina). I have used http://drupal.org/node/350634 for getting this. But i am getting the following error.

* warning: include(./themes/acquia_marina/user-register.tpl.php) [function.include]: failed to open stream: No such file or directory in /opt/lampp/htdocs/Onlinemanagement/includes/theme.inc on line 1020.
* warning: include() [function.include]: Failed opening './themes/acquia_marina/user-register.tpl.php' for inclusion (include_path='.:/opt/lampp/lib/php') in /opt/lampp/htdocs/Onlinemanagement/includes/theme.inc on line 1020.

Pls help me to resolve this.

Comments

jaypan’s picture

The system is not finding the files in the location that it is supposed to. So either you have named the files wrong, or they are not in that location.

Contact me to contract me for D7 -> D10/11 migrations.

shylaja’s picture

Hi,
thanks for replaying .It works fine.