When running pressflow 6.22 with E_NOTICE on, I get:
Notice: Undefined index: #node in mp_products_form_alter() (line 127 of /../sites/all/modules/ubercart_marketplace/mp_products/mp_products.module).
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | ubercart_marketplace.fix_e_notice_1373434_2.patch | 600 bytes | wizonesolutions |
Comments
Comment #1
drupaltechontech commentedAny update on this issue please? I'm also facing error. I cant create custom view due to above error. Please help for any work around. Thanks
Comment #2
wizonesolutionsThis patch fixes it. It's against the latest development version.
drupaltechontech, this error is almost certainly not your problem. It was a benign error arising because a particular check to see if the form on the current page should be changed by the module *always* checked for
$form['#node'], and most of the time it didn't exist. It didn't account for that by usingisset(), so I made it.Comment #3
wizonesolutionsAh. Forgot the patch!
Comment #4
drupaltechontech commentedThanks Sir, it is working with your path.
Comment #5
longwaveFix backported from 7.x-1.x and committed.