Hi people,
i'm trying to make a very simple mod that will run the install.sql file in the standard module folder and it will add a record in a specific table in the Dolphin 7 database.
So far i've configured the folder tree of another module to fit my needs, and changed the config.php and install.sql files. The problem is that, when i try to install the module through the Admin panel,i get a message that the module 'can't be installed from the folder "xxx/xxx/" : Failed'.
What other files do i need to tweak? the specific mod won't have any classes or templates, and the folder and file permissions are set correctly.
What am i missing?