Thanks for this module
!
I'd like to test it since I'm currently building a new module.
I'll tell you here the problems I encounter.
-------------
[Install]
First, I didn't managed to install it as it is in the archive.
Well, with a XOOPS 2.0.13.2, if I try to install it, I get this error :
You have an error in your SQL syntax near 'ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=21 ' at line 11
Unable to install oryxgen. Error(s):
After some tries, I edited the modules\oryxgen\sql\mysql.sql file and removed any occurance of
ENGINE=MyISAM DEFAULT CHARSET=utf8
Then, I've been able to go on.
I wonder what are the php/mysql/xoops version requirements of your module ? Maybe my MySql version (I think it is 3.23.58) is too old ?
-------------
But once I get past this, I've been able to generate a module, and what is produced is pretty interesting :)
I've not used every functionnality yet, but the result is what is was looking for, congratulations !
By the way, I'm currently going through the documentation, and it says that the additions in the XOOPS class directory are mandatory. I want to avoid this, so do you know which part of the generated code is dependant on those files, so that I know which part I'll have to edit ?
Again, thanks for this great module !