Hi timgno
My first test results:
xoops 2.5.6
PHP Version 5.4.7
mySQL Version 5.5.27
Server API apache2handler
1)
xoops_version.php works now
2)
in admin aerea I find a tab "Permissions", but the related file permission.php is missing
3)
if I have an existing table, and I click on edit, make than the changes and save than an second table with the same name will be created
if I open this new one, there is nothing preselected as it is, if I make a new one
4)
building module:
if I build the module, I get a lot of hints like "Problems: Creating file changelog.txt in the docs folder"
but the file will be created.
Warning is like "Warnung: fopen(
http://localhost/xoops256/htdocs/modules/xTeam/docs/changelog.txt): failed to open stream: HTTP wrapper does not support writeable connections in Datei /modules/TDMCreate/include/functions_const.php Zeile 541"
5)
updating an built module
if I update a module, I get warnings
"Warnung: include_once(/modules/xTeam/include/update.php): failed to open stream: No such file or directory in Datei /modules/system/admin/modulesadmin/main.php Zeile 849"
6)
test situation:
module "xTeam"
tables "groups" and "members"
6a) in admin/groups.php under "case list" I find
$criteria->setSort('grp_id ASC, grp_id');
$criteria->setOrder('ASC');
grp_id is twice
7) creating php-files basically
please do not use tab, use empty string instead (you use 4 empty strings for a tab, I use 2)
no other bugs found till now
I'll continuing