Hello,

I've notced you are using include() in your .module file line(10,11) .. which can cause fatal crashes since it does not use drupal_get_path().

But using module_load_include() will do that for you ..

so if its OK by you ,, please use the patch I'll attach in my next comment ..

Thank you

CommentFileSizeAuthor
#2 login_custom_field_include-2876661-2.patch505 bytes3ssom

Comments

3ssom created an issue. See original summary.

3ssom’s picture

StatusFileSize
new505 bytes
vishwac9’s picture

Status: Active » Needs review

Changing the status to needs review.