Hello.
I have the next problem about insert values into a Mysql table.
Warning: MySQL: Unable to save result set in /usr/local/apache-1.3.12-DSO/htdocs/login/backend.php on line 409
Warning: MySQL: Unable to save result set in /usr/local/apache-1.3.12-DSO/htdocs/login/backend.php on line 410
Warning: MySQL: Unable to save result set in /usr/local/apache-1.3.12-DSO/htdocs/login/backend.php on line 411
I have tested my code in other computer and its works right.
but looking the logs with "tail" i can see the insert did it right, Althought display that wrongs. I think this error is caused because the apache user is not root? The select do it with no errors.
Must I insert any user or host in my Mysql table ??