1
I'm trying to install a module (a simple, custom made, plain vanilla module) yet it doesn't appear in the module list for installation in the admin area.
I've checked:
1) File permissions
2) Folder/File structure
3) xoops_version.php code
Everything appears to be correct.
Why won't XOOPS let me install my module???
FYI: Here's my xoops_version.php file
$modversion['dirname'] = "elections"; //name of directory on server
$modversion['name'] = "elections"; //name of module
$modversion['version'] = 1.0;
$modversion['description'] = "AJET Elections";
$modversion['author'] = "David Thomas";
$modversion['credits'] = "David Thomas";
$modversion['help'] = "";
$modversion['license'] = "GPL see LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "icon.png";
// Admin things
$modversion['hasAdmin'] = 0;
$modversion['adminpath'] = "";
// Menu/Sub Menu
$modversion['hasMain'] = 0; //make 0 to not have this appear in main menu
?>
any advice would be appreciated
みんなちがってみんないい。
XOOPS 2.0.13.2