#4658 - Unused facebook option referencing
| Identifier | #4658 |
|---|---|
| Issue type | Major issue (breaks an entire feature) |
| Title | Unused facebook option referencing |
| Status | Completed |
| Handling member | Chris Graham |
| Version | 10.0.37 |
| Addon | core_html_abstractions |
| Description | I have never used the facebook login, these messages appeared after upgrading to 10.0.37
A configuration option (facebook_uid) which does not exist was referenced A configuration option (facebook_appid) which does not exist was referenced |
| Steps to reproduce | |
| Funded? | No |
| Commits |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
In some circumstance, HTML_HEAD.tpl may warn about missing config options because options from the non-bundled Facebook addon are referenced without a flag to allow them to be missing. It is unclear exactly what triggers this, as this does not seem to be a common problem (even though it is a clear bug in the code).