My apologies if this appears twice - I thought I had posted this a few days ago, and yet it doesn’t seem to have gone through.
I recently worked on a client project that required a forum (Discussion Forum 3.1.6). The client has now decided that he no longer wishes to have the forum. So I went to the module control panel, hit uninstall, should be that simple, right? Apparently not. When I uninstall the forum, I get this error in the publish forms:
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_body
Filename: content/publish.php
Line Number: 130
" id="hold_field_
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_body
Filename: content/publish.php
Line Number: 130
" style="width: 140%; display: none;">
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_body
Filename: content/publish.php
Line Number: 136
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_body
Filename: content/publish.php
Line Number: 137
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_body
Filename: content/publish.php
Line Number: 142
" >
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_body
Filename: content/publish.php
Line Number: 144
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_body
Filename: content/publish.php
Line Number: 151
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_body
Filename: content/publish.php
Line Number: 156
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_id
Filename: content/publish.php
Line Number: 130
" id="hold_field_
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_id
Filename: content/publish.php
Line Number: 130
" style="width: 100%; display: none;">
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_id
Filename: content/publish.php
Line Number: 136
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_id
Filename: content/publish.php
Line Number: 137
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_id
Filename: content/publish.php
Line Number: 142
" >
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_id
Filename: content/publish.php
Line Number: 144
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_id
Filename: content/publish.php
Line Number: 151
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_id
Filename: content/publish.php
Line Number: 156
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_topic_id
Filename: content/publish.php
Line Number: 130
" id="hold_field_
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_topic_id
Filename: content/publish.php
Line Number: 130
" style="width: 140%; display: none;">
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_topic_id
Filename: content/publish.php
Line Number: 136
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_topic_id
Filename: content/publish.php
Line Number: 137
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_topic_id
Filename: content/publish.php
Line Number: 142
" >
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_topic_id
Filename: content/publish.php
Line Number: 144
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_topic_id
Filename: content/publish.php
Line Number: 151
A PHP Error was encountered
Severity: Notice
Message: Undefined index: forum__forum_topic_id
Filename: content/publish.php
Line Number: 156I realized that there were forum tabs still present in the publish forms, so I reinstalled the module (thankfully, I hadn’t deleted it), got rid of the forum tabs in the publish forms, and then re-uninstalled the module.
No such luck. The error still occurs despite the publish forms no longer calling anything from the forum module.
I’m sure this must be something so small and simple, but I can’t seem to see the forest as I’m standing among the trees. Any help would be greatly appreciated.