Fatal error: Call to undefined function value_provider_options() in /opt/lampp/htdocs/example.site/modules/project_forecast/project_forecast.admin.inc on line 69
when i visit the url http://example.site/admin/project/forecast, system tell me that.....
i don't know why it happen.
shall i post more infomation? what info is worth to copy here,let me know ,pls.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | missing-arg-367649-3.patch | 629 bytes | criz |
Comments
Comment #1
tpainton commentedYes, I get the same error. Does this module work? Would really love to use it. Thanks.
Comment #2
crizDo you have installed the value_provider module? http://drupal.org/project/value_provider
Comment #3
tpainton commentedAh, thanks. No did not. For some reason it is not listed as required in the module list. I do see it is needed in the module description. So, now I have it going but I am getting this error when I go the project forcast page..
warning: Missing argument 2 for l(), called in /home/escapecm/obamalogue.com/sites/all/modules/project_forecast/project_forecast.admin.inc on line 32 and defined in /home/escapecm/obamalogue.com/includes/common.inc on line 1535.
Comment #4
crizOkay, thx. This seems to be a bug. But as it is a link in the helptext it should be not very critical...
Comment #5
crizHad to fix the module after latest views update, so I created also a small patch for this:
Comment #6
criz