DB Error: constraint violation
What DB do you use?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
GamblerZG wrote:
Please replace die($res->getMessage()) with
user_error($res->getMessage(), E_USER_ERROR) and then post the output.
on one table it still does not work:
this is the error:
DB Error: constraint violation
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http:
You might have changed inadvertently one of the include files. It might
have trailing blanks after the final ?>, which obviously you don't see,
being blank, but they are echoed to the browser, and the header('location
... then gives an error. Might have nothing to do with the SQl instructions
GamblerZG wrote:
Please replace die($res->getMessage()) with
user_error($res->getMessage(), E_USER_ERROR) and then post the output.
If I uncomment this it seems to work. Not error or anything in the code.
Truely don't know what the error is.
--
PHP General Mailing List (http://www.php.net/)
To un
Please replace die($res->getMessage()) with
user_error($res->getMessage(), E_USER_ERROR) and then post the output.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
5 matches
Mail list logo