I have a problem installing my first own module. I followed the tutorial at joomla.org. Almost everything seems to work fine. But I get an error with my sql file.
The part in the mod_helloworld.xml for the sql file is this:
<install>
<sql>
<file driver="mysql" charset="utf8">sql/install.mysql.utf8.sql</file>
</sql>
</install>
Joomla shows this error when I try to upload the module (as a zip file):
JInstaller: :Install: SQL-File „pathTo Modules/modules/mod_helloworld/sql/install.mysql.utf8.sql“ not found (message translated to English).
What might be the reason? All files use UTF8 without BOM.
The file is inside mod_helloworld/sql/