المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : problem in the CMS ( Rerouting recursion with: error/500 on line 222 )



bahattab
07-09-2010, 11:33 PM
problem in the CMS ( Rerouting recursion with: error/500 on line 222 )





Rerouting recursion with: error/500 on line 222 in /home/busylanc/public_html/houseofhows/vb/vb/router.php
#0 /home/busylanc/public_html/houseofhows/vb/vb/router.php(269): vB_Router::getResponse('error/500')
#1 /home/busylanc/public_html/houseofhows/vb/vb/router.php(269): vB_Router::getResponse('error/500')
#2 /home/busylanc/public_html/houseofhows/vb/vb/bootstrap.php(58): vB_Router::getResponse()
#3 /home/busylanc/public_html/houseofhows/vb/content.php(30): require_once('/home/busylanc/...')
#4 {main}


Fatal error: Rerouting recursion with: error/500 on line 222 in [path]/vb/router.php in [path]/vb/vb.php on line 287
#0 vb_error_handler(256, Rerouting recursion with: error/500 on line 222 in /home/busylanc/public_html/houseofhows/vb/vb/router.php , /home/busylanc/public_html/houseofhows/vb/vb/vb.php, 287, Array ([exception] => vB_Exception_Critical Object ([] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => Rerouting recursion with: error/500,[] => ,[] => 0,[] => /home/busylanc/public_html/houseofhows/vb/vb/router.php,[] => 222,[] => Array ([0] => Array ([file] => /home/busylanc/public_html/houseofhows/vb/vb/router.php,[line] => 269,[function] => getResponse,[class] => vB_Router,[type] => ::,[args] => Array ([0] => error/500)),[1] => Array ([file] => /home/busylanc/public_html/houseofhows/vb/vb/router.php,[line] => 269,[function] => getResponse,[class] => vB_Router,[type] => ::,[args] => Array ([0] => error/500)),[2] => Array ([file] => /home/busylanc/public_html/houseofhows/vb/vb/bootstrap.php,[line] => 58,[function] => getResponse,[class] => vB_Router,[type] => ::,[args] => Array ()),[3] => Array ([file] => /home/busylanc/public_html/houseofhows/vb/content.php,[line] => 30,[args] => Array ([0] => /home/busylanc/public_html/houseofhows/vb/vb/bootstrap.php),[function] => require_once))),[code] => 256)) called at [(null):0] #1 trigger_error(Rerouting recursion with: error/500 on line 222 in /home/busylanc/public_html/houseofhows/vb/vb/router.php , 256) called at [/home/busylanc/public_html/houseofhows/vb/vb/vb.php:287] #2 vB::handleException(vB_Exception_Critical Object ([] => ,[] => ,[] => ,[] => ,[] => ,[] => ,[] => Rerouting recursion with: error/500,[] => ,[] => 0,[] => /home/busylanc/public_html/houseofhows/vb/vb/router.php,[] => 222,[] => Array ([0] => Array ([file] => /home/busylanc/public_html/houseofhows/vb/vb/router.php,[line] => 269,[function] => getResponse,[class] => vB_Router,[type] => ::,[args] => Array ([0] => error/500)),[1] => Array ([file] => /home/busylanc/public_html/houseofhows/vb/vb/router.php,[line] => 269,[function] => getResponse,[class] => vB_Router,[type] => ::,[args] => Array ([0] => error/500)),[2] => Array ([file] => /home/busylanc/public_html/houseofhows/vb/vb/bootstrap.php,[line] => 58,[function] => getResponse,[class] => vB_Router,[type] => ::,[args] => Array ()),[3] => Array ([file] => /home/busylanc/public_html/houseofhows/vb/content.php,[line] => 30,[args] => Array ([0] => /home/busylanc/public_html/houseofhows/vb/vb/bootstrap.php),[function] => require_once)))) called at [(null):0]




---------- Post added at 10:33 PM ---------- Previous post was at 10:28 PM ----------

If you uninstall your CMS, you actually need to do a little cleaning in your database to get it to install correctly again. So, uninstall it again, and then follow the steps in this thread under Starting from Scratch - http://www.vbulletin.com/forum/showthread.php?348760-Install-Default-CMS-Data (https://www.vbulletin.com/link.php?u=http%3A%2F%2Fwww.vbulletin.com%2Fforum% 2Fshowthread.php%3F348760-Install-Default-CMS-Data)


Lynne Sands
vBulletin Support Staff





Install Default CMS Data


These are instructions on how to install the default CMS data if for some reason it did not get installed when the you installed your CMS.



Starting from scratch:


Uninstall the vBCMS product from the Manage Products page
Verify all cms_* tables are deleted from the database
Reset the auto_increment for the table 'package' to 3 (in phpMyAdmin > Operations) (see note 1 below)
Reset the auto_increment for the table 'contenttype' to 17 (see note 2 below)
View PHPInfo and look for the open_basedir . If there is a directory set there, then set:

vboptions > Server Settings and Optimization Options > Safe Mode Upload Enabled > Yes
vboptions > Server Settings and Optimization Options > Safe Mode Temporary Directory > set to one of the directories listed above, typically /tmp

now go to the browser and run /install/finalupgrade.php?step=6



note 1: As of this writing for vB4.0.3, after uninstalling the vbcms product, there should only be 2 rows in the package table, so the next auto_increment would be set to 3.
note 2: As of this writing for vB4.0.3, after uninstalling the vbcms product, there should only be 16 rows in the contentid table, so the next auto_increment would be set to 17.

CMS is Already Installed:
If the CMS is already installed and you only want to try to reimport the default data, you may try this (I have not tested it):


Verify in the table 'contenttype' that the following exist with these contentypeids:

"Section" has to be contenttypeid = 17
"Article" has to be contenttypeid = 18
"ContentNode" has to be contenttypeid = 19

View PHPInfo and look for the open_basedir . If there is a directory set there, then set:

vboptions > Server Settings and Optimization Options > Safe Mode Upload Enabled > Yes
vboptions > Server Settings and Optimization Options > Safe Mode Temporary Directory > set to one of the directories listed above, typically /tmp

now go to the browser and run /install/install.php?step=14&cmsdefault=1








http://www.vbulletin.com/forum/showthread.php?348760-Install-Default-CMS-Data