phpgroupware-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Phpgroupware-developers]


From: Ralf Becker
Subject: Re: [Phpgroupware-developers]
Date: Wed, 19 Mar 2003 20:25:12 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529

Do you have a tables_current.inc.php in the setup-dir of your app, which defines the table?

If not u need to create one: This can be done manualy as descripts in http://www.phpgroupware.org/devteam/setup/doc/setup3.html or via the eTemplate app as descript in http://www.phpgroupware.org/devteam/etemplate/doc/etemplate.html

Ralf

PS: Of cause all these files have to be readable by the webserver.

Maxime LLANES wrote:
Hi, all
Currently, I am developing a module with installation of the tables.
The installation master key is saying well but the tables are not created.
I would like to know why it created me not the tables.
thank you in advance my files setup.inc.php is :
$setup_info['produits']['name'] = 'produits';

$setup_info['produits']['title'] = 'Produits';

$setup_info['produits']['version'] = '0.0.97';

$setup_info['produits']['app_order'] = 60;

$setup_info['produits']['enable'] = 1;

$setup_info['produits']['author'] = 'Maxime LLANES';

$setup_info['produits']['note'] = '';

$setup_info['produits']['license'] = 'Copyright YOB';

$setup_info['produits']['description'] ='';

$setup_info['produits']['maintainer'] = 'Maxime LLANES';

$setup_info['produits']['maintainer_email'] = '';

$setup_info['produits']['tables'] = array

(

'd_article',

'locstk',

'unite',

'cycle',

'm_fourn',

'natprod',

'secta',

'sv',

'typobj'

);

/* The hooks this app includes, needed for hooks registration */

$setup_info['produits']['hooks'][] = 'about';

$setup_info['produits']['hooks'][] = 'admin';

$setup_info['produits']['hooks'][] = 'add_def_pref';

$setup_info['produits']['hooks'][] = 'config_validate';

$setup_info['produits']['hooks'][] = 'home';

$setup_info['produits']['hooks'][] = 'manual';

$setup_info['produits']['hooks'][] = 'addaccount';

$setup_info['produits']['hooks'][] = 'editaccount';

$setup_info['produits']['hooks'][] = 'deleteaccount';

$setup_info['produits']['hooks'][] = 'notifywindow';

$setup_info['produits']['hooks'][] = 'preferences';

/* Dependacies for this app to work */

$setup_info['produits']['depends'][] = array

(

'appname' =>  'admin',

'versions' =>  Array('0.9.13','0.9.14')

);

$setup_info['produits']['depends'][] = array

(

'appname' =>  'preferences',

'versions' =>  Array('0.9.13','0.9.14')

);

$setup_info['preferences']['depends'][] = array(

'appname' =>  'phpgwapi',

'versions' =>  Array('0.9.10', '0.9.11' , '0.9.12', '0.9.13', '0.9.14')

);

YOB s.a. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ *Maxime LLANES* Analyste programmeur
83, rue de l'H militaire  ~  59800 Lille
Tel. 03.28.36.19.93  ~ Fax 03.28.36.19.90
www.yob.fr
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Maxime LLANES
Analyste programmeur


------------------------------------------------------------------------

_______________________________________________
Phpgroupware-developers mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/phpgroupware-developers


--
----------------------------------------------------------------------
Ralf Becker
digital ROCK, Becker & Macht GbR            Telefon +49 (631) 31657-51
Leibnizstraße 17                            Telefax +49 (631) 31657-52
D-67663 Kaiserslautern                 EMail address@hidden





reply via email to

[Prev in Thread] Current Thread [Next in Thread]