1
davidthomas1
xoops_version.php something missing? - please help!

I'm trying to install a custom module but it's not showing up in the module install page.

Here's my xoops_version.php file

<?php
global $xoopsDB;

$modversion['name'] = "Team Taught Pizza";
$modversion['version'] = "0.6";
$modversion['description'] = "Team Taught Pizza";
$modversion['credits'] = "National AJET";
$modversion['author'] = "David Thomas";
$modversion['license'] = "GPL LICENSE";
$modversion['official'] = 0;
$modversion['image'] = "ttp.png";
$modversion['dirname'] = "ttp";
$modversion['help'] = "";

// Admin things
$modversion['hasAdmin'] = 0;

// Menu
$modversion['hasMain'] = 1;

//config
$modversion['hasconfig'] = 0;

//search
$modversion['hasSearch'] = 0;
?>


Am I missing something?

Please help!

regards,

David.
みんなちがってみんないい。

XOOPS 2.0.13.2

2
davidthomas1
Re: xoops_version.php something missing? - solved

PROBLEM SOLVED!

I turned on PHP Debug and got this error:

Fatal errorCannot redeclare WfsArticle::$groupid in /home/ajet/public_html/modules/wfsection/class/wfsarticle.php on line 61


Because I'm not even using wfsection, I deleted the module folder and all is peachy.

cheers,

D.
みんなちがってみんないい。

XOOPS 2.0.13.2

Login

Who's Online

201 user(s) are online (134 user(s) are browsing Support Forums)


Members: 0


Guests: 201


more...

Donat-O-Meter

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

Latest GitHub Commits