Obtain a list of modules
This snippet lists all modules with associated fields, so you can review their status.
SELECT * FROM `system` WHERE type = 'module';Note: remove the semi-colon ; from the statement if you use phpmyadmin.
This snippet lists all modules with associated fields, so you can review their status.
SELECT * FROM `system` WHERE type = 'module';Note: remove the semi-colon ; from the statement if you use phpmyadmin.