Code that is is Sources/Profile.php
$_POST['expiration'] = $_POST['expiration'] == 'never' ? 'NULL' : ($_POST['expiration'] == 'expired' ? '0' : ($_POST['expire_date'] != $_POST['old_expire'] ? time() + 24 * 60 * 60 * (int) $_POST['expire_date'] : 'expire_time'));
Error pages reports :
8: Undefined index: expiration
File: /home/truforum/public_html/Sources/Profile.php
Line: 2894
8: Undefined index: expire_date
File: /home/truforum/public_html/Sources/Profile.php
Line: 2894
Please post in the mod's own support topic
- http://www.simplemachines.org/community/index.php?topic=368936.0