In 4.7.6.4 the drupal user login block/form is broken because of a fix related to the resetting of a global variable.
This fix will restore the functionality of the login block.
Hotfix
Broken login block in 4.7.6.4
- 7 comments
- 1173 reads
Improper request variable cleanup
The request variable cleanup performed by vBulletin can interfere with certain Drupal modules. This fix will make sure vBulletin's clean up doesn't harm Drupal.
- 2 comments
- 1070 reads
Node search index issue with MySQL >=5.0.13
This hotfix addresses an search index updating issue when using MySQL 5.0.13 or later.
When using this version of MySQL the nodes were not properly updated, this was due to a change in how certain SQL functions behaved.
- 1613 reads
Comment thread updating
Comment threads used the be updated every time the node was updated. Even if the thread wasn't created by the comment module resulting in loss of data. This hotfix will only update threads that were auto generated.
- 1 comment
- 1418 reads
Newlines and other markup in generated threads
This hotfix will fix newlines and other markup in the generated comment threads.
The summary in the created thread will now be properly formatted.
- 851 reads
Username and email validation error
This hotfix will fix the validation error users will get when they update their account under the menu option "my account".
- 1222 reads
Mixed database character set corruption
Drupal uses utf8 as character set, vBulletin uses latin1 by default. From MySQL 4.1 and up the database connection is initialized to user a given characterset. This can cause potential problems when data is saved from within the Drupal space to vBulletin tables.
This hotfix changes the character set to utf8 before executing a Drupal database query and resets it afterwards.
- 712 reads