1
I don't know if this covered elsewhere? I had the problem that notifications could not be deleted. So I digged a bit deeper and found out that somehow during updating to a higher version of XOOPS this line:
<input type="hidden" name="XOOPS_TOKEN_REQUEST" value="<{$notification_token}>" />
wasn't in the templates after updating. Yes, I made a system-modul-update, but this is not the final question. Wouldn't it be good when the token is to be EXPECTED in the code and the script receives NO token that there will be at least a warning?