PDA

View Full Version : Album error in 4.2.2


Lotos
11-09-2013, 04:00 PM
Many of those who had uprgaded to vb 4.2.2 have a problem with albums.
Thу description is the same here:
http://www.vbulletin.com/forum/forum/vbulletin-4/vbulletin-4-installations-and-upgrades/4001167-album-php-error-after-upgrade-to-4-2-2
and no solution yet

Lynne
11-09-2013, 06:26 PM
Please see this Jira issue which contains a new class_core.php file to use that will allow you to shut off display errors via your config.php file - http://tracker.vbulletin.com/browse/VBIV-15862 (Note, you must first login to the vbulletin.com forums as a Licensed User before you may see the Jira issue.)

Lotos
11-10-2013, 09:59 AM
Can you copy it here?
I know how to shut off displaying the errors, but that is not the solution of the errors!

Lynne
11-10-2013, 04:58 PM
That Jira issue allows you to turn off the warnings. If that is not what you want, then I do not know how to actually fix the errors.

Lotos
11-11-2013, 06:04 PM
That Jira issue allows you to turn off the warnings. If that is not what you want, then I do not know how to actually fix the errors.
Here is the solution:
In file album.php on line 1871
code
$bit =& $bitfactory->create_instance($item);
replace with:
$bit = $bitfactory->create_instance($item);

Lynne
11-11-2013, 09:05 PM
Thank you for posting that.

vmats2
01-14-2015, 09:47 AM
Thanks!

gariksher
04-24-2015, 03:36 AM
Thank you !!! Solved

ForceHSS
04-24-2015, 07:57 AM
This has been fixed in 4.2.3 beta