1
Hello Guys,
I would like to install and use XOOPS on my website. Fortunately I have some spare time at the moment. So I decided to install the new version 2.2 which fully supports PHP5.
But it seems to me that a lot of modules have some troubles with this new Version. There is always an error with the following codeline.
if (array_intersect($xoopsModuleConfig['submitarts'],$groups))
{
$submissions = 1;
}
However I could fix some of them by modifying the code. Unfortunately there is a bigger problem with the Calendar Module Agendax. During the install process i received following error message:
Adding module config data...
ERROR: Could not insert config caldefault to the database.
ERROR: Could not insert config caleventapprove to the database.
ERROR: Could not insert config archive to the database.
ERROR: Could not insert config delimiter to the database.
ERROR: Could not insert config uploadviasite to the database.
...
and Module Agenda-X updated successfully.
Notice [PHP]: Undefined index: description in file ...\kernel\module.php line 1017
What does this mean? Is this correct and everything works fine
I would be grateful if someone here could help me fix this error. Any ideas?
regards
starshaper