Quote:
Originally Posted by aquabid
Same issue
Top of page says
Warning: Creating default object from empty value in ..../packages/vbcms/search/searchcontroller/newstaticpage.php on line 11
|
It looks like that's actually a bug that's been fixed in version 4.2.3b4. You could try making a change to packages/vbcms/search/searchcontroller/newstaticpage.php on line 11 so that it says $this instead of $self at the beginning of the line. But another thing you could do is add this line in your includes/config.php, somewhere after the first line:
Code:
define('SKIP_DS_ERRORS', 1);
and hopefully that will stop warnings from being displayed (it could be that the warning message is what's messing up the formatting).
Edit: For reference,
http://tracker.vbulletin.com/browse/...3Aall-tabpanel