Follow-up Comment #21, sr #971 (project savane):
Ok so in sane.php, you'll see several similar lines as
$group_id = sane_all("group_id");
with something different than group you should replace them all by
if (sane_all("group_id"))
{
$group_id = sane_all("group_id");
}
(It is normal that at this point is only checked the fact that database
connection work, not if there is a real database structure behind)
Which PHP version do you run exactly?
_______________________________________________________
Reply to this item at:
<http://gna.org/support/?func=detailitem&item_id=971>
_______________________________________________
Message posté via/par Gna!
http://gna.org/