1
I'm working on a module and have for some reason my .sql file is not creating the db tables when I install the module. I don't however get any error messages.
Here is what is reported when installing the module
SQL file found at /var/www/html/modules/k_store/sql/k_store.0.2.8.sql.
Creating tables...
Module data inserted successfully. Module ID: 10
Adding templates...
... omitted ...
Module kStore installed successfully.
When I check the database, no tables have actually been created. I have tried creating the SQL file with phpmyadmin 2.5.5 and 2.2.7 both with the same results.
I am able to run the sql file using both MySQL shell and phpmyadmin and all tables are created as intended. So I know the file at least works.
Does anyone know why XOOPS would report that the tables have been created when they are not?