Closed (fixed)
Project:
Block Icons
Version:
7.x-1.x-dev
Component:
Code
Priority:
Major
Category:
Task
Assigned:
Reporter:
Created:
22 May 2012 at 12:54 UTC
Updated:
21 Jul 2012 at 11:04 UTC
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
Comment #1
lovelykaushik86 commentedI 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.
Comment #2
lovelykaushik86 commentedI got my solution. I forgot to enable image module in drupal 7.
Comment #3
lovelykaushik86 commentedThis issue is resolved.