Search This Blog

Saturday 30 May 2015

vBulletin 4.2.2 FULL

vBulletin 4.2.2 is a maintenance release primarily focused on php 5.4 compatibility issues, as well as a few other important fixes for Facebook, PayPal & MAPI updates for Mobile 1.5

The release contains:

* Many fixes for php 5.4 compatibility.
* MAPI updates for Mobile 1.5
* Facebook updates due to changes by Facebook
* PayPal updates due to changes by PayPal.
* Update to recognise IE11 User Agent
* Fix Import/export of Navigation Manager (Open new page flag)
* A couple of security updates in the installer & Forum Runner.
* Added the Panjo online community marketplace plug-in.
* A number of other major bugs held over from 4.2.1

vBulletin 4.2.2 contains a total of 109 bug fixes, improvement requests, and feature requests.


Some further information on error displays in 4.2.2 ;

As part of the php compliance changes, error reporting in 4.2.2 was fixed to take account of the new strict & deprecated errors added in php 5.x
A side effect of this is that old (existing) errors that were not showing up may also now get displayed.

All of the errors we encounted during testing were corrected, but there may be more.
If you encounter such an error, then please log it in the vB4 Jira project, so we are aware of it.

If you need to disable error displays you can do the following ;

Add the following line to your config.php ;

PHP Code:
define('SKIP_DS_ERRORS'true);  

This will bypass the additional reporting added in 4.2.2 (i.e work as previous versions have done).


If necessary, you can also add the following to your config.php ;

PHP Code:
define('SKIP_ALL_ERRORS'true);  

This will bypass all (non fatal) error reporting.


*Note that in vB 4.2.3, the additional reporting is not enabled by default, so the above options are not required (and wont do anything).


DOWNLOAD NOW!! vBulletin.Forum.4.2.2.rar  (Size 9160k)

0 comments:

Post a Comment