Simple Machines Community Forum

SMF Support => SMF 1.1.x Support => Topic started by: xyxis_fahim on November 20, 2010, 07:50:31 PM

Title: Quick Ban on Account Delete ERROR PAGES
Post by: xyxis_fahim on November 20, 2010, 07:50:31 PM
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

Title: Re: Quick Ban on Account Delete ERROR PAGES
Post by: sAce on November 20, 2010, 08:03:49 PM
Please post in the mod's own support topic
- http://www.simplemachines.org/community/index.php?topic=368936.0