Hi,

I am new to drupal .I have made my own modules and theme in drupal 5.0. It was working fine but right now when i m submitting the form made by drupal modules values r going in the database but page is redirected to a blank page all over the site. i.e after submitting any thing. Needs Help.

Thanks,
Annu.

Comments

phpsharma’s picture

add this line to settings.php and check for any errors?

ini_set('error_reporting', 1);

if you use node_load function any where in the system check for node id's existence?

sharma chelluri

prakashp’s picture

Is the form generated by your module?

If so, please post the code in your form_submit function out here.

annu_singh’s picture

HI,
Actually I have made various modules and various forms are generated by these modules.There r various form_submit.

prakashp’s picture

If possible, post any one form_submit function which is breaking down.

What are you returning in the form_submit function ?

deekayen’s picture