the discussion page is not showing when I am triggiring the link
I installed latest vanilla version and my problem is as a administrator I can access a discussion page in my forum
http://forum.vaccinationinformationnetwork.com/
As any one can access the links in the forum like
http://forum.vaccinationinformationnetwork.com/discussion/3/welcome-to-the-vine-forum and
http://forum.vaccinationinformationnetwork.com/discussion/5/welcome-post
but as I am creator the discussion but I cannot access the discuss page and it show an error
"Something has gone wrong.
We've run into a problem and are unable to handle this request right now.
Please check back in a little while."
and when I debugged the code it showing the error
Fatal Error in PHP.trigger_error();
DiscussionController->CommentData is deprecated. Use DiscussionController->Data('Comments') instead.
The error occurred on or near: /home/expensee/public_html/vacc-forum/library/core/functions.general.php
703: $Msg = $Name.' is deprecated.';
704: if ($NewName)
705: $Msg .= " Use $NewName instead.";
706:
707: trigger_error($Msg, E_USER_DEPRECATED);
708: }
709: }
710:
711: if (!function_exists('ExternalUrl')) {
Backtrace:
/home/expensee/public_html/vacc-forum/library/core/functions.general.phpPHP::Gdn_ErrorHandler();
[/home/expensee/public_html/vacc-forum/library/core/functions.general.php:707] PHP::trigger_error();
[/home/expensee/public_html/vacc-forum/applications/vanilla/controllers/class.discussioncontroller.php:40] PHP::Deprecated();
[/home/expensee/public_html/vacc-forum/plugins/ThankfulPeople/class.thankfulpeople.plugin.php:94] DiscussionController->__get();
[/home/expensee/public_html/vacc-forum/library/core/class.pluginmanager.php:705] ThankfulPeoplePlugin->DiscussionController_Render_Before();
[/home/expensee/public_html/vacc-forum/library/core/class.pluginmanager.php:638] Gdn_PluginManager->CallEventHandler();
[/home/expensee/public_html/vacc-forum/library/core/class.pluggable.php:196] Gdn_PluginManager->CallEventHandlers();
[/home/expensee/public_html/vacc-forum/applications/vanilla/controllers/class.discussioncontroller.php:234] Gdn_Pluggable->__call();
[/home/expensee/public_html/vacc-forum/applications/vanilla/controllers/class.discussioncontroller.php:234] DiscussionController->Render();
[/home/expensee/public_html/vacc-forum/applications/vanilla/controllers/class.discussioncontroller.php:234] DiscussionController->Index();
[/home/expensee/public_html/vacc-forum/library/core/class.dispatcher.php:350] PHP::call_user_func_array();
[/home/expensee/public_html/vacc-forum/index.php:46] Gdn_Dispatcher->Dispatch();
Variables in local scope:
[Name] 'DiscussionController->CommentData'
[NewName] 'DiscussionController->Data(\'Comments\')'
[Msg] 'DiscussionController->CommentData is deprecated. Use DiscussionController->Data(\'Comments\') instead.'
Actually this is ridiculous about what and where the problem is?
if anyone have any idea I will thankful to share
Best Regards,
Rakesh
Comments
Welcome to the community!
Set debug to false in your
/conf/config.php
file.Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
ThankfulPeople plugin may be one of your problems if you are using it - incompatible -
use thankfulpeople2
its also ridiculous if you haven't read
http://vanillaforums.org/discussion/26703/plugins-themes-that-work-and-don-t-work-in-vanilla-2-1
if you still have issues - list the plugins you have enabled.
http://vanillaforums.org/discussion/comment/188810/#Comment_188810
if you are not apathetic like many of the people who ask questions here - you can add the plugins that work and don't work in this discussions
http://vanillaforums.org/discussion/26703/plugins-themes-that-work-and-don-t-work-in-vanilla-2-1
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.