1
davidthomas1
module install problem - doesn't appear in admin page

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

<?php
$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

2
davidthomas1
Re: module install problem - doesn't appear in admin page

*BUMP*
みんなちがってみんないい。

XOOPS 2.0.13.2

Login

Who's Online

184 user(s) are online (113 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits