So I am testing with your framework and tried to install it and have some questions.
First in the installer/template package there is the quickstart demo package and some installer package. The readme does not tell me squat about what this second package is and honestly when I install a package I am expecting a package. Here it appears I have to decompress the installer package and install some plugins and a template file? Why do you offer a package if I still have to assemble it?
I did get it installed and because the Joomla package was out of date I went to update it and got an instant error that I have never seen before. Here is the error that was thrown at me.,
1062 Duplicate entry '437' for key 'PRIMARY' SQL=INSERT INTO `nrptq_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 (437, 'plg_quickicon_joomlaupdate', 'plugin', 'joomlaupdate', 'quickicon', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0), (438, 'plg_quickicon_extensionupdate', 'plugin', 'extensionupdate', 'quickicon', 0, 1, 1, 1, '', '{}', '', '', 0, '0000-00-00 00:00:00', 0, 0);
This error has plagued me before but only on a migration. Is this a fresh install of Joomla 3 or was this the product of a migration from 2.5? This indicates to me that the database has deprecated tables and needs to be cleaned. Here are the database errors that had to be fixed.
Database schema version (None) does not match CMS version (3.3.4-2014-08-03).
Table 'nrptq_user_profiles' does not have column 'profile_value' with type 'TEXT'. (From file 3.3.4-2014-08-03.sql.)
So in the end I would really just like to know what this second package with the plugins is and why they are not just part of the installer package?