hello dear andrew - hello all
first of all - thx for checking the installation - and for writing back! GREAT SUPPORT here -
i also did a check - the files were in the folders. Nothing wrong here - but wait: I have very very special server-conditions. I have the
www-run-issue. My admin does not allow suPHP / or PHP as CGI or FastCGI. He only allows the SETGIT-BIT-solution and therefore i have to accept the
wwwrun - as a user.
Back to the issues i had: Well i have figured out that on one site (a 1.7.2 ) with fresh install - the tables werent created correctly. The main issue was:
the installation was not done propperly
i had missing entries namely in the following parts
INSERT INTO `vjl1p_extensions` ( `extension_id` , `name` , `type` , `element` , `folder` , `client_id` , `enabled` , `access` , `protected` , `manifest_cache` , `params` , `custom_data` , `system_data` , `checked_out` , `checked_out_time` , `ordering` , `state` )
VALUES ( 10000, 'booklibrary', 'component', 'com_booklibrary', '', 1, 1, 0, 0, '{"legacy":true,"name":"BookLibrary","type":"component","creationDate":"15 Jule 2011.","author":"Rob de Cleen, Andrey Kvasnevskiy","copyright":"This component is released under License from included LICENSE.txt file","authorEmail":"rob@decleen.com; akbet@ordasoft.com;","authorUrl":"http://www.ordasoft.com","version":"2.1 Basic","description":"BookLibrary Basic","group":""}', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0 ) ;
this also was missing:
[quote]
INSERT INTO `vjl1p_menu` (`id`, `menutype`, `title`, `alias`, `note`, `path`, `link`, `type`, `published`, `parent_id`, `level`, `component_id`, `ordering`, `checked_out`, `checked_out_time`, `browserNav`, `access`, `img`, `template_style_id`, `params`, `lft`, `rgt`, `home`, `language`, `client_id`) VALUES
(112, 'main', 'Book Library', 'book-library', '', 'book-library', 'index.php?option=com_booklibrary', 'component', 0, 1, 1, 10000, 0, 0, '0000-00-00 00:00:00', 0, 1, 'class:dm_component', 0, '', 41, 56, 0, '', 1),
(113, 'main', 'Books', 'books', '', 'book-library/books', 'index.php?option=com_booklibrary', 'component', 0, 102, 2, 10000, 0, 0, '0000-00-00 00:00:00', 0, 1, 'class:module', 0, '', 42, 43, 0, '', 1),
(114, 'main', 'Categories', 'categories', '', 'book-library/categories', 'index.php?option=com_booklibrary§ion=categories', 'component', 0, 102, 2, 10000, 0, 0, '0000-00-00 00:00:00', 0, 1, 'class:dm_credits', 0, '', 44, 45, 0, '', 1),
(115, 'main', 'Lend Requests', 'lend-requests', '', 'book-library/lend-requests', 'index.php?option=com_booklibrary&task=lend_requests', 'component', 0, 102, 2, 10000, 0, 0, '0000-00-00 00:00:00', 0, 1, 'class:move', 0, '', 46, 47, 0, '', 1),
(116, 'main', 'Import/Export', 'importexport', '', 'book-library/importexport', 'index.php?option=com_booklibrary&task=show_import_export', 'component', 0, 102, 2, 10000, 0, 0, '0000-00-00 00:00:00', 0, 1, 'class:download', 0, '', 48, 49, 0, '', 1),
(117, 'main', 'Settings Frontend', 'settings-frontend', '', 'book-library/settings-frontend', 'index.php?option=com_booklibrary&task=config_frontend', 'component', 0, 102, 2, 10000, 0, 0, '0000-00-00 00:00:00', 0, 1, 'class:config', 0, '', 50, 51, 0, '', 1),
(118, 'main', 'Settings Backend', 'settings-backend', '', 'book-library/settings-backend', 'index.php?option=com_booklibrary&task=config_backend', 'component', 0, 102, 2, 10000, 0, 0, '0000-00-00 00:00:00', 0, 1, 'class:config', 0, '', 52, 53, 0, '', 1),
(119, 'main', 'About', 'about', '', 'book-library/about', 'index.php?option=com_booklibrary&task=about', 'component', 0, 102, 2, 10000, 0, 0, '0000-00-00 00:00:00', 0, 1, 'class:info', 0, '', 54, 55, 0, '', 1)
;
[(/quote]
Besides the 8 tables of the bookLibrary were being created - but
not filled with data,.
id fixed this db-things manually - and now i hope that all goes nice!
Again - keep up this superb work - the book-library is one of the most exciting things for Joomla.
Andrew .- you have hundreds (/or better thousands of excited and happy friends all over the globe) They love this superb extension for its feature-rich and great looking and powerful options.
KEEP this great project up! I like it very much.
Martin