Problem with password fields
Hello,
I use Dolphin6.003+Ray and I have a problem with Password fields.
My members cant use "profile_edit.php", because when they edit something from their profiles when enter the password and click "save settings" the script shows "empty" error message box. I try everything to fix that, but with zero success. Admin and Moderators can edit that page without any problems, but users cant. Please help me.
Enter your database using phpMyAdmin.
Backup (import) table "ProfileDesc".
Run the following SQL-query:
Delete from `ProfilesDesc` where `ID` in (40,41,46);
INSERT INTO `ProfilesDesc` VALUES(40, 'Password', '_Password', '', '40', 'p', 40.5, 1002, 'memb,adm', 'memb,adm', 'return ( strlen($arg0) >= 3 && strlen($arg0) <= 32 ) ? true : false;', '_PWD_INVALID', '', '', '', 1, '3', '', '', 'none', 0, 0, '', 0, '', '', '', 'none', '', '3', '32');
INSERT see more
I was maked exactly what you tell me.
Step by Step, Again and again .. and the problem is still here. Please help.
Your sql-query code fix the problem.
Thanks Again!