ExtraLicense - Buy, Sell, & Trade Your Licenses

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Official RSS - vBulletin 5.6.5 Beta Preview Release is available for download.

EL PaperBoy

Well-known member
<h2>vBulletin 5.6.5 Changes and Updates</h2>
<p>The preview version of vBulletin 5.6.5 Beta is now available for download. Preview versions should not be used on production servers and are released for testing purposes only.</p>
<h2>Front End Changes</h2>
<h3>Answered Topics</h3>
<p>Topics can now be marked as "Answered." This is a special status applied to a specific post within the topic. The post that is marked as the Answer will be highlighted and show directly under the starting post in the topic. The ability to mark posts as the Answer in a topic is controlled by permissions. There are three different permissions to control this. Usergroup and Channel Permissions both support the "Can Set Answer" permission. Within Channel Permissions, there is also a "Can Set Answer on Own Topics" permission. The last permission is under Moderator Permissions to control which moderators can set answers. After upgrading, all of these permissions will be set to No. If you leave the permissions in this state, the feature will be disabled. </p>
<p>The Channel Display module has been updated to allow users to filter by answered status.</p>
<h3>Photo Gallery</h3>
<p>The ability to manually re-order images uploaded in a photo gallery topic has been added to the system. This can be accomplished by drag and drop when editing the images during upload.</p>
<h3>Additional Issues</h3>
<ul>
<li>Resolved several filter issues with Blogs.</li>
<li>Users with custom HTML titles can update their settings without breaking their titles.</li>
<li>vB Messenger should load new messages quicker. However, the update rate will slow down with inactivity.</li>
<li>Tag searches are no longer case sensitive.</li>
<li>Users no longer need permission to post to create flag reports.</li>
<li>When uploading a new site logo in Site Builder, it can now be properly applied to all styles.</li>
<li>If the site is configured so that the user's birthday is optional, it is no longer required when updating the user settings.</li>
<li>Information from inline images should no longer appear in the meta description of a page.</li>
</ul>
<hr />
<h2>Back End / AdminCP Changes</h2>
<h3>PHP 8</h3>
<p>vBulletin has been updated to support PHP 8.0. Extensive work has been undertaken to update legacy code in the system to support PHP 8.0. This covers all areas of the product. If you encounter issues when using PHP 8.0, please report them in the <a href="https://forum.vbulletin.com">forums</a>.</p>
<h4>Error Reporting</h4>
<p>In previous versions of vBulletin, the system would override PHP's system error reporting settings. This behavior is increasingly problematic with newer versions of PHP. It is being removed to improve development, testing, and providing support. In rare cases, this could allow production servers to display warnings and notices at the top of the rendered page. To disable these edit your php.ini and set these variables:</p>
<pre><code>display_errors = Off
log_errors = On
error_reporting = E_ALL & ~E_NOTICE & ~E_WARNING
</code></pre>
<p>For testing servers, you can turn display_errors to On and error_reporting to E_ALL.</p>
<p>If you do not know how to edit your php.ini file, please contact your hosting provider for support.</p>
<h3>Infraction Groups</h3>
<p>Infraction Group permissions should take additional priority over other permissions now. All Infraction Groups work similarly to banned usergroups now. This change will allow Infraction <br />
Group bans to work properly on individual channels on your forums.</p>
<h3>Additional Issues</h3>
<ul>
<li>The Quick Channel Permissions tool (Usergroups → Channel Permissions) will only permissions that are changed will be updated in the database.</li>
<li>The User Moderation page now includes pagination.</li>
<li>Ignored Users - Cache changes have been implemented to show content from ignored users less.</li>
<li>Can Upload Attachments permission - This duplicate permission has been removed.</li>
<li>Resolved an issue with Memcached and improper key deletion. If you use Memcached, please make sure that you have a proper Memcached key prefix set in your <code>/core/includes/config.php</code> file.</li>
</ul>
<hr />
<h2>Deprecated</h2>
<h3>PHP 7.2</h3>
<p>PHP 7.2.X has reached end of life. Due to this, bugs specific to this version will not be fixed in the future. The solution is to upgrade your server to PHP 7.3 or higher. PHP 7.2.X will not be supported in the next version of vBulletin.</p>
<h3>MySQL 5.6.X</h3>
<p>MySQL 5.6 has reached End of Life. The MariaDB equivalent is 10.0. It is recommended that you have your server upgraded to 5.7 or higher (MariaDB 10.2 or higher) as soon as possible. Future versions of vBulletin can use features made available in newer versions of MySQL.</p>
<hr />
<h2>Additional Information</h2>
<h3>"Long Step" Warning</h3>
<p>This upgrade adds fields to the node table in your database. On large sites, this process can take a while to process. Please be patient.</p>
<h3>Install / Upgrade</h3>
<p>Along with the PHP 8 changes, several upgrade steps have been updated to be more efficient.</p>
<ul>
<li><a href="https://www.vbulletin.com/forum/node/4391348">Installation Instructions</a></li>
<li><a href="https://www.vbulletin.com/forum/node/4391346">Upgrade Instructions</a></li>
</ul>
<h3>File Cleanup</h3>
<p>After upgrading your vBulletin system, you should delete any possible obsolete files. You can obtain more information on why this is needed and instructions on how to do this in this <a href="https://www.vbulletin.com/forum/node/4391346"><strong>topic</strong></a> in the vBulletin 5 Installs & Upgrades forum.</p>
<h3>Rebuild Search</h3>
<p>To enable new search filters for Answered topics, you will need to rebuild your search index. </p>
<h4>Database Search</h4>
<p>You can rebuild your search index while the site is live using the tool available in the AdminCP under Maintenance → General Update Tools. Large sites can use do_not_upload/searchindex.php from the command line.</p>
<h4>Sphinx Search</h4>
<p>If you use Sphinx Search on your site, you will need up update your vbulletin-sphinx.php file with the new version in the download package and rebuild your search index.</p>
<h3>System Requirements</h3>
<p>Minimum System Requirements</p>
<ul>
<li>PHP Version: 7.2.0</li>
<li>MySQL Version: 5.6.10</li>
<li>MariaDB Version: 10.1.0</li>
</ul>
<p>Recommended System Requirements</p>
<ul>
<li>PHP Version: 7.3 or higher</li>
<li>MySQL Version: 8.0 or higher</li>
<li>MariaDB Version: 10.3+</li>
</ul>
<p>For more information see: <a href="https://www.vbulletin.com/forum/node/4391344">vBulletin Connect System Requirements</a>.</p>
<h3>Current Version Support Schedule</h3>
<ul>
<li>Active Version - 5.6.4</li>
<li>Security Patch - 5.6.3</li>
<li>Security Patch - 5.6.2</li>
<li>No Patch Release - 5.6.1 and earlier</li>
</ul>
<h3>Discussion</h3>
<p>If you have any questions about these changes you may discuss them here: https://forum.vbulletin.com/node/4461758</p>
<p>If you find an issue with the software or wish to place a feature request please visit our <a href="https://tracker.vbulletin.com">tracker</a>.</p>
<p>To receive support for your vBulletin Product please visit our <a href="https://www.vbulletin.com/forum/">community forums</a>.</p>View the full article

 
Top