huseyineldemir
Aktif Üye
- Mesajlar
- 237
Merhabalar arkadaşlar, okul sitemize Flippingbook 1,5,4 kurdum ve daha sonra bileşeni kaldırdım. Şİmdi tekrar kurmak istiyorum faka aşağıdaki hatayı veriyor. Çözümünü bilen arkadaşlar yardımcı olabilirlerse çok sevinirim. Herkese iyi çalışmalar.
JInstaller::install: SQL Hatası. DB function failed with error number 1050
Table 'jos_flippingbook_books' already exists SQL=CREATE TABLE `jos_flippingbook_books` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `alias` text NOT NULL, `description` text NOT NULL, `preview_image` varchar(255) NOT NULL, `background_image` varchar(255) NOT NULL, `flash_width` int(4) NOT NULL, `flash_height` int(4) NOT NULL, `book_width` int(4) NOT NULL, `book_height` int(4) NOT NULL, `page_background_color` varchar(10) NOT NULL, `rotation` varchar(4) NOT NULL, `flip_area` int(4) NOT NULL, `static_shadows_depth` int(3) NOT NULL, `dynamic_shadows_depth` int(3) NOT NULL, `published` tinyint(1) NOT NULL, `ordering` int(6) NOT NULL, `background_color` varchar(10) NOT NULL, `always_opened` tinyint(1) NOT NULL, `first_page` int(4) NOT NULL, `scale_content` tinyint(1) NOT NULL, `show_navigation` tinyint(1) NOT NULL, `show_description` tinyint(1) NOT NULL, `show_book_title` tinyint(1) NOT NULL, `show_back_button` tinyint(1) NOT NULL, `show_pages_list` tinyint(1) NOT NULL, `show_pages_description` tinyint(1) NOT NULL, `show_slide_show_button` tinyint(4) NOT NULL, `slide_show` tinyint(1) NOT NULL, `slide_show_display_duration` int(8) NOT NULL, `slide_show_loop` tinyint(1) NOT NULL, `page_flip_delay` int(6) NOT NULL, `flip_corner_on_load` tinyint(1) NOT NULL, `open_book_in` int(4) NOT NULL, `new_window_height` int(4) NOT NULL, `new_window_width` int(4) NOT NULL, `zoom_image_size_autodetect` tinyint(1) NOT NULL default '0', `checked_out_time` int(11) NOT NULL default '0', `checked_out` int(11) NOT NULL, `emailIcon` tinyint(1) NOT NULL, `printIcon` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM;
SQL =
CREATE TABLE `jos_flippingbook_books` (
`id` int(11) NOT NULL auto_increment,
`title` text NOT NULL,
`alias` text NOT NULL,
`description` text NOT NULL,
`preview_image` varchar(255) NOT NULL,
`background_image` varchar(255) NOT NULL,
`flash_width` int(4) NOT NULL,
`flash_height` int(4) NOT NULL,
`book_width` int(4) NOT NULL,
`book_height` int(4) NOT NULL,
`page_background_color` varchar(10) NOT NULL,
`rotation` varchar(4) NOT NULL,
`flip_area` int(4) NOT NULL,
`static_shadows_depth` int(3) NOT NULL,
`dynamic_shadows_depth` int(3) NOT NULL,
`published` tinyint(1) NOT NULL,
`ordering` int(6) NOT NULL,
`background_color` varchar(10) NOT NULL,
`always_opened` tinyint(1) NOT NULL,
`first_page` int(4) NOT NULL,
`scale_content` tinyint(1) NOT NULL,
`show_navigation` tinyint(1) NOT NULL,
`show_description` tinyint(1) NOT NULL,
`show_book_title` tinyint(1) NOT NULL,
`show_back_button` tinyint(1) NOT NULL,
`show_pages_list` tinyint(1) NOT NULL,
`show_pages_description` tinyint(1) NOT NULL,
`show_slide_show_button` tinyint(4) NOT NULL,
`slide_show` tinyint(1) NOT NULL,
`slide_show_display_duration` int(8) NOT NULL,
`slide_show_loop` tinyint(1) NOT NULL,
`page_flip_delay` int(6) NOT NULL,
`flip_corner_on_load` tinyint(1) NOT NULL,
`open_book_in` int(4) NOT NULL,
`new_window_height` int(4) NOT NULL,
`new_window_width` int(4) NOT NULL,
`zoom_image_size_autodetect` tinyint(1) NOT NULL default '0',
`checked_out_time` int(11) NOT NULL default '0',
`checked_out` int(11) NOT NULL,
`emailIcon` tinyint(1) NOT NULL,
`printIcon` tinyint(1) NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;
JInstaller::install: SQL Hatası. DB function failed with error number 1050
Table 'jos_flippingbook_books' already exists SQL=CREATE TABLE `jos_flippingbook_books` ( `id` int(11) NOT NULL auto_increment, `title` text NOT NULL, `alias` text NOT NULL, `description` text NOT NULL, `preview_image` varchar(255) NOT NULL, `background_image` varchar(255) NOT NULL, `flash_width` int(4) NOT NULL, `flash_height` int(4) NOT NULL, `book_width` int(4) NOT NULL, `book_height` int(4) NOT NULL, `page_background_color` varchar(10) NOT NULL, `rotation` varchar(4) NOT NULL, `flip_area` int(4) NOT NULL, `static_shadows_depth` int(3) NOT NULL, `dynamic_shadows_depth` int(3) NOT NULL, `published` tinyint(1) NOT NULL, `ordering` int(6) NOT NULL, `background_color` varchar(10) NOT NULL, `always_opened` tinyint(1) NOT NULL, `first_page` int(4) NOT NULL, `scale_content` tinyint(1) NOT NULL, `show_navigation` tinyint(1) NOT NULL, `show_description` tinyint(1) NOT NULL, `show_book_title` tinyint(1) NOT NULL, `show_back_button` tinyint(1) NOT NULL, `show_pages_list` tinyint(1) NOT NULL, `show_pages_description` tinyint(1) NOT NULL, `show_slide_show_button` tinyint(4) NOT NULL, `slide_show` tinyint(1) NOT NULL, `slide_show_display_duration` int(8) NOT NULL, `slide_show_loop` tinyint(1) NOT NULL, `page_flip_delay` int(6) NOT NULL, `flip_corner_on_load` tinyint(1) NOT NULL, `open_book_in` int(4) NOT NULL, `new_window_height` int(4) NOT NULL, `new_window_width` int(4) NOT NULL, `zoom_image_size_autodetect` tinyint(1) NOT NULL default '0', `checked_out_time` int(11) NOT NULL default '0', `checked_out` int(11) NOT NULL, `emailIcon` tinyint(1) NOT NULL, `printIcon` tinyint(1) NOT NULL, PRIMARY KEY (`id`) ) TYPE=MyISAM;
SQL =
CREATE TABLE `jos_flippingbook_books` (
`id` int(11) NOT NULL auto_increment,
`title` text NOT NULL,
`alias` text NOT NULL,
`description` text NOT NULL,
`preview_image` varchar(255) NOT NULL,
`background_image` varchar(255) NOT NULL,
`flash_width` int(4) NOT NULL,
`flash_height` int(4) NOT NULL,
`book_width` int(4) NOT NULL,
`book_height` int(4) NOT NULL,
`page_background_color` varchar(10) NOT NULL,
`rotation` varchar(4) NOT NULL,
`flip_area` int(4) NOT NULL,
`static_shadows_depth` int(3) NOT NULL,
`dynamic_shadows_depth` int(3) NOT NULL,
`published` tinyint(1) NOT NULL,
`ordering` int(6) NOT NULL,
`background_color` varchar(10) NOT NULL,
`always_opened` tinyint(1) NOT NULL,
`first_page` int(4) NOT NULL,
`scale_content` tinyint(1) NOT NULL,
`show_navigation` tinyint(1) NOT NULL,
`show_description` tinyint(1) NOT NULL,
`show_book_title` tinyint(1) NOT NULL,
`show_back_button` tinyint(1) NOT NULL,
`show_pages_list` tinyint(1) NOT NULL,
`show_pages_description` tinyint(1) NOT NULL,
`show_slide_show_button` tinyint(4) NOT NULL,
`slide_show` tinyint(1) NOT NULL,
`slide_show_display_duration` int(8) NOT NULL,
`slide_show_loop` tinyint(1) NOT NULL,
`page_flip_delay` int(6) NOT NULL,
`flip_corner_on_load` tinyint(1) NOT NULL,
`open_book_in` int(4) NOT NULL,
`new_window_height` int(4) NOT NULL,
`new_window_width` int(4) NOT NULL,
`zoom_image_size_autodetect` tinyint(1) NOT NULL default '0',
`checked_out_time` int(11) NOT NULL default '0',
`checked_out` int(11) NOT NULL,
`emailIcon` tinyint(1) NOT NULL,
`printIcon` tinyint(1) NOT NULL,
PRIMARY KEY (`id`)
) TYPE=MyISAM;