I am working on drupal 7 version of block icon. I made it compatible with drupal 7. Only the updation work is pending in install.php. If any person use this module after upgrading the site from drupal 6 to drupal 7 and run update.php after enabling the module it does nothing. I got hook_update_N for updating the module but I dont understand how to use it. How can I replace N with 7100 or 7101 like codes and what code can I use for updation. Can anyone help..
Thxs in advance :)

Comments

lovelykaushik86’s picture

I resolved this issue I used hook_update_7100. By this hook I updated my old data in block icon table but still it is not working completely. It shows an error for drupal 7 functions (image_style_url) I don't understand why it is giving error.

lovelykaushik86’s picture

Assigned: Unassigned » lovelykaushik86

I got my solution. I forgot to enable image module in drupal 7.

lovelykaushik86’s picture

Status: Active » Closed (fixed)

This issue is resolved.