Hi guys,
recently attempted essential security updates reccomended in site updates, from version 6.18 to 6.19. Also reccomended to do update.php on following modules:
CCK 6.x-2.8
privatemsg 6.x-1.3
contemplate 6.x-1.2
date 6.x-2.6
filefield 6.x-3.7
imagefield 6.x-3.7
I did the update from 6.18 to 6.19 using softaculous within cpanel on my hosting account then uploded the module updates. Then put the site into maintainance mode and ran update.php.
The update failed on the privatemsg module and I got the following message.
The following queries were executed
date_api module
Update #6006
* No queries
privatemsg module
Update #6007
* ALTER TABLE {pm_index} DROP INDEX mid
* ALTER TABLE {pm_index} DROP INDEX thread_id
* ALTER TABLE {pm_index} DROP INDEX uid
* ALTER TABLE {pm_message} DROP INDEX author
* ALTER TABLE {pm_message} DROP INDEX subject
* ALTER TABLE {pm_message} DROP INDEX timestamp
* ALTER TABLE {pm_index} ADD INDEX list (uid, deleted, is_new)
* ALTER TABLE {pm_index} ADD INDEX messages (mid, uid)
* ALTER TABLE {pm_index} ADD INDEX participants (thread_id, uid, deleted)