I replaced the line, but the problem still, but now gives a different error...
Code: Select all
Error General
SQL ERROR [ mysql4 ]
Column 'message_subject' cannot be null [1048]
SQL
INSERT INTO phpbb_privmsgs (root_level, author_id, icon_id, author_ip, message_time, enable_bbcode, enable_smilies, enable_magic_url, enable_sig, message_subject, message_text, message_attachment, bbcode_bitfield, bbcode_uid, to_address, bcc_address) VALUES (0, '54', 0, '200.74.37.96', 1252284580, 1, 1, 0, 0, NULL, '', 0, '', 'vazsasud', 'u_90', '')
BACKTRACE
FILE: includes/db/mysql.php
LINE: 174
CALL: dbal->sql_error()
FILE: includes/functions_privmsgs.php
LINE: 1435
CALL: dbal_mysql->sql_query()
FILE: includes/ucp/ucp_fram.php
LINE: 350
CALL: submit_pm()
FILE: includes/ucp/ucp_fram.php
LINE: 147
CALL: ucp_fram->send_pm()
FILE: includes/functions_module.php
LINE: 507
CALL: ucp_fram->main()
FILE: ucp.php
LINE: 344
CALL: p_master->load_active()