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
Description

Why couldn't install yui_tabview on drupal 5.3? just blank screen, What Can I do debug it?

#1

drupalhizmetleri - August 13, 2008 - 10:32

Did you install http://drupal.org/project/yui this module first?

#2

ottafei - August 14, 2008 - 01:09

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

drupalhizmetleri - August 14, 2008 - 18:49

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

ottafei - August 15, 2008 - 01:24

ok thanks very much!

#5

Fadi.wahba - August 23, 2008 - 22:26

I'm using drupal 5.9 and the YUI editor works fine but when enabled the YUI Tapview i got this on my screen:

Parse error: syntax error, unexpected $end in D:\xampp\htdocs\drupaltest\sites\all\modules\yui_tabview\yui_tabview.install on line 10

Please Help..!

#6

ottafei - September 9, 2008 - 06:06

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

drupalhizmetleri - September 12, 2008 - 06:20
Category:support request» bug report
Assigned to:Anonymous» drupalhizmetleri

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.

 
 

Drupal is a registered trademark of Dries Buytaert.