1
jonas
xoopsbook
  • 2004/4/15 15:45

  • jonas

  • Just popping in

  • Posts: 96

  • Since: 2004/1/27


Has anyone succesfully installed the xoopsbook module Down Load Here
it seems the xoops_version.php file is funky (not that there is anything wrong with that....

2
jonas
Re: xoopsbook
  • 2004/4/20 18:15

  • jonas

  • Just popping in

  • Posts: 96

  • Since: 2004/1/27


bump...

3
Mithrandir
Re: xoopsbook

Nope, I haven't

4
BradM
Re: xoopsbook
  • 2004/4/23 0:44

  • BradM

  • Just popping in

  • Posts: 78

  • Since: 2003/8/14


Hmmm the term "funky" can mean so many different things. What exactly are you finding "funky" about it?


5
jonas
Re: xoopsbook
  • 2004/4/23 2:56

  • jonas

  • Just popping in

  • Posts: 96

  • Since: 2004/1/27


Sorry here is what it looks like-


<?php


$modversion['name'] =_XOOPSBOOK_NAME;
$modversion['version'] = "0.01";
$modversion['description'] =_XOOPSBOOK_DESC;
$modversion['credits'] = _XOOPSBOOK_CRED;
$modversion['author'] = "Dr. Clonehttp://www.drclone.net" ;
$modversion['help'] = "";
$modversion['license'] = "GPL";
$modversion['official'] = 0;
$modversion['image'] = "images/xoopsbook_slogo.png";
$modversion['dirname'] = "xoopsbook";
$modversion['sqlfile']['mysql'] = "sql/MyAddressbook.sql";
$modversion['tables'][0] = "xoopsbook_olafur";
$modversion['tables'][1] = "xoopsbook_config";
$modversion['hasMain'] = 1;
$modversion['hasAdmin'] = 1;
$modversion['adminindex'] = "admin.php";

?>


here the php debug lines-

Notice [PHP]: Use of undefined constant _XOOPSBOOK_NAME - assumed '_XOOPSBOOK_NAME' in file modules/xoopsbook/xoops_version.php line 4
Notice [PHP]: Use of undefined constant _XOOPSBOOK_DESC - assumed '_XOOPSBOOK_DESC' in file modules/xoopsbook/xoops_version.php line 6
Notice [PHP]: Use of undefined constant _XOOPSBOOK_CRED - assumed '_XOOPSBOOK_CRED' in file modules/xoopsbook/xoops_version.php line 7


What else is wierd is when i upload the module it doesn't show and no module i install after it will show (boy that frustratated me fo a few days)....

thanks

6
hsalazar
Re: xoopsbook
  • 2004/4/23 4:20

  • hsalazar

  • Just popping in

  • Posts: 78

  • Since: 2003/2/6 1


jonas:

I did install correctly the module about a year ago, when Dr. Clone first released it. It's a direct adaptation of MyAddressbook, from Olafur Sigurgeirsson. While the original code isn't there in his site anymore, you can see how the module looks here:

http://david.delon.free.fr/addressbook/

Cheers.

7
RemyA
Re: xoopsbook
  • 2004/4/23 11:11

  • RemyA

  • Documentation Writer

  • Posts: 14

  • Since: 2003/12/5


I havent tried the module,

but changing these lines
$modversion['name'] =_XOOPSBOOK_NAME;
$modversion['version'] = "0.01";
$modversion['description'] =_XOOPSBOOK_DESC;
$modversion['credits'] = _XOOPSBOOK_CRED;

to

$modversion['name'] =MI_XOOPSBOOK_NAME;
$modversion['version'] = "0.01";
$modversion['description'] =MI_XOOPSBOOK_DESC;
$modversion['credits'] = MI_XOOPSBOOK_CRED;

thats will probably do the trick .

Gr. Remy

8
jonas
Re: xoopsbook
  • 2004/4/23 16:13

  • jonas

  • Just popping in

  • Posts: 96

  • Since: 2004/1/27


hsalzar, remya, bradm thanks, that appeared to do the trick... maybe i am crazy but i really need a "Office Locater" module and am hoping i can use this... we shall see
thanks again

Login

Who's Online

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


Members: 0


Guests: 172


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