The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
Warning: Creating default object from empty value...
I have not seen this issue on my site until tonight. When viewing a specific category of news posts (e.g. Website Updates) I receive the following error at the top of the page:
Code:
Warning: Creating default object from empty value in [path]/packages/vbcms/controller/list.php on line 426 Code:
425 $recordcount = $collection->getCount(); 426 $contentview->contenttypeid = vB_Types::instance()->getContentTypeID("vBCms_Section"); 427 $contentview->contentid = $contentview->item_id = $contentview->nodeid = $this->displaysectionid; 428 $contentview = new vB_View_Content('vbcms_content_list'); 429 $contentview->package = 'vBCms'; 430 $contentview->class = 'Section'; 431 $contentview->result_type = $this->result_type; 432 $contentview->rawtitle = $this->title; 433 $contentview->title = $this->title; 434 $contentview->current_page = $current_page; website: http://parallaxgaming.com error message: http://parallaxgaming.com/list.php?r=category/3 |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|