i am getting this below message after updating to recent version.

" Notice: Undefined index: #build_id in drupal_process_form() (line 936 of /var/www/html/pressflow7/includes/form.inc). "

i am not able to find any thing to fix this..... so i have disabled the module for now....

CommentFileSizeAuthor
Screenshot-3.png85.84 KBmadhudvs

Comments

simg’s picture

This error now fixed in git repo - should be available in dev version in a few hours.

FWIW - this error might make the module not yet suitable for production, but it's fine to keep testing with it ?

simg’s picture

Status: Active » Closed (fixed)
fender177’s picture

Status: Closed (fixed) » Active

Sorry to open this - I am getting the same error, but with drupal 6:

Notice: Undefined index: #build_id in drupal_process_form_new() (line 159 of /var/www/con/sites/all/modules/views/includes/form.inc).

I am using authcache with cacherouter using APC. I am also running pressflow 6.26. I do have a varnishd server sitting in front of apache, but I don't think that should have an affect on authcache?

What additional information can I get you to help debug this?

Thanks!

fender177’s picture

As an FYI - I silenced this error by putting in an isset check for the $forms['#build_id']. I fear there may be repercussions... :)

simg’s picture

thanks fender :)

simg’s picture

Status: Active » Closed (fixed)