I'm getting an error that $bfield isn't set. The error goes away if I add the following line. I don't think the patch is necessarily the right solution, I just think it works for me. :)
| Comment | File | Size | Author |
|---|---|---|---|
| bfield.patch | 824 bytes | emmajane |
I'm getting an error that $bfield isn't set. The error goes away if I add the following line. I don't think the patch is necessarily the right solution, I just think it works for me. :)
| Comment | File | Size | Author |
|---|---|---|---|
| bfield.patch | 824 bytes | emmajane |
Comments
Comment #1
irakli commentedI assume you have error_level set to notice and that's what is "causing" this? Not trying to excuse me coming short on testing the module with notice level, just making sure there's not any other problem :)
Thank you
Comment #2
emmajane commentedMy error reporting settings in /etc/php5/apache2/php.ini are as follows:
error_reporting = E_ALL & ~E_NOTICE
Comment #3
enboig commentedthe problem is at:
because $bfield is not set.
Otherwise, I think there is a problem in this: $bfield should contain the "key" field and it should be:
Comment #4
irakli commented