11
kiang
Re: Oryxgen 0.7
  • 2006/6/16 18:43

  • kiang

  • Not too shy to talk

  • Posts: 126

  • Since: 2002/9/2 1


I have no idea why. But I could install it although there were exactltly lots of notices and warnings. ^^||

I'm trying to clean the code. If possible, please check out them from SVN.
Resized Image

12
chippyash
Re: Oryxgen 0.7
  • 2006/6/17 6:11

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


A lot of the notices don't apply to your code. The stricter compliance of PHP5 is throwing up notices in the core XOOPS code.

13
oryxvet
Re: Oryxgen 0.7
  • 2006/6/17 7:58

  • oryxvet

  • Just popping in

  • Posts: 24

  • Since: 2005/4/22


Quote:

Clearly lines 687 and 688 are wrong as they point to an oryxgen directory under the core class directory.


This line try to include a file present in the ../class/oryxgen directory.
Please copy the directory named "/class/oryxgen" present in the zip package to the XOOPS directory named /class.

Quote:

A lot of the notices don't apply to your code. The stricter compliance of PHP5 is throwing up notices in the core XOOPS code.

That right i will submit a hack.
If you didn't want this notice correct the ..\system\admin\modulesadmin\modulesadmin.php file

Line 282 add : $content='';

Line 390 remplace :
$confobj->setVar('conf_desc', $config['description'], true);
by
if (isset($config['description'])) $confobj->setVar('conf_desc', $config['description'], true);

same thing line 395 with valuetype

Thank for your feet back i'll add a install.txt

14
chippyash
Re: Oryxgen 0.7
  • 2006/6/19 6:02

  • chippyash

  • Friend of XOOPS

  • Posts: 501

  • Since: 2004/1/29


Thanks for looking at this. I assume that copying the directory is a temporary measure only and will be fixed in your next release.

A

15
kiang
Re: Oryxgen 0.7
  • 2006/6/19 7:00

  • kiang

  • Not too shy to talk

  • Posts: 126

  • Since: 2002/9/2 1


I met some problems. I'm using oryxgen in UTF-8 & Chinese enviornment. I've generated a module and installed through XOOPS module management. When I attempting to add an entry which include UTF-8 (Chinese) characters, all the UTF-8 (Chinese) characters became '?' signs.
Resized Image

16
iconeb
Re: Oryxgen 0.7
  • 2006/10/4 14:56

  • iconeb

  • Just popping in

  • Posts: 15

  • Since: 2002/9/26


I'm trying to use oryxgen 0.8 but I wasn't able to find an "official" version with all components inside.
I dowloaded both 0.82 version from the site and 0.8? version from svn, and it seems to me that both are missing something to make it fully working: as an example, many files were renamed from <element>_index to index_<element> and it was not clear to me which should be the right behaviour of the generator.

Could you please indicate me a complete package of this module, and tell me if it is currently mantained and developed?

Many thanks
federico

17
oryxvet
Re: Oryxgen 0.7
  • 2006/10/9 16:19

  • oryxvet

  • Just popping in

  • Posts: 24

  • Since: 2005/4/22


Here is a new version.

http://www.oryxvet.com/dev/upload/oryxgen_0.9.zip

Please send me a feet back !

NB : This is a beta version

18
oryxvet
Re: Oryxgen 0.7
  • 2006/10/10 11:14

  • oryxvet

  • Just popping in

  • Posts: 24

  • Since: 2005/4/22


The new version of this generator is avalable here oryxgen

You can test the generator with this sample. This is a news modules with categories :

1/ create your database using the folowing sql code :
------------------------------------------------------
this because the table must be present in the base before generated code.

CREATE TABLE `xn_new` (
`new_id` mediumint(8) unsigned NOT NULL auto_increment,
`title` varchar(255) NOT NULL default '',
`date_published` datetime NOT NULL default '0000-00-00 00:00:00',
`date_expired` datetime NOT NULL default '0000-00-00 00:00:00',
`hometext` text NOT NULL,
`bodytext` text NOT NULL,
`counter` int(8) unsigned NOT NULL default '0',
`categorie_id` smallint(4) unsigned NOT NULL default '1',
`story_type` varchar(5) NOT NULL default '',
`uid_creation` mediumint(8) NOT NULL default '0',
`uid_update` mediumint(8) NOT NULL default '0',
`date_creation` datetime NOT NULL default '0000-00-00 00:00:00',
`date_last_update` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`new_id`)
);
CREATE TABLE `xn_categorie` (
`categorie_id` smallint(4) unsigned NOT NULL auto_increment,
`title` varchar(50) NOT NULL default '',
`uid_creation` mediumint(8) NOT NULL default '0',
`uid_update` mediumint(8) NOT NULL default '0',
`date_creation` datetime NOT NULL default '0000-00-00 00:00:00',
`date_last_update` datetime NOT NULL default '0000-00-00 00:00:00',
PRIMARY KEY (`categorie_id`)
);


2/ Place the file called oryxnews.xml in the oryxgen/install/myLanguage directory.
--------------------------------------
Click on the oryxgen module, to see appearing the block of the module.
Click on "OryxNews" in the block "Load oryxgen" to load the oryxnews data.
Now you must have the oryxnews metadata load in oryxgen.

3/ Click on oryxgen module, select "oryxnews" by clicking on the "update" icons.
Generate the structure, generate language, etc...

4/ Specilizes the languages files

5/ Before reinstalling your oryxnews module, you must delete yours 3 tables.


Have a good time

OryxVet

19
oryxvet
Oryxgen 0.9
  • 2006/12/15 12:41

  • oryxvet

  • Just popping in

  • Posts: 24

  • Since: 2005/4/22


Hi,

Sorry for the brocken link but for several reason i lost the web site...Every link www.oryxvet.com are brocken.

For interresting people you can dowload the last oryxgen verion here :

http://www.orea-diff.net/oryxgen/oryxgen_0.9.zip

Oryxvet
-------

20
davidl2
Re: Oryxgen 0.7
  • 2006/12/15 13:18

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


Have you considered hosting it via dev.xoops.org ?

Login

Who's Online

193 user(s) are online (111 user(s) are browsing Support Forums)


Members: 0


Guests: 193


more...

Donat-O-Meter

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

Latest GitHub Commits