Why couldn't install on drupal5.3?
ottafei - August 13, 2008 - 04:47
| Project: | YUI TabView |
| Version: | 5.x-1.0 |
| Component: | User interface |
| Category: | bug report |
| Priority: | normal |
| Assigned: | drupalhizmetleri |
| Status: | active |
Jump to:
Description
Why couldn't install yui_tabview on drupal 5.3? just blank screen, What Can I do debug it?

#1
Did you install http://drupal.org/project/yui this module first?
#2
Yes I did! and yui menu etc is ok! but just tab view don't work , and i can't understand this "Be sure that you remove all the usage of the build_tabview function from your site." in readme.txt
#3
If you disable the module while you have a block added with tab_view in your front page this will cause a problem. If you have a block added in front page you have to remove this before you disable the yui_tabview.
And for 5.3 i am not sure why it is not working. Is it possible to try with the version 5.7? I will try also with 5.3.
#4
ok thanks very much!
#5
I'm using drupal 5.9 and the YUI editor works fine but when enabled the YUI Tapview i got this on my screen:
Please Help..!
#6
in yui_tabview.install you need rewrite this function
function yui_tabview_install(){
drupal_set_message('Please visit '. l('tabview/sample', 'tabview/sample'));
}
and remove function yui_tabview uninstall() { db_query('DROP TABLE {counter}');}
#7
I am sorry for my late response. Was too busy. ottafei, thank your you have done great job! I applied your fix.
By the way cyberlot has made a good improvement to yui_tabview. Hopefully to night snapshot build will include this two.