Post by baran » Wed Apr 21, 2010 5:17 pm

Hello

Does anyone know how can I increase the text filed valu (textfield" maxlength="50") in the control pannel where;
Settings>General tab
===================
E-Mail:


Currently when I add an email that has more than 32 charecters, it gives the following error.
.....................................................................
Required Data has not been entered. Check for field errors!
Under the "E-mail” filed shows in red,

E-Mail Address does not appear to be valid!
....................................................................

I tried with another email that has 32 or less than 32 charecters then it is OK. I don't get that error.

Thanks for any help.
Last edited by baran on Thu Apr 22, 2010 5:28 pm, edited 1 time in total.

New member

Posts

Joined
Wed Mar 17, 2010 9:33 pm

Post by Qphoria » Thu Apr 22, 2010 10:50 am

admin/controller/setting/setting.php

replace "32" with "64"

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by baran » Thu Apr 22, 2010 5:27 pm

Thanks for your kindly help.

It has been resolved.


admin/controller/setting/setting.php

In the "setting.php" file, I changed 32 to 64... then no errror anymore.

$this->request->post['config_email'])) > 32

change to:

$this->request->post['config_email'])) > 64

New member

Posts

Joined
Wed Mar 17, 2010 9:33 pm
Who is online

Users browsing this forum: No registered users and 85 guests