The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Infamous An internal error has occurred and the module cannot be displayed.
We are getting the following error when trying to access certain elements of Vb5 version 5.2
"An internal error has occurred and the module cannot be displayed." It is only happening with a certain admin user it seems. |
#2
|
||||
|
||||
Try clearing the system cache in the admincp. There is also a tool for rebuilding user profiles in the maintenance section. You can try that too. I had an admin user that couldn't see his message center. It turned out that he was subscribed to a social group that had botched permissions.
|
#3
|
||||
|
||||
You can also try turning on debug mode and seeing if a more specific error shows up.
To enable debug mode edit the /config.php file and change: Code:
$config['debug'] = false; Code:
$config['debug'] = true; Code:
// $config['Misc']['debug'] = true; Code:
$config['Misc']['debug'] = true; Code:
if($_SERVER['REMOTE_ADDR'] == "xxx.xxx.xxx.xxx") { CODE HERE } |
#4
|
|||
|
|||
Thank you for the information. I put the forum in debug mode and on the front page the first error i get is
An internal error has occurred and the module cannot be displayed. Template: widget_statistics Controller: site Method: getSiteStatistics Arguments: Array ( ) Errors: Code:
Array ( [0] => Array ( [0] => Unexpected error, post count is negative! If you do not want to see this exception, turn debug mode off. This issue is usually fixed by running AdminCP > Maintenance > General Update Tools > "Rebuild Topic Information", followed by "Rebuild Forum Information", then clearing the system cache (order matters). Please see VBV-14784 for more details. If a specific action has triggered this exception (ex. deleting a node), please create a JIRA with the details. ) [1] => Array ( [0] => exception_trace [1] => ## /home/admin888/public_html/core/vb/api/node.php(4008) Exception Thrown #0 /home/admin888/public_html/core/vb/api/node.php(3966): vB_Api_Node->addChannelTotals(Array, Array, '15') #1 /home/admin888/public_html/core/vb/api/node.php(3471): vB_Api_Node->addChannelTotals(Array, Array, '2') #2 /home/admin888/public_html/core/vb/api/node.php(4486): vB_Api_Node->fetchChannelNodeTree('2', 3) #3 /home/admin888/public_html/core/vb/library/site.php(712): vB_Api_Node->getChannelStatistics('2') #4 /home/admin888/public_html/core/vb/api/site.php(118): vB_Library_Site->getSiteStatistics() #5 [internal function]: vB_Api_Site->getSiteStatistics() #6 /home/admin888/public_html/core/vb/api/wrapper.php(129): call_user_func_array(Array, Array) #7 [internal function]: vB_Api_Wrapper->__call('getSiteStatisti...', Array) #8 [internal function]: vB_Api_Wrapper->getSiteStatistics() #9 /home/admin888/public_html/includes/api/interface/collapsed.php(189): call_user_func_array(Array, Array) #10 /home/admin888/public_html/includes/vb5/template/runtime.php(506): Api_Interface_Collapsed->callApi('site', 'getSiteStatisti...', Array, false, true) #11 /home/admin888/public_html/includes/vb5/template.php(323) : eval()'d code(33): vB5_Template_Runtime::parseData('site', 'getSiteStatisti...') #12 /home/admin888/public_html/includes/vb5/template.php(323): eval() #13 /home/admin888/public_html/includes/vb5/template/cache.php(134): vB5_Template->render(false) #14 /home/admin888/public_html/includes/vb5/template.php(345): vB5_Template_Cache->replacePlaceholders('\r\n\t<!-- *** STA...') #15 /home/admin888/public_html/includes/vb5/template/cache.php(134): vB5_Template->render(false) #16 /home/admin888/public_html/includes/vb5/template.php(345): vB5_Template_Cache->replacePlaceholders('\r\n\t\t<meta name=...') #17 /home/admin888/public_html/includes/vb5/frontend/controller/page.php(245): vB5_Template->render() #18 [internal function]: vB5_Frontend_Controller_Page->index(1, '1', '1', '1', 1, 'Home Descriptio...', 0, '', 'Home', 0) #19 /home/admin888/public_html/index.php(86): call_user_func_array(Array, Array) #20 {main} ) ) An internal error has occurred and the module cannot be displayed. Template: widget_privatemessage_display => privatemessage_view => privatemessage_newpm => contententry => humanverify => humanverify_question Controller: hv Method: fetchHvQuestion Arguments: Array ( [0] => aebab6748a2769f63a9b5ac8d35ad0a9 ) Errors: Code:
Array ( [0] => Array ( [0] => invalid_hash ) [1] => Array ( [0] => exception_trace [1] => ## /home/admin888/public_html/core/vb/api/hv.php(216) Exception Thrown #0 [internal function]: vB_Api_Hv->fetchHvQuestion('aebab6748a2769f...') #1 /home/admin888/public_html/core/vb/api/wrapper.php(129): call_user_func_array(Array, Array) #2 [internal function]: vB_Api_Wrapper->__call('fetchHvQuestion', Array) #3 [internal function]: vB_Api_Wrapper->fetchHvQuestion('aebab6748a2769f...') #4 /home/admin888/public_html/includes/api/interface/collapsed.php(189): call_user_func_array(Array, Array) #5 /home/admin888/public_html/includes/vb5/template/runtime.php(506): Api_Interface_Collapsed->callApi('hv', 'fetchHvQuestion', Array, false, true) #6 /home/admin888/public_html/includes/vb5/template.php(323) : eval()'d code(5): vB5_Template_Runtime::parseData('hv', 'fetchHvQuestion', 'aebab6748a2769f...') #7 /home/admin888/public_html/includes/vb5/template.php(323): eval() #8 /home/admin888/public_html/includes/vb5/template/cache.php(134): vB5_Template->render(false) #9 /home/admin888/public_html/includes/vb5/template.php(345): vB5_Template_Cache->replacePlaceholders('\r\n\r\n\r\n\t\r\n\t\r\n\t\t\r...') #10 /home/admin888/public_html/includes/vb5/template/cache.php(134): vB5_Template->render(false) #11 /home/admin888/public_html/includes/vb5/template.php(345): vB5_Template_Cache->replacePlaceholders('\r\n\r\n\r\n\r\n\r\n\r\n\t\r\n...') #12 /home/admin888/public_html/includes/vb5/template/cache.php(134): vB5_Template->render(false) #13 /home/admin888/public_html/includes/vb5/template.php(345): vB5_Template_Cache->replacePlaceholders('\r\n\t\r\n\t\r\n\r\n\r\n\r\n\r...') #14 /home/admin888/public_html/includes/vb5/template/cache.php(134): vB5_Template->render(false) #15 /home/admin888/public_html/includes/vb5/template.php(345): vB5_Template_Cache->replacePlaceholders('\r\n\r\n\r\n\r\n\r\n\r\n\r\n<...') #16 /home/admin888/public_html/includes/vb5/template/cache.php(134): vB5_Template->render(false) #17 /home/admin888/public_html/includes/vb5/template.php(345): vB5_Template_Cache->replacePlaceholders('\r\n\t\r\n\r\n\r\n\t\r\n\t\r\n...') #18 /home/admin888/public_html/includes/vb5/template/cache.php(134): vB5_Template->render(false) #19 /home/admin888/public_html/includes/vb5/template.php(345): vB5_Template_Cache->replacePlaceholders('\r\n\t<!-- *** STA...') #20 /home/admin888/public_html/includes/vb5/template/cache.php(134): vB5_Template->render(false) #21 /home/admin888/public_html/includes/vb5/template.php(345): vB5_Template_Cache->replacePlaceholders('\r\n\t\r\n\t\r\n\t\r\n\t\r\n\t...') #22 /home/admin888/public_html/includes/vb5/frontend/controller/page.php(245): vB5_Template->render() #23 [internal function]: vB5_Frontend_Controller_Page->index(13, '13', 'privatemessage_...', 'view', '50449') #24 /home/admin888/public_html/index.php(86): call_user_func_array(Array, Array) #25 {main} ) ) |
#5
|
||||
|
||||
For the first error, did you do what the debug mode message said to do and did it fix that issue?
|
#6
|
|||
|
|||
Hi Lynne thanks for replying. I rebuilt the Topics and rebuilt the forum information and clear the system cache and the error still shows. It shows in 2 spots under debug mode. Once on the front page and once in the private messages when you click on the private message in the inbox to open it. When debug is not turned on, the error only shows in private messaging. Also it is only happening with one admin user. Also i have some mods installed but for some reason i am having a hard time removing them. I remove them and they keep reappearing in the installed mod list.
|
#7
|
||||
|
||||
In reference to the mods,
If the mods are installed in the core/packages directory, they will auto install. You will need to remove them completely from that directory. Make sure you do a db backup before installing or uninstalling any mods. |
#8
|
||||
|
||||
You can also disable the mods via the config.php files.
Note: To temporarily disable the plugin system, edit config.php and /core/includes/config.php and add this line right under <?php PHP Code:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|