Current time: 04-27-2024, 11:46 AM Hello There, Guest! (LoginRegister)


Post Reply 
error when change password
Author Message
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #1
error when change password
by admin I tried to change the password of user retail get this error:

Notice: Undefined offset: 2 in /var/www/ispcp/gui/include/input-checks.php on line 255

while if the change from your dealer does not have any error like that?
12-28-2009 05:24 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #2
RE: error when change password
Hi ;

What ispCP version you use ?

EDIT: Ok, you use trunk. I'll fix it ASAP. Wink

Fix:

In the /var/www/ispcp/gui/include/input-checks.php file (on line 255) changes the line as follow:
Code:
$validation_err_msg = "Wrong email local part: {$email_part[2]}";
to
Code:
$validation_err_msg = "Wrong email local part: {$email_part[0]}";

Note:
Only trunk issue.

Fixed in r2472 --> http://www.isp-control.net/ispcp/changeset/2472
12-28-2009 05:48 PM
Quote this message in a reply
theprincy Offline
Member
***

Posts: 311
Joined: Nov 2008
Reputation: 2
Post: #3
RE: error when change password
(12-28-2009 05:48 PM)nuxwin Wrote:  Hi ;

What ispCP version you use ?

EDIT: Ok, you use trunk. Wink

do not tell me you got the new crystal ball ... Big Grin
12-28-2009 10:48 PM
Visit this user's website Find all posts by this user Quote this message in a reply
Nuxwin
Unregistered

 
Post: #4
RE: error when change password
Dr. HOUSE ATTITUDE MODE:

Sure, I have two crystal balls between my legs but they are not new, I can assure you. Big Grin

NORMAL MODE:

Ok, I go
12-29-2009 12:17 PM
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)