robinlu
Member
Posted 7 years ago #
When I go to the profile page and click ''update profile" button without change anything, I got
"ERROR: couldn't update your profile..." but the mysql_errno is 0 at that time.
It seems when there is 0 row affected by Update, mysql_query() will return error. Maybe someone already found it, but how to fix it gracely?
------------------------------------------------
In wp-db.php, I found the wpdb->query() return the rows affected. This should be the really reason for such a error.
I don't see that error. Which version of WP are you running.
robinlu
Member
Posted 7 years ago #
C:\PHP>php.exe -v
PHP 5.0.3 (cli) (built: Dec 15 2004 08:07:57)
Copyright (c) 1997-2004 The PHP Group
Zend Engine v2.0.3, Copyright (c) 1998-2004 Zend Technologies
C:\mysql\bin>mysql -V
mysql Ver 14.7 Distrib 4.1.7, for Win95/Win98 (i32)
robinlu
Member
Posted 7 years ago #
WordPress 1.2.2, I guess it is latest version.
shields
Member
Posted 7 years ago #
I was getting this error, and looking over my profile update, I saw that I typed my email address wrong. When I corrected it, it worked well.